Metadata-Version: 1.1
Name: monty
Version: 0.8.4
Summary: Monty is the missing complement to Python.
Home-page: https://github.com/materialsvirtuallab/monty
Author: Shyue Ping Ong
Author-email: ongsp@ucsd.edu
License: MIT
Description: monty
        =====
        
        [![Build Status](https://travis-ci.org/materialsvirtuallab/monty.png?branch=master)](https://travis-ci.org/materialsvirtuallab/monty)
        
        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](https://www.pythonhosted.org/monty)
Keywords: monty
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
