Metadata-Version: 2.1
Name: libpythonprotwo
Version: 0.1
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/pythonprobr/libpythonpro2
Author: Renzo Nuccitelli
Author-email: renzo@python.pro.br
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

# libpythonpro2
Módulo para exemplificar a criação de projetos Python no curso PyTools 
Nesse curso e ensinado como contribuir com projetos de codigo aberto

[![Python application](https://github.com/emanuelfilipes/libpythonpro2/actions/workflows/libpythonpro.yml/badge.svg)](https://github.com/emanuelfilipes/libpythonpro2/actions/workflows/libpythonpro.yml)
[![Updates](https://pyup.io/repos/github/emanuelfilipes/libpythonpro2/shield.svg)](https://pyup.io/repos/github/emanuelfilipes/libpythonpro2/)
[![Python 3](https://pyup.io/repos/github/emanuelfilipes/libpythonpro2/python-3-shield.svg)](https://pyup.io/repos/github/emanuelfilipes/libpythonpro2/)

Suportada a versao 3 de Python

Tópicos a serem abordados:
Para instalar:

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

Para conferir a qualidade do codigo:
```console 
flake8
```

urllib3==1.26.8
1. Git
2. Virtualenv
3. Pip


