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.0
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.0.tar.gz | 419.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| policyengine_core-3.32.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:664.8 kB
Release files / policyengine_core-3.32.0.tar.gz
| Download URL | policyengine_core-3.32.0.tar.gz |
|---|---|
| Size | 419.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cd698acfe343a36ca419ec5e48d402e9246b7338b7e2b880da28885acca53932
|
|
BLAKE2b-256 checksum How to use checksums |
4374be41d269a8a8b615b20e6699af9525c030d06537637d7ad3924bcfa3f210
|
| 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.0-py3-none-any.whl
| Download URL | policyengine_core-3.32.0-py3-none-any.whl |
|---|---|
| Size | 245.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f94b7259252c1df770c34b1febcc1d631f0b2478be43593f4f83c7aeb0b13dd1
|
|
BLAKE2b-256 checksum How to use checksums |
1fafc3c710eb2073ef81775f0089207b173d531f57c7101ff72d678212b9769f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|