Metadata-Version: 2.1
Name: libpythonpro-gc
Version: 0.1
Summary: Exercício de aprendizagem referente criação de projetos na linguagem Python, Curso Python Pro.
Home-page: https://github.com/GetulioCastro/pytools_pythonpro
Author: Getulio Castro
Author-email: augustoge71@gmail.com
License: GNU AFFERO GENERAL PUBLIC LICENSE
Description: # pytools_pythonpro
        
        MÃ³dulo IntermediÃ¡rio - Pytools/PythonPro
        
        ExercÃ­cio de aprendizagem referente criaÃ§Ã£o de projetos na linguagem Python, Curso Python Pro.
        
        Link do site [Python Pro](https://www.python.pro.br)
        Link do GitHub [GitHub/GetulioCastro](https://github.com/GetulioCastro/pytools_pythonpro)
        
        
        [![Build Status](https://travis-ci.org/GetulioCastro/pytools_pythonpro.svg?branch=master)](https://travis-ci.org/GetulioCastro/pytools_pythonpro)
        [![AtualizaÃ§Ãµes](https://pyup.io/repos/github/GetulioCastro/pytools_pythonpro/shield.svg)](https://pyup.io/repos/github/GetulioCastro/pytools_pythonpro/)
        [![Python 3](https://pyup.io/repos/github/GetulioCastro/pytools_pythonpro/python-3-shield.svg)](https://pyup.io/repos/github/GetulioCastro/pytools_pythonpro/)
        
        Suportado versÃ£o 3 de Python
        
        Para instalar:
        '''Console
        python3 -m venv .venv
        .venv\Scripts\activate
        pip install -q -r requirements-dev.txt
        '''
        
        Para conferir a 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
