Metadata-Version: 2.1
Name: optilogs
Version: 0.1.0
Summary: A simple logging library to send logs to a server
Home-page: https://github.com/votre-repo/optilog
Author: Allan PEREZ GONZALEZ
Author-email: aperezgo74@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
Requires-Dist: requests

# Optilog

Optilog is a simple logging library that sends logs to a server via HTTP requests.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install optilog.

```bash
pip install optilog
