Metadata-Version: 2.1
Name: lib-python-pro-gs
Version: 0.2
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/gustavossandrin/libpythonpro1
Author: gustavo sandrin
Author-email: gustavosandrindattein123@gmail.com
License: GNU AFFERO GENERAL PUBLIC LICENSE
Platform: UNKNOWN
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.9
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
License-File: LICENSE

# libpythonpro1
MÃ³dulo para exemplificar construÃ§Ã£o de projetos python no curso pyTools

Nesse curso Ã© ensinado como contribuir com projetos de cÃ³digo aberto

[![Updates](https://pyup.io/repos/github/gustavossandrin/libpythonpro1/shield.svg)](https://pyup.io/repos/github/gustavossandrin/libpythonpro1/)
[![Python 3](https://pyup.io/repos/github/gustavossandrin/libpythonpro1/python-3-shield.svg)](https://pyup.io/repos/github/gustavossandrin/libpythonpro1/)

suportada versÃ£o 3 de Python

Para instalar:

'''console
python3 -m venv .venv
source .venv/scripts/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 




