Metadata-Version: 2.1
Name: projetolibpythonpro
Version: 0.1
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/renankemiya/PyTools-curso
Author: Renan Kenji Miyashiro
Author-email: renankemiya@gmail.com
License: GNU AFFERO GENERAL PUBLIC LICENSE
Description: # PyTools-curso
        
        Suportado VersÃ£o 3 do python
        
        Aprendendo a criar projetos 
        
        Link para o curso [Python Pro](https://www.python.pro.br)
        
        [![Build Status](https://travis-ci.org/renankemiya/PyTools-curso.svg?branch=master)](https://travis-ci.org/renankemiya/PyTools-curso)
        [![Updates](https://pyup.io/repos/github/renankemiya/PyTools-curso/shield.svg)](https://pyup.io/repos/github/renankemiya/PyTools-curso/)
        [![Python 3](https://pyup.io/repos/github/renankemiya/PyTools-curso/python-3-shield.svg)](https://pyup.io/repos/github/renankemiya/PyTools-curso/)
        
        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
        
        ```
        
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.8
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
