Metadata-Version: 2.1
Name: policyengine-core
Version: 3.6.4
Summary: Core microsimulation engine enabling country-specific policy models.
Home-page: https://github.com/policyengine/policyengine-core
Author: PolicyEngine
Author-email: hello@policyengine.org
License: https://www.fsf.org/licensing/licenses/agpl-3.0.html
Keywords: tax benefit microsimulation framework
Classifier: Development Status :: 5 - Production/Stable
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: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest<9,>=8
Requires-Dist: numpy~=1.26.4
Requires-Dist: black
Requires-Dist: linecheck<1
Requires-Dist: yaml-changelog<1
Requires-Dist: coverage
Requires-Dist: sortedcontainers<3
Requires-Dist: numexpr<3
Requires-Dist: dpath<3
Requires-Dist: psutil<6
Requires-Dist: wheel<1
Requires-Dist: h5py<4,>=3
Requires-Dist: requests<3,>=2.27.1
Requires-Dist: pandas>=1
Requires-Dist: plotly<6,>=5.6.0
Requires-Dist: ipython<8,>=7.17.0
Requires-Dist: pyvis>=0.3.2
Provides-Extra: dev
Requires-Dist: jupyter-book<1; extra == "dev"
Requires-Dist: furo<2023; extra == "dev"
Requires-Dist: markupsafe==2.0.1; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: furo; extra == "dev"
Requires-Dist: mypy<2; extra == "dev"
Requires-Dist: sphinx==5.0.0; extra == "dev"
Requires-Dist: sphinx-argparse==0.4.0; extra == "dev"
Requires-Dist: sphinx-math-dollar==1.2.1; extra == "dev"
Requires-Dist: types-PyYAML==6.0.12.2; extra == "dev"
Requires-Dist: types-requests==2.28.11.7; extra == "dev"
Requires-Dist: types-setuptools==65.6.0.2; extra == "dev"
Requires-Dist: types-urllib3==1.26.25.4; extra == "dev"

# PolicyEngine Core

[![codecov](https://codecov.io/gh/PolicyEngine/policyengine-core/branch/master/graph/badge.svg?token=BLoCjCf5Qr)](https://codecov.io/gh/PolicyEngine/policyengine-core)
[![PyPI version](https://badge.fury.io/py/policyengine-core.svg)](https://badge.fury.io/py/policyengine-core)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

This package, a fork of [OpenFisca-Core](https://github.com/OpenFisca/OpenFisca-Core), powers PolicyEngine country models and apps.
