Metadata-Version: 2.1
Name: LibBraga
Version: 0.1
Summary: Repositório para exemplificar a criação de projetos no Python
Home-page: https://github.com/htjoao/LibBraga
Author: João Victor
Author-email: jvictor.braga@yahoo.com
License: GNU AFFERO GENERAL PUBLIC LICENSE
Description: # LibBraga
        RepositÃ³rio para exemplificar a criaÃ§Ã£o de projetos no Python
        
        Site do Curso [Python Pro] (https://www.python.pro.br)
        
        [![Build Status](https://travis-ci.org/htjoao/LibBraga.svg?branch=main)](https://travis-ci.org/htjoao/LibBraga)
        [![Updates](https://pyup.io/repos/github/htjoao/LibBraga/shield.svg)](https://pyup.io/repos/github/htjoao/LibBraga/)
        [![Python3](https://pyup.io/repos/github/htjoao/LibBraga/python-3-shield.svg)](https://pyup.io/repos/github/htjoao/LibBraga/)
        
        Esse curso eu estudo a criaÃ§Ã£o e contribuiÃ§Ã£o com projetos open source.
        
        Suportada versÃ£o 3 de Python
        
        Para instalar:
        
        ```console
        Python3 -r venv .venv
        source venv\bin\activate
        pip install -r requiments-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.8
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
