PolicyEngine Core
A fork of OpenFisca-Core that powers PolicyEngine country models (policyengine-uk, policyengine-us, policyengine-canada, policyengine-il, policyengine-ng) and the downstream apps and APIs. Provides the simulation engine, parameter tree, variable system, and reform machinery that each country package builds on top of.
Install
pip install policyengine-core
Supports Python 3.11–3.14.
Usage
Most users reach this package transitively through a country model. Import directly if you're building a new country model, writing a reform, or extending the core:
from policyengine_core.simulations import Simulation
from policyengine_core.reforms import Reform
See the documentation for API reference and tutorials.
Development
# Install dev dependencies (uses uv)
make install
# Run the full test suite
make test
# Run a single test
uv run pytest tests/core/test_file.py::test_name -v
# Format before committing (CI enforces)
make format
Always use uv run for Python commands; bare python / pytest / pip may pick up the wrong environment.
Contributions: see CONTRIBUTING.md for branching, PR conventions, and the towncrier changelog.d/ workflow. Default branch is master.
License
Distributed under the AGPL License. See LICENSE for details.
Acknowledgements
- Forked from OpenFisca-Core.
- README template adapted from Othneil Drew's Best-README-Template.
Release files for policyengine-core 3.32.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| policyengine_core-3.32.3.tar.gz | 419.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| policyengine_core-3.32.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:665.4 kB
Release files / policyengine_core-3.32.3.tar.gz
| Download URL | policyengine_core-3.32.3.tar.gz |
|---|---|
| Size | 419.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
505e70fe3803e54d6bc48d9754004ed815a9e9b196d356aa3efef30712b4c226
|
|
BLAKE2b-256 checksum How to use checksums |
85648099dbca308e4bf69efc3e1390cc9b6777bdd7529cba507b3d5f59eea788
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / policyengine_core-3.32.3-py3-none-any.whl
| Download URL | policyengine_core-3.32.3-py3-none-any.whl |
|---|---|
| Size | 245.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
971a236384234fa97c71a9f42f0324668434c84ea938c9dbefe036a1b5f457d4
|
|
BLAKE2b-256 checksum How to use checksums |
2050c4c7e4fa40aee7c970170bd13d7b8a27c9357dba0deb5363954dac47eabb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|