Metadata-Version: 2.4
Name: synthra
Version: 0.1.2
Summary: A simple logging module for Python
Home-page: https://github.com/x2saddDM/synthra-logger
Author: x2sadddDM
Author-email: x2saddddm@gmail.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
License-File: LICENSE
Requires-Dist: colorama>=0.4.6
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Synthra Logger

Synthra Logger is a simple logging module for Python with color-coded logs and timestamps.

## Installation

You can install the package via pip:

```bash
pip install synthra
