Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 469 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 469 Bytes

monty

Build Status

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.

Please read the official docs