Metadata-Version: 2.1
Name: libpythonproteste
Version: 0.2
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/asmmiguel/libythonpro
Author: Samir
Author-email: asmmiguel@gmail.com
License: GNU AFFERO GENERAL PUBLIC LICENSE
Description: # libythonpro
        Módulo para exemplificar a construção de projetos Python
        
        Link do curso [Python Pro](https://www.python.pro.br/)      
        
        [![Build Status](https://travis-ci.org/asmmiguel/libythonpro.svg?branch=master)](https://travis-ci.org/asmmiguel/libythonpro)
        
        [![Updates](https://pyup.io/repos/github/asmmiguel/lipythonpro/shield.svg)](https://pyup.io/repos/github/asmmiguel/lipythonpro/)
        
        [![Python 3](https://pyup.io/repos/github/asmmiguel/lipythonpro/python-3-shield.svg)](https://pyup.io/repos/github/asmmiguel/lipythonpro/)
        
        Python 3.6.5
        
        Para instalar:  
        ```console  
        python3 -m venv .venv   
        spurce .venv/bin/activate   
        pip install -r requirements-dev.txt     
        ```  
        Para conferir a qualidade do código:    
        ```console
        flake8
        ```  
          
        Tópicos a serem abordados:  
        1.Git   
        2.Pip   
        3.Virtualenv
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
