doxypypy 0.8.8.6-1 source package in Ubuntu

Changelog

doxypypy (0.8.8.6-1) unstable; urgency=medium

  * Initial release (Closes: #945952)

 -- Georges Khaznadar <email address hidden>  Sun, 01 Dec 2019 17:11:22 +0100

Upload details

Uploaded by:
Georges Khaznadar
Uploaded to:
Sid
Original maintainer:
Georges Khaznadar
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doxypypy_0.8.8.6-1.dsc 1.9 KiB edee7ab48b326bea2b886c002520421cbb68dca7a45d9b45bb4ed4a3fa0eff02
doxypypy_0.8.8.6.orig.tar.xz 53.4 KiB bfc30e11d8ec589b54e61c9e0e927b772fa55230b35b92ab50018fba8390be9f
doxypypy_0.8.8.6-1.debian.tar.xz 2.5 KiB 5d0a5ec7acc18d52509659f067ea9f3a7a32713a521d75be02bee835118e1c9a

No changes file available.

Binary packages built by this source

python3-doxypypy: More Pythonic version of doxypy, a Doxygen filter for Python

 For now Doxygen has limited support for Python. It recognizes Python
 comments, but otherwise treats the language as being more or less
 like Java. It doesn’t understand basic Python syntax constructs like
 docstrings, keyword arguments, generators, nested functions,
 decorators, or lambda expressions. It likewise doesn’t understand
 conventional constructs like doctests or ZOPE-style interfaces. It
 does however support inline filters that can be used to make input
 source code a little more like what it’s expecting.
 .
 The excellent doxypy makes it possible to embed Doxygen commands in
 Python docstrings, and have those docstrings converted to
 Doxygen-recognized comments on the fly per Doxygen’s regular input
 filtering process. It however does not address any of the other
 previously mentioned areas of difficulty.
 .
 This project started off as a fork of doxypy but quickly became quite
 distinct. It shares little (if any) of the same code at this point
 (but maintains the original license just in case). It is meant to
 support all the same command line options as doxypy, but handle
 additional Python syntax beyond docstrings.