Metadata-Version: 2.5
Name: policyengine-household-analytics
Version: 0.31.0
Summary: Analytics contract and persistence for the PolicyEngine Household API
Author-email: PolicyEngine <hello@policyengine.org>
Requires-Python: >=3.12
Requires-Dist: alembic>=1.13.0
Requires-Dist: cloud-sql-python-connector
Requires-Dist: flask-sqlalchemy>=3
Requires-Dist: flask>=2.2
Requires-Dist: policyengine-household-common==0.31.0
Requires-Dist: pymysql
Requires-Dist: sqlalchemy>=2
Description-Content-Type: text/markdown

# policyengine-household-analytics

Analytics contract and persistence for the PolicyEngine Household API: the
calculate-analytics event schema, SQLAlchemy ORM models, analytics database
setup, and the Alembic migration scripts (shipped as package data).

The slim Cloud Run analytics writer installs this lib, so its dependency
closure deliberately excludes numpy, country model packages, and modal.

Published to PyPI because `policyengine-household-api` depends on it. It is
not a standalone product; its API follows the needs of the Household API
services.
