Metadata-Version: 2.1
Name: libpythonpro_rafa
Version: 0.3
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/rafael-hsm/libpythonpro
Author: Rafael Meireles
Author-email: rafameireles2011@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

# libpythonpro
Módulo para exemplificar a construção de projetos Python no curso PyTools

Nesse curso é ensinado como contribuir com projetos de código aberto.

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

[![Build Status](https://app.travis-ci.com/rafael-hsm/libpythonpro.svg?branch=main)](https://app.travis-ci.com/rafael-hsm/libpythonpro)
[![Updates](https://pyup.io/repos/github/rafael-hsm/libpythonpro/shield.svg)](https://pyup.io/repos/github/rafael-hsm/libpythonpro/)
[![Python 3](https://pyup.io/repos/github/rafael-hsm/libpythonpro/python-3-shield.svg)](https://pyup.io/repos/github/rafael-hsm/libpythonpro/)

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

