Metadata-Version: 2.1
Name: libpythonprojms
Version: 0.1
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/juliomsouza/pythonpro
Author: Julio Souza
Author-email: infoexpress2014@gmail.com
License: LICENCE
Description: # pythonpro
        Modulo para exemplificar a construção de projetos no curso PyTools  
        Nesse curso é ensinado como contribuir com projetos de código aberto
        [![Build Status](https://travis-ci.com/juliomsouza/pythonpro.svg?branch=main)](https://travis-ci.com/juliomsouza/pythonpro)
        
        [![Updates](https://pyup.io/repos/github/juliomsouza/pythonpro/shield.svg)](https://pyup.io/repos/github/juliomsouza/pythonpro/)
        
        [![Python 3](https://pyup.io/repos/github/juliomsouza/pythonpro/python-3-shield.svg)](https://pyup.io/repos/github/juliomsouza/pythonpro/)
        
        Suportado a versão 3 de Python
        Para instalar:
        '''console
        python3 -m venv .venv3
        source .venv3/bin/activate
        pip install -r requirements-dev.txt
        '''
        Para conferir o código:
        '''console
        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.9
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
