Metadata-Version: 2.1
Name: adilmar_libpythonpro_package
Version: 0.2
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/pythonprobr/libpythonpro
Author: Renzo Nuccitelli
Author-email: renzo@python.pro.br
License: GNU AFFERO GENERAL PUBLIC LICENSE
Description: # libpythonpro
        
        Suporta versÃ£o 3 do python
        
        [![Updates](https://pyup.io/repos/github/adilmarmorandi/libpythonpro/shield.svg)](https://pyup.io/repos/github/adilmarmorandi/libpythonpro/)
        [![Python 3](https://pyup.io/repos/github/adilmarmorandi/libpythonpro/python-3-shield.svg)](https://pyup.io/repos/github/adilmarmorandi/libpythonpro/)
        
        Para instalar:
        ``` Console
        python3 -m venv .venv
        .venv/scripts/activate.bat
        pip install -r requirements-dev.txt
        ```
        
        Para conferir a qualidade do cÃ³digo:
        
        ```Console
        flake8
        ```
        
        Exercicios aula pytools
        
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.6
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
