Metadata-Version: 1.1
Name: pynion
Version: 0.0.1
Summary: Python Minion Library
Home-page: https://bitbucket.org/jaumebonet/pynion
Author: Jaume Bonet
Author-email: jaume.bonet@gmail.com
License: MIT
Download-URL: https://bitbucket.org/jaumebonet/pynion/get/0.0.1.tar.gz
Description: Pynion
        ======
        
        A small minion library to build libraries.  
        The **pynion** library provides a series of helper classes to build projects.
        It also includes a master controller class ``Manager`` able to distribute
        execution preferences through both the main code of a script of a full library.
        Amongst others, it manages:  
            *  *Logging depth*  
            *  *Overwrite control*  
            *  *Clean up of temporal and empty files*  
        
        Find more about how to use the library in the [documentation](https://pynion.readthedocs.org/en/latest/).
        
        
Keywords: development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
