Metadata-Version: 2.1
Name: mjolnir_arq
Version: 0.0.43
Summary: A simple example package
Home-page: https://github.com/dandres10/mjolnir_arq
Author: Marlon Andres Leon Leon
Author-email: dandresleon64@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: pyfiglet==1.0.2
Requires-Dist: termcolor==2.4.0
Requires-Dist: inquirerpy==0.3.4
Requires-Dist: fastapi==0.112.0
Requires-Dist: sqlalchemy==2.0.36

#correr el aplicativo 
python mjolnir_arq/module.py
1. source env/bin/activate
2. python setup.py sdist bdist_wheel
3. twine upload dist/*
