Metadata-Version: 2.1
Name: lematools
Version: 0.1.0
Summary: LEMA-UFPB Tools
Author: LEMA-UFPB
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: apache-airflow>=2.6

# LEMA TOOLS

Python packages required in productions environments


Handle development
```bash
python3 -m venv venv
source venv/bin/activate
python3 -m pip install setuptools twine
pip install .
python3 setup.py sdist
python3 -m twine upload dist/*
```
