Metadata-Version: 2.1
Name: logEZ
Version: 0.0.2
Summary: A simple logger for Python
Home-page: https://github.com/KunalGehlot/logEZ
Author: Zackcodes.ai
Author-email: gehlotkunal@outlook.com
License: MIT
Keywords: logging
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
License-File: LICENSE

# logEZ
Make logging easy in your applications! Use this simple library to easily use logs in any of your applications.

Change Log
===========================================

0.0.1 (05/08/2022)
------------------------
- First Release
- Removed requirements.txt
- Removed logging from install_requires

0.0.2 (05/08/2022)
------------------------
Fixing project directory name

