Metadata-Version: 2.1
Name: libpythonjp
Version: 0.1
Summary: Modulo para exemplificar construcapipo de projetos Python para curso Pythontools
Home-page: https://github.com/pythonprgbr/libpythonjp
Author: Jorge Luiz Plautz
Author-email: jorge.plautz@gmail.com
License: GNU AFFERO GENERAL PUBLIC LICENSE
Description: # libpythonjp
        Modulo para exemplificar construção de projetos Python para curso Pythontools
        
        Neste curso é ensinado como contribuir com projetos de código aberto.
        
        Link do curso [Python Pro](https://www.python.pro.br/)
        
        [![Build Status](https://travis-ci.org/pythonprgbr/libpythonjp.svg?branch=master)](https://travis-ci.org/pythonprgbr/libpythonjp)
        [![Updates](https://pyup.io/repos/github/jlplautz/libpythonjp/shield.svg)](https://pyup.io/repos/github/jlplautz/libpythonjp/)
        [![Python 3](https://pyup.io/repos/github/jlplautz/libpythonjp/python-3-shield.svg)](https://pyup.io/repos/github/jlplautz/libpythonjp/)
        
        Suportada versão 3 de Python
        
        Para instalar:
        ```console
        python3 -m venv .venv
        source venv/bin/activate
        pip install -r requirements-dev.txt
        ```
        
        Para conferir qualidade de código:
        ```console
        flake8
        ```
        
        Tópicos a serem abordados:
        1. Git
        2. Virtualenv
        3. Pip
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
