Metadata-Version: 2.1
Name: arklog
Version: 0.1.0
Summary: A python logging module with colors.
Home-page: UNKNOWN
Author: Arkadiusz Michał Ryś
Author-email: Arkadiusz.Michal.Rys@gmail.com
License: MIT license
Keywords: logging colors
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8, <4

======
arklog
======

.. image:: https://img.shields.io/pypi/v/arklog.svg
        :target: https://pypi.python.org/pypi/arklog

A python logging module with colors.

Example
-------

.. code-block:: python3

   import arklog


=======
History
=======

0.1.0 (2020-06-03)
------------------

* Allow direct access to functions.

0.0.1 (2020-06-03)
------------------

* First release on PyPI.


