Metadata-Version: 1.1
Name: mtoolbox
Version: 0.1.6
Summary: A collection of (meta-)programming tools for Python.
Home-page: https://github.com/messersm/mtoolbox
Author: Maik Messerschmidt
Author-email: maik.messerschmidt@gmx.net
License: UNKNOWN
Download-URL: https://github.com/messersm/mtoolbox/tarball/0.1.6
Description: README
        ======
        **mtoolbox** - A collection of (meta-)programming tools for Python.
        
        <https://github.com/messersm/mtoolbox>
        
        Installation
        ------------
        mtoolbox is available in the Python Package Index (PyPi).
        Simply install it with: ``pip install mtoolbox``
        
        You can also download the package directly from:
        
        <https://pypi.python.org/pypi/mtoolbox>
        
        Documentation
        -------------
        Documentation is available at:
        <http://mtoolbox.readthedocs.io/en/latest/>.
        
        License
        -------
        mtoolbox is licensed under the MIT License. This doesn't apply for the
        versions up to 0.1.3, which where published under the AGPL-3.
        
Keywords: mtoolbox
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
