Metadata-Version: 2.1
Name: libpython
Version: 0.2
Summary: Módulo para exemplificar construção de projetos Python
Home-page: https://github.com/woscavalcante/libpython
Author: Willian Cavalcante
Author-email: woscavalcante@outlook.com
License: GNU AFFERO GENERAL PUBLIC LICENSE
Description: # libpythonpro
        MÃ³dulo para exemplificar construÃ§Ã£o de projetos Python.
        
        Link do Github: [Lib Python](https://github.com/woscavalcante/libpython)
        
        [![Build Status](https://travis-ci.org/woscavalcante/libpython.svg?branch=master)](https://travis-ci.org/woscavalcante/libpython)
        [![Updates](https://pyup.io/repos/github/woscavalcante/libpython/shield.svg)](https://pyup.io/repos/github/woscavalcante/libpython/)
        [![Python 3](https://pyup.io/repos/github/woscavalcante/libpython/python-3-shield.svg)](https://pyup.io/repos/github/woscavalcante/libpython/)
        
        Suportado a versÃ£o 3 do 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 Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
