Metadata-Version: 2.0
Name: logaware
Version: 0.2.0
Summary: Python Logger that knows where it's coming from
Home-page: https://github.com/six8/logaware
Author: Mike Thornton
Author-email: six8@devdetails.com
License: BSD
Keywords: logging,logger
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Dist: six

===============================
logaware
===============================

.. list-table::
    :stub-columns: 1

    * - docs
      - |docs|
    * - tests
      - | |travis|
    * - package
      - |version| |downloads|

..
    |wheel| |supported-versions| |supported-implementations|

.. |docs| image:: https://readthedocs.org/projects/logaware/badge/?style=flat
    :target: https://readthedocs.org/projects/logaware
    :alt: Documentation Status

.. |travis| image:: http://img.shields.io/travis/six8/logaware/master.svg?style=flat&label=Travis
    :alt: Travis-CI Build Status
    :target: https://travis-ci.org/six8/logaware

.. |version| image:: http://img.shields.io/pypi/v/logaware.svg?style=flat
    :alt: PyPI Package latest release
    :target: https://pypi.python.org/pypi/logaware

.. |downloads| image:: http://img.shields.io/pypi/dm/logaware.svg?style=flat
    :alt: PyPI Package monthly downloads
    :target: https://pypi.python.org/pypi/logaware

.. |supported-versions| image:: https://pypip.in/py_versions/logaware/badge.svg?style=flat
    :alt: Supported versions
    :target: https://pypi.python.org/pypi/logaware

.. |supported-implementations| image:: https://pypip.in/implementation/logaware/badge.svg?style=flat
    :alt: Supported implementations
    :target: https://pypi.python.org/pypi/logaware

Python Logger that is context aware

* Free software: BSD license

Installation
============

::

    pip install logaware

Documentation
=============

https://logaware.readthedocs.org/

Development
===========

To run the all tests::

    tox

Changelog
=========

0.1.0
-----

- Initial implementation

