monty 4.0.2+dfsg-1 source package in Ubuntu

Changelog

monty (4.0.2+dfsg-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Emmanuel Arias ]
  * New upstream version 4.0.2+dfsg (Closes: #972906)

 -- Drew Parsons <email address hidden>  Tue, 27 Oct 2020 12:52:13 +0800

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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
monty_4.0.2+dfsg-1.dsc 2.2 KiB fbfcd389aceeed7275b6fba5cfc087b6b287785f017f0193ea0d70b483f19efe
monty_4.0.2+dfsg.orig.tar.gz 544.5 KiB 4b010dcf32a24adba9ba8d2af8396eff74d5ce305c34a86c9616270b35c69516
monty_4.0.2+dfsg-1.debian.tar.xz 5.4 KiB c586963c6972dd3a5240b610fa595b3e82b878b72469ee1d97281dc461ac380a

No changes file available.

Binary packages built by this source

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.