OpenFisca is a versatile microsimulation free software. This is the core engine that compiles and evaluates tax-benefit rules written in Python. Current version: 44.7.0. Released roughly monthly.
pip install openfisca-coreNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load a tax-benefit system and run a simulation.
call `.item()` on the result for scalar values, or use indexing.
replace `from openfisca_core.tracer import Tracer` with `from openfisca_core.tracers import Tracer`
install the relevant country package or define your own taxbenefitsystem.
No dependency data recorded yet.