Metadata-Version: 2.1
Name: libpythonprodaanrod
Version: 0.1
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/daanrod/libpythonprodaanrod
Author: Danilo Rodrigues
Author-email: daanrod93@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.7
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 e cÃ³digo aberto

Link para o curso [Python Pro](https://pythonpro.com.br)

[![Updates](https://pyup.io/repos/github/daanrod/libpythonpro/shield.svg)](https://pyup.io/repos/github/daanrod/libpythonpro/)
[![Python 3](https://pyup.io/repos/github/daanrod/libpythonpro/python-3-shield.svg)](https://pyup.io/repos/github/daanrod/libpythonpro/)
[![codecov](https://codecov.io/gh/daanrod/libpythonpro/branch/master/graph/badge.svg?token=JVSEH64ZAY)](https://codecov.io/gh/daanrod/libpythonpro)

Suportada versÃ£o 3 de Python

Para instalar:
````console
python -m venv .venv
.venv/Scripts/activate (windows)
source .vev/bin/activate (unix)
pip install -r requirements-dev.txt
````

Para conferir qualidade de cÃ³digo:

```console
flake8
```

Topicos a serem abordados:
1. Git
2. Virtualenv
3. Pip


