Metadata-Version: 2.0
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
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

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.


