pyment 0.3.4+ds-4 source package in Ubuntu

Changelog

pyment (0.3.4+ds-4) unstable; urgency=medium

  * debian/watch: fix url to GitHub tags

 -- Josenilson Ferreira da Silva <email address hidden>  Sat, 24 Sep 2022 07:04:53 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyment_0.3.4+ds-4.dsc 1.9 KiB 1517ceeb4f9f73731580909b05fd016be17fd626dc4b1aabcd062d8050e4a8aa
pyment_0.3.4+ds.orig.tar.xz 45.8 KiB c13154df14f1aaf0e99dd4b436c5a9e9cb03291ca605921850bbf51d13f1a943
pyment_0.3.4+ds-4.debian.tar.xz 3.8 KiB dd585458d15b1047de3f97e14dfbe2e502e7927745019632f94b09b9e4c4f357

Available diffs

No changes file available.

Binary packages built by this source

python-pyment-doc: Python implementation of PYMENT (common documentation)

 pyment is intended for Python programmers to help facilitate internal code
 using docstrings.
 .
 It is useful for code not well documented, or code without docstrings, or some
 code not yet or partially documented, or a mixture of all these. It can also
 be useful to harmonize or change a project docstring style format.
 .
 will parse one or several Python scripts and retrieve existing docstrings.
 So for all functions, methods/, lasses found, it will generate docstrings
 formatted with parameters, default values.
 .
 This package installs the common documentation package.

python3-pyment: Generate/convert the docstrings from code signature

 pyment is intended for Python programmers to help facilitate internal code
 using docstrings.
 .
 It is useful for code not well documented, or code without docstrings, or some
 code not yet or partially documented, or a mixture of all these. It can also
 be useful to harmonize or change a project docstring style format.
 .
 will parse one or several Python scripts and retrieve existing docstrings.
 So for all functions, methods/, lasses found, it will generate docstrings
 formatted with parameters, default values.
 .
 This package installs the library for Python 3.