Metadata-Version: 2.1
Name: logalpha
Version: 3.0.0
Summary: A minimal framework for logging in Python.
Home-page: https://logalpha.readthedocs.io
Author: Geoffrey Lentner
Author-email: <glentner@purdue.edu>
License: Apache Software License
Description: logalpha
        ========
        
        .. image:: https://img.shields.io/badge/license-Apache-blue.svg?style=flat
            :target: https://www.apache.org/licenses/LICENSE-2.0
            :alt: License
        
        .. image:: https://img.shields.io/pypi/v/logalpha.svg?style=flat&color=blue
            :target: https://pypi.org/project/logalpha
            :alt: PyPI Version
        
        .. image:: https://img.shields.io/pypi/pyversions/logalpha.svg?logo=python&logoColor=white&style=flat
            :target: https://pypi.org/project/logalpha
            :alt: Python Versions
        
        .. image:: https://readthedocs.org/projects/logalpha/badge/?version=latest&style=flat
            :target: https://logalpha.readthedocs.io
            :alt: Documentation
        
        .. image:: https://pepy.tech/badge/logalpha
            :target: https://pepy.tech/badge/logalpha
            :alt: Downloads
        
        A minimalist yet robust approach to logging in Python.
        LogAlpha handles the rather basic task of filtering, formatting,
        and colorizing metadata alongside messages.
        
        
        Installation
        ------------
        
        To install *logalpha*:
        
        .. code-block::
        
            ➜ pip install logalpha
        
        
        Documentation
        -------------
        
        Documentation is available at `logalpha.readthedocs.io <https://logalpha.readthedocs.io>`_.
        
        
        Contributions
        -------------
        
        Contributions are welcome in the form of suggestions for additional features, pull requests with
        new features or bug fixes, etc. If you find bugs or have questions, open an *Issue* here. If and
        when the project grows, a code of conduct will be provided along side a more comprehensive set of
        guidelines for contributing; until then, just be nice.
        
Keywords: python minimalist logging framework
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: System :: Logging
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/x-rst
