6 lines
347 B
Text
6 lines
347 B
Text
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.
|
|
|
|
WWW: https://github.com/materialsvirtuallab/monty
|