Metadata-Version: 2.1
Name: libpythonprozanettifabio
Version: 0.2
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/Zanettifabio/libpythonpro
Author: Fabio Zanetti
Author-email: fczanetti@hotmail.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.11
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
License-File: LICENSE

# libpythonpro
Módulo para exemplificar construção de projetos python no curso PyTools

Nesse curso é ensinado como contribuir com projetos de código aberto

Link para o site: [Python Pro](https://www.dev.pro.br/)

Para instalar:

'''console
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements-dev.txt
'''

Para conferir qualidade do código:

'''console
flake8'''

Tópicos a serem abordados:
1. Git
2. Virtualenv
3. Pip
