Metadata-Version: 2.1
Name: libpythonprotcarthur
Version: 0.1
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/tcarthur/libpythonpro
Author: Arthur Tavares
Author-email: tavares.arthur@ymail.com
License: GNU AFFERO GENERAL PUBLIC LICENSE
Description: # libpythonpro
        MÃ³dulo para exemplificar construÃ§Ã£o de projetos Python no curso PyTools
        
        Nesese curso Ã© ensinado como contribuir com projetos de cÃ³digo aberto
        
        Link do curso [Python Pro](https://python.pro.br/)
        
        [![Build Status](https://www.travis-ci.com/tcarthur/libpythonpro.svg?branch=main)](https://www.travis-ci.com/tcarthur/libpythonpro)
        [![Updates](https://pyup.io/repos/github/tcarthur/libpythonpro/shield.svg)](https://pyup.io/repos/github/tcarthur/libpythonpro/)
        [![Python 3](https://pyup.io/repos/github/tcarthur/libpythonpro/python-3-shield.svg)](https://pyup.io/repos/github/tcarthur/libpythonpro/)
        
        Suportado versÃ£o 3 de Python
        
        Para instalar:
        
        ```console
        python -m venv .venv
        .venv\Scripts\activate
        pip install -r requirementes-dev.txt
        ```
        
        Para conferir qualidade:
        ```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.9
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
