All Projects → cuducos → Calculadora Do Cidadao

cuducos / Calculadora Do Cidadao

Licence: gpl-3.0
💵 Tool for Brazilian Reais monetary adjustment/correction

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Calculadora Do Cidadao

Brasil.io
Backend do Brasil.IO (para código dos scripts de coleta de dados, veja o link na página de cada dataset)
Stars: ✭ 780 (+712.5%)
Mutual labels:  hacktoberfest, brazil
Daal4py
sources for daal4py - a convenient Python API to oneDAL
Stars: ✭ 113 (+17.71%)
Mutual labels:  hacktoberfest, data-analysis
Op Website Hugo
Projeto do Site https://OsProgramadores.com
Stars: ✭ 99 (+3.13%)
Mutual labels:  hacktoberfest, brazil
Minha Receita
🏢 Sua API web para consulta de informações do CNPJ da Receita Federal
Stars: ✭ 255 (+165.63%)
Mutual labels:  hacktoberfest, brazil
Onedal
oneAPI Data Analytics Library (oneDAL)
Stars: ✭ 382 (+297.92%)
Mutual labels:  hacktoberfest, data-analysis
Polemicas E Tretas Dev
As polêmicas e tretas 🇧🇷 versionadas
Stars: ✭ 258 (+168.75%)
Mutual labels:  hacktoberfest, brazil
Freud
Powerful, efficient particle trajectory analysis in scientific Python.
Stars: ✭ 118 (+22.92%)
Mutual labels:  hacktoberfest, data-analysis
Socios Brasil
Captura os dados de sócios das empresas brasileiras na Receita Federal e exporta para um formato legível por humanos
Stars: ✭ 445 (+363.54%)
Mutual labels:  hacktoberfest, brazil
Eleicoes Brasil
Scripts para capturar dados do Repositório de Dados Eleitorais do TSE, limpá-los, normalizá-los e agrupá-los
Stars: ✭ 85 (-11.46%)
Mutual labels:  hacktoberfest, brazil
Faros
Faros is a CRD based GitOps controller
Stars: ✭ 95 (-1.04%)
Mutual labels:  hacktoberfest
Ember Math Helpers
Ember HTMLBars helpers for basic arithmetic
Stars: ✭ 95 (-1.04%)
Mutual labels:  hacktoberfest
Jupyterlab Spreadsheet
JupyterLab plugin for viewing spreadsheets, such as Excel .xls/.xlsx workbooks and OpenOffice .ods files
Stars: ✭ 95 (-1.04%)
Mutual labels:  hacktoberfest
Generator Ngx Rocket
🚀 Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (+1284.38%)
Mutual labels:  hacktoberfest
Le Chat Php
A PHP Chat based on LE CHAT
Stars: ✭ 95 (-1.04%)
Mutual labels:  hacktoberfest
Algorithms
In case you want to contribute, ping on https://gitter.im/NITSkmOS/algo.
Stars: ✭ 95 (-1.04%)
Mutual labels:  hacktoberfest
Puppet R10k
Setup and configure r10k for use with git based environments in puppet
Stars: ✭ 95 (-1.04%)
Mutual labels:  hacktoberfest
Phpunit Arraysubset Asserts
Provides assertArraySubset for use in PHPunit
Stars: ✭ 95 (-1.04%)
Mutual labels:  hacktoberfest
Dts2hx
Converts TypeScript definition files (d.ts) to haxe externs (.hx) via the TypeScript compiler API
Stars: ✭ 95 (-1.04%)
Mutual labels:  hacktoberfest
Lara Lens
Laravel package for display diagnostic (config, database, http connections...)
Stars: ✭ 96 (+0%)
Mutual labels:  hacktoberfest
Pypuppetdb
Python library for working with the PuppetDB API
Stars: ✭ 95 (-1.04%)
Mutual labels:  hacktoberfest

Calculadora do Cidadão

GitHub Workflow Status Code Climate maintainability Code Climate coverage PyPI - Python Version PyPI

Pacote em Python para correção de valores. Confira a documentação e o mini-guia de contribuição para mais detalhes!

Exemplo de uso

In [1]: from datetime import date
   ...: from decimal import Decimal
   ...: from calculadora_do_cidadao import Ipca

In [2]: ipca = Ipca()

In [3]: ipca.adjust(date(2018, 7, 6))
Out[3]: Decimal('1.051202206630561280035407253')

In [4]: ipca.adjust("2014-07-08", 7)
Out[4]: Decimal('9.407523138792336916983267321')

In [5]: ipca.adjust("12/07/1998", 3, "01/07/2006")
Out[5]: Decimal('5.279855889296777979447848574')

asciicast

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].