Metadata-Version: 2.1
Name: lementpro
Version: 0.1.2
Summary: Description of package
Home-page: https://github.com/your_username/your_package_name
Author: Author
Author-email: your_email@example.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 (>=2.0.0)

## Install library
```
pip install lementpro
```

## Main methods
```
sender.py
builders.py
```

## Structure
```
folders:
    data
    services
    tools
```
