Metadata-Version: 2.4
Name: EventManagerPy
Version: 0.2.2
Summary: EventManager is a logging module designed to be used in a multi-threaded environment
Home-page: https://github.com/TheBloodyAmateur/EventManagerPython
Author: Botan Celik
Author-email: botan.celik@icloud.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# EventManager
The EventManager is a library designed to quickly create informative events and log files for your Python application.
It provides a simple interface to log events, errors, and warnings, and can be easily integrated into any Python 
application. The library is designed to be lightweight and easy to use, making it a great choice for developers who 
want to add logging functionality to their applications without a lot of overhead.

## Features
- Simple and easy-to-use interface
- Supports logging events, errors, and warnings
- No additional configuration required to use it
- A wide variety of configurable options such as configuring log related parameters, setting up custom log destinations,
processing options and more

