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.7
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.7.tar.gz | 422.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| policyengine_core-3.32.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 668.9 kB
Release files / policyengine_core-3.32.7.tar.gz
| Download URL | policyengine_core-3.32.7.tar.gz |
|---|---|
| Size | 422.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bd65f38fb1ee330e0e72a5f47cc3e36bfd102a9eda022d93eabfa93c4bf00afd
|
|
BLAKE2b-256 checksum How to use checksums |
084676fef113dba734b123b6a2e216d4354e3d4a5b5a5f115f17fddf9b5439a3
|
| 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.7-py3-none-any.whl
| Download URL | policyengine_core-3.32.7-py3-none-any.whl |
|---|---|
| Size | 246.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
23c9a1b05203127415767306179816783212d13d73507b202f4221ee8604c174
|
|
BLAKE2b-256 checksum How to use checksums |
5311c0477204c27c2319c98c69d8539a0b5ce8a4631ac1ae5c8bd253a30f6c3f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|