Metadata-Version: 2.1
Name: enlog
Version: 0.1.1
Summary: Tool to simplify python logging initialization
Home-page: UNKNOWN
Author: Aleksey Osadshuk
Author-email: osdalex@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/aleosd/enlog/issues
Project-URL: Say Thanks!, http://saythanks.io/to/aleosd
Project-URL: Source, https://github.com/aleosd/enlog
Description: # Enlog - Enhanced Logger
        
        Python library used to simplify logging initialization
        
        ```python
        from enlog.simple import get_simple_logger
        
        logger = get_simple_logger(name="my-app")
        ```
        
Keywords: simple logging
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
