Metadata-Version: 1.1
Name: preconfigure
Version: 0.1.0
Summary: Utility for configuring logging before the main module starts.
Home-page: https://github.com/LEW21/preconfigure
Author: Janusz Lewandowski
Author-email: lew21@xtreeme.org
License: MIT
Description: preconfigure
        ============
        .. image:: https://badge.fury.io/py/preconfigure.svg
            :target: https://badge.fury.io/py/preconfigure
        
        .. code-block:: sh
        
        	LOGGING_CONF=file.yaml python -m preconfigure.logging -m your.module
        
        Copyright Information
        ---------------------
        
        MIT license.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
