Metadata-Version: 2.1
Name: policyengine-core
Version: 1.10.22
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
Platform: UNKNOWN
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest (<6,>=4)
Requires-Dist: numpy (<1.21,>=1.11)
Requires-Dist: black
Requires-Dist: linecheck (<1)
Requires-Dist: yaml-changelog (<1)
Requires-Dist: coverage (<7)
Requires-Dist: sortedcontainers (<3)
Requires-Dist: numexpr (<3)
Requires-Dist: dpath (<3)
Requires-Dist: nptyping (<2)
Requires-Dist: psutil (<6)
Requires-Dist: wheel (<1)
Requires-Dist: h5py (<4,>=3)
Requires-Dist: microdf-python (<1,>=0.3.0)
Requires-Dist: tqdm (<5,>=4.46.0)
Requires-Dist: requests (<3,>=2.27.1)
Requires-Dist: pandas (>=1)
Requires-Dist: plotly (<6,>=5.6.0)
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: mypy (<1,>=0.991) ; extra == 'dev'
Requires-Dist: sphinx (<5,>=4.5.0) ; extra == 'dev'
Requires-Dist: sphinx-argparse (<1,>=0.3.2) ; extra == 'dev'
Requires-Dist: sphinx-math-dollar (<2,>=1.2.1) ; extra == 'dev'
Requires-Dist: types-PyYAML (>=6.0<7) ; extra == 'dev'
Requires-Dist: types-requests (<3,>=2.28) ; extra == 'dev'
Requires-Dist: types-setuptools (>=65.6<66) ; extra == 'dev'
Requires-Dist: types-urllib3 (>=1.26<2) ; 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.


