Metadata-Version: 2.1
Name: libpython-heber
Version: 0.1
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/Heber3000/libpythonpro
Author: Heber Levy de Almeida
Author-email: heberlevy@gmail.com
License: GNU AFFERO GENERAL PUBLIC LICENSE
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.6
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
License-File: LICENSE

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

.
Suportada a versão do python 3


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

Para conferir qualidade do código
"""console
flake8
"""

Link: https://pythonpro.com.br/

[![Build Status](https://app.travis-ci.com/Heber3000/libpythonpro.svg?branch=master)](https://app.travis-ci.com/Heber3000/libpythonpro)
[![Updates](https://pyup.io/repos/github/Heber3000/libpythonpro/shield.svg)](https://pyup.io/repos/github/Heber3000/libpythonpro/)
[![Python 3](https://pyup.io/repos/github/Heber3000/libpythonpro/python-3-shield.svg)](https://pyup.io/repos/github/Heber3000/libpythonpro/)
=========
Tópico:

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

.Link do curso pythonpro:https://pythonpro.com.br/









