doxypypy 0.8.8.6-5 source package in Ubuntu

Changelog

doxypypy (0.8.8.6-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Add debian/watch file, using pypi.
  * Update standards version to 4.6.1, no changes needed.

 -- Georges Khaznadar <email address hidden>  Tue, 21 Feb 2023 18:04:38 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doxypypy_0.8.8.6-5.dsc 1.9 KiB 3166fa51c725ae88fa1bbc1d5df541ecfb81f347808a9ea8f7b320653eeb00d4
doxypypy_0.8.8.6.orig.tar.xz 53.4 KiB bfc30e11d8ec589b54e61c9e0e927b772fa55230b35b92ab50018fba8390be9f
doxypypy_0.8.8.6-5.debian.tar.xz 3.3 KiB ee70e0baa2bef0e7be16c6c6f3a26c0eccb0bce18bdcfcb78e4e9fed153205c6

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.