Metadata-Version: 2.1
Name: libpythonpro-carlosbarnabe
Version: 0.2
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/carlosbarnabe/libpythonpro
Author: Carlos Barnabe
Author-email: carlosalvesab@gmail.com
License: GNU AFFERO GENERAL PUBLIC LICENSE
Description: # libpythonpro
        MÃ³dulo para exemplificar construÃ§Ã£o de projetos Python no curso Pytools
        
        Nesse curso Ã© ensinado como contribuir com projetos de cÃ³digo aberto. 
        
        Suportada versÃ£o 3 de Python. 
        
        Para instalar:
        ''' console 
        python -m venv .venv 
        ambiente virtural .venv\Scripts\activate
        pip install requirements-dev.txt 
        '''
        
        Para verificar qualidade do 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.8
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
