Metadata-Version: 2.1
Name: libpythonpro_doug
Version: 0.2
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/dougfraga/libpythonpro
Author: Douglas Fraga
Author-email: douglas.fraga@gmail.com
License: GNU AFFERO GENERAL PUBLIC LICENSE
Description: # libpythonpro
        Laboratory repo constructed during the PyTools module of PythonPro Course
        
        Link for [PythonPro] training course (https://www.python.pro.br/) 
        [![Build Status](https://travis-ci.com/dougfraga/libpythonpro.svg?branch=master)](https://travis-ci.com/dougfraga/libpythonpro)
        [![Updates](https://pyup.io/repos/github/dougfraga/libpythonpro/shield.svg)](https://pyup.io/repos/github/dougfraga/libpythonpro/)
        [![Python 3](https://pyup.io/repos/github/dougfraga/libpythonpro/python-3-shield.svg)](https://pyup.io/repos/github/dougfraga/libpythonpro/)
        
        Supported on Python 3
        
        Installation:
        ```console
        python3 -m venv .venv
        source .venv/bin/activate
        pip install -r requirements-dev.txt
        ```
        
        Checking code quality:
        ```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.8
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
