Metadata-Version: 2.1
Name: libpythonpro_dr
Version: 0.2
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/DENILSONdrds/libpythonpro
Author: Denilson Rosa
Author-email: denis_snp@hotmail.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.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

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

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

[![Python application](https://github.com/DENILSONdrds/libpythonpro/actions/workflows/python-app.yml/badge.svg)](https://github.com/DENILSONdrds/libpythonpro/actions/workflows/python-app.yml)

Suportada versÃ£o 3 de python

Para instalar:

``` console
python3 -m venv .venv
.venv\Scripts\activate
pip install -r requirements-dev.txt
```

Para conferir qualidade de codigo:

```console
flake8
```

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


