Metadata-Version: 2.4
Name: openfisca-czechia
Version: 0.1.0
Summary: OpenFisca Rules as Code model for Czechia.
Project-URL: Homepage, https://github.com/vlki/openfisca-czechia
Project-URL: Repository, https://github.com/vlki/openfisca-czechia
Project-URL: Issues, https://github.com/vlki/openfisca-czechia/issues
Project-URL: Changelog, https://github.com/vlki/openfisca-czechia/blob/main/CHANGELOG.md
Author-email: Jan Vlcek <jan.vlcek@vlki.cz>
License-Expression: AGPL-3.0-only
License-File: LICENSE
Keywords: benefit,czechia,microsimulation,rac,rules-as-code,tax
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.9
Requires-Dist: numpy<2.5.0,>=1.26.0
Requires-Dist: openfisca-core[web-api]<45,>=44.0.0
Description-Content-Type: text/markdown

# OpenFisca-Czechia

## [EN] Introduction

OpenFisca is a versatile simulation and microsimulation free software. This repository contains the OpenFisca model of the Czech tax and benefit system. Therefore, the working language here is Czech. You can however check the [general OpenFisca documentation](https://openfisca.org/doc/) in English!

## [CS] Introduction

OpenFisca je svobodný software pro simulace a mikrosimulace. Tento repozitář obsahuje OpenFisca model českého daňového a dávkového systému. Dále najdete instrukce k použití modelu, doporučuji ale nejdřív projít [obecnou dokumentaci k OpenFisca](https://openfisca.org/doc/).

## Co model obsahuje

Model aktuálně obsahuje:

* výpočet DSSP (dávky státní sociální pomoci) podle legislativy platné k červenci 2026
* výpočet daně z příjmu fyzických osob

Soubory modelu najdete ve složce `openfisca_czechia`.

* Parametry použité v modelu jsou v podsložce `parameters`
* Vstupy a výpočty jsou v podsložce `variables`
* Testy pro výpočty najdete v podsložce `tests`

## Licence

Kód je dostupný pod [licencí AGPLv3](LICENSE)
