monty 2023.11.3-2 source package in Ubuntu

Changelog

monty (2023.11.3-2) unstable; urgency=medium

  * d/control: Add Testsuite: autopkgtest-pkg-pybuild (Closes: #1056427).
    - d/tests/unittests: Remove unittests file for autopkgtest.

 -- Emmanuel Arias <email address hidden>  Sun, 24 Dec 2023 18:55:09 -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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
monty_2023.11.3-2.dsc 2.4 KiB 8d004fd06967effa9bed7f617f9e192ec9504cfff566aa0acc366dc880a41e88
monty_2023.11.3.orig.tar.gz 99.1 KiB e5a70a6ec63186d85458a2b555108235ddccb67bc264e437f7dd6c2177c10291
monty_2023.11.3-2.debian.tar.xz 7.1 KiB c87122327adc6bbcf9e687f7e9a9328b203cc4186e792367afe7a6d8c1ad94a1

No changes file available.

Binary packages built by this source

python-monty-doc: missing complement to Python (Documentation)

 Monty is the missing complement to Python. Monty implements
 supplementary useful functions for Python that are not part of the
 standard library. Examples include useful utilities like transparent
 support for zipped files, useful design patterns such as singleton and
 cached_class, and many more.
 .
 Python is a great programming language and comes with “batteries
 included”. However, even Python has missing functionality and/or
 quirks that make it more difficult to do many simple tasks. In the
 process of creating several large scientific frameworks based on
 Python, the authors have found that it is often useful to
 create reusable utility functions to supplement the Python standard
 library. Their forays in various developer sites and forums also found
 that many developers are looking for solutions to the same problems.
 .
 Monty is created to serve as a complement to the Python standard
 library. It provides suite of tools to solve many common problems, and
 hopefully, be a resource to collect the best solutions.
 .
 This package installs the documentation.

python3-monty: missing complement to Python (Python 3)

 Monty is the missing complement to Python. Monty implements
 supplementary useful functions for Python that are not part of the
 standard library. Examples include useful utilities like transparent
 support for zipped files, useful design patterns such as singleton and
 cached_class, and many more.
 .
 Python is a great programming language and comes with “batteries
 included”. However, even Python has missing functionality and/or
 quirks that make it more difficult to do many simple tasks. In the
 process of creating several large scientific frameworks based on
 Python, the authors have found that it is often useful to
 create reusable utility functions to supplement the Python standard
 library. Their forays in various developer sites and forums also found
 that many developers are looking for solutions to the same problems.
 .
 Monty is created to serve as a complement to the Python standard
 library. It provides suite of tools to solve many common problems, and
 hopefully, be a resource to collect the best solutions.
 .
 This package installs the library for Python 3.