Metadata-Version: 2.1
Name: lib-pypi
Version: 0.1
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
        MÃ³dulo para exemplificar a construÃ§Ã£o de projetos Python no curso Pytools.
        Nesse caso Ã© ensinado como contribuir com projetos de cÃ³digo aberto.
        
        
        
        
        LINK DO CURSO: [Python Pro](https://pythonpro.com.br/)
        [![Build Status](https://travis-ci.com/wartrax13/libpythonpro.svg?branch=main)](https://travis-ci.com/wartrax13/libpythonpro)
        [![Updates](https://pyup.io/repos/github/wartrax13/libpythonpro/shield.svg)](https://pyup.io/repos/github/wartrax13/libpythonpro/)
        [![Python 3](https://pyup.io/repos/github/wartrax13/libpythonpro/python-3-shield.svg)](https://pyup.io/repos/github/wartrax13/libpythonpro/)
        
        
        Para instalar:
        '''python 3 -m venv .venv
        source .ven/bin/activate
        pip install -r requirements-dev.txt'''
        
        Para conferir qualidade do cÃ³digo:
        '''flake8'''
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.8
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
