doxypypy 0.8.8.7-2 source package in Ubuntu

Changelog

doxypypy (0.8.8.7-2) unstable; urgency=medium

  * upload to unstable

 -- Georges Khaznadar <email address hidden>  Sun, 11 Jun 2023 11:40:33 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doxypypy_0.8.8.7-2.dsc 1.9 KiB 12c81855b934dfa6ddb71800d534dd9ea94883a5356b9784bd4f7279e46bf704
doxypypy_0.8.8.7.orig.tar.gz 44.9 KiB 671ac8bb06927b78a924726187f6e3dde272ae960856ffc053e6e5bea42cd09e
doxypypy_0.8.8.7-2.debian.tar.xz 3.3 KiB 6225627ee0f41d7101c3c91048f3c322299a24969d066d857ed352ba6f46731d

Available diffs

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.