Metadata-Version: 2.1
Name: libryanpythonpro
Version: 0.1
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/Ryan-Araujo/libpythonpro
Author: Ryan Araújo
Author-email: ryanaraujo01112001@gmail.com
License: GNU AFFERO GENERAL PUBLIC LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
License-File: LICENSE

# libpythonpro
Módulo para exemplificar construção de projetos Python no curso PyTools
Suportada versão 3 de Python

Para conferir qualidade de código:

```console
pipenv run flake8
```

Tópicos a serem abordados:
 1. Git
 2. Virtualenv
 3. Pip
 4. Mock
 5. Pipenv
