Metadata-Version: 2.1
Name: calculos
Version: 1.0
Summary: Módulo de calculos simples para calculadora em Python
Home-page: https://github.com/Jeferson777
Author: Jeferson Soaris
Author-email: g7harmonic@outlook.com
License: GNU GENERAL PUBLIC LICENSE
Description: # Calculadora
        Calculadora simples em Python Puro
        
        Objetivos de estudos, seguindo as boas prÃ¡ticas do curso PythonPro:
        
        1. Desenvolver o projeto apenas na linguagem pura;
        2. Testar os comandos de GIT;
        3. Implementar teste automatizado no Travis;
        4. Implementar automaÃ§Ã£o de Libs pelo Pyup.io;   
        5. No decorrer, desenvolver uma 'interface' de interaÃ§Ã£o.
        
        [![Build Status](https://travis-ci.org/Jeferson777/Calculadora.svg?branch=principal)](https://travis-ci.org/Jeferson777/Calculadora)
        [![Updates](https://pyup.io/repos/github/Jeferson777/Calculadora/shield.svg)](https://pyup.io/repos/github/Jeferson777/Calculadora/)
        [![Python 3](https://pyup.io/repos/github/Jeferson777/Calculadora/python-3-shield.svg)](https://pyup.io/repos/github/Jeferson777/Calculadora/)
        
        
        *VersÃ£o: Python 3.9
        
        *InstalaÃ§Ã£o Python e dependÃªncias:
        
        '''Console:{
        py -3 -m venv .venv
        .venv\Scripts\activate
        pip install -r requirements-dev.txt
        }'''
        
        
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: Programming Language :: Python :: 3.9
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
