{"id":13405668,"url":"https://github.com/cuducos/calculadora-do-cidadao","last_synced_at":"2025-03-14T10:31:19.622Z","repository":{"id":54826375,"uuid":"230978941","full_name":"cuducos/calculadora-do-cidadao","owner":"cuducos","description":"💵 Tool for Brazilian Reais monetary adjustment/correction","archived":true,"fork":false,"pushed_at":"2023-01-26T16:46:49.000Z","size":398,"stargazers_count":149,"open_issues_count":1,"forks_count":15,"subscribers_count":12,"default_branch":"main","last_synced_at":"2024-09-29T19:34:13.693Z","etag":null,"topics":["brasil","brazil","data-analysis","hacktoberfest","monetary","python"],"latest_commit_sha":null,"homepage":"https://calculadora-do-cidadao.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cuducos.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["cuducos"]}},"created_at":"2019-12-30T20:58:02.000Z","updated_at":"2024-09-05T08:44:05.000Z","dependencies_parsed_at":"2023-02-14T19:46:07.568Z","dependency_job_id":null,"html_url":"https://github.com/cuducos/calculadora-do-cidadao","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuducos%2Fcalculadora-do-cidadao","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuducos%2Fcalculadora-do-cidadao/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuducos%2Fcalculadora-do-cidadao/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuducos%2Fcalculadora-do-cidadao/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cuducos","download_url":"https://codeload.github.com/cuducos/calculadora-do-cidadao/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221458134,"owners_count":16825271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brasil","brazil","data-analysis","hacktoberfest","monetary","python"],"created_at":"2024-07-30T19:02:07.882Z","updated_at":"2025-03-14T10:31:19.615Z","avatar_url":"https://github.com/cuducos.png","language":"Python","funding_links":["https://github.com/sponsors/cuducos"],"categories":["Python","Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Calculadora do Cidadão\n\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/cuducos/calculadora-do-cidadao/Tests)](https://github.com/cuducos/calculadora-do-cidadao/actions)\n[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability-percentage/cuducos/calculadora-do-cidadao)](https://codeclimate.com/github/cuducos/calculadora-do-cidadao/maintainability)\n[![Code Climate coverage](https://img.shields.io/codeclimate/coverage/cuducos/calculadora-do-cidadao)](https://codeclimate.com/github/cuducos/calculadora-do-cidadao/test_coverage)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/calculadora-do-cidadao)](https://pypi.org/project/calculadora-do-cidadao/)\n[![PyPI](https://img.shields.io/pypi/v/calculadora-do-cidadao)](https://pypi.org/project/calculadora-do-cidadao/)\n[![](https://img.shields.io/readthedocs/calculadora-do-cidadao)](https://calculadora-do-cidadao.readthedocs.io/)\n\nPacote em Python para correção de valores. Confira a [documentação](https://calculadora-do-cidadao.readthedocs.io/) e o [mini-guia de contribuição](CONTRIBUTING.md) para mais detalhes!\n\n\u003cdiv align=center\u003e\n\n\u003e :warning: **Estou buscando pessoas para manter esse projeto.** Não tenho tido tempo para cuidar dele como deveria, e sinto que tenho pouco conhecimento de economia e mercado financeiro para aprimorá-lo.\n\n\u003c/div\u003e\n\n## Exemplo de uso\n\n```python\nIn [1]: from datetime import date\n   ...: from decimal import Decimal\n   ...: from calculadora_do_cidadao import Ipca\n\nIn [2]: ipca = Ipca()\n\nIn [3]: ipca.adjust(date(2018, 7, 6))\nOut[3]: Decimal('1.051202206630561280035407253')\n\nIn [4]: ipca.adjust(\"2014-07-08\", 7)\nOut[4]: Decimal('9.407523138792336916983267321')\n\nIn [5]: ipca.adjust(\"12/07/1998\", 3, \"01/07/2006\")\nOut[5]: Decimal('5.279855889296777979447848574')\n```\n\n[![asciicast](https://asciinema.org/a/295920.svg)](https://asciinema.org/a/295920)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuducos%2Fcalculadora-do-cidadao","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuducos%2Fcalculadora-do-cidadao","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuducos%2Fcalculadora-do-cidadao/lists"}