Metadata-Version: 2.1
Name: libpythonpro-rafael
Version: 0.1
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/rafarios20/libpythonpro
Author: Rafael Rios
Author-email: rafaelsrios12@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.10
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown

#libpythonpro
Projeto de estudo do uso do Git, Virtualenv e Pip

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


Para instalar:
```console
python -m venv .venv
.venv\scripts\activate
pip install -r requirements-dev.txt
```

Para rodar:
```console
flake8

```

