https://github.com/policyengine/crfb-tob-impacts
https://github.com/policyengine/crfb-tob-impacts
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/policyengine/crfb-tob-impacts
- Owner: PolicyEngine
- Created: 2025-09-02T18:34:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-10-19T00:31:18.000Z (6 months ago)
- Last Synced: 2025-10-29T00:30:40.846Z (5 months ago)
- Language: Jupyter Notebook
- Homepage: https://policyengine.github.io/crfb-tob-impacts/
- Size: 18.4 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crfb-tob-impacts
Social Security taxation reform analysis with PolicyEngine.
## Quick Start
```bash
# Setup environment with uv and Python 3.13
uv venv --python 3.13
source .venv/bin/activate
uv pip install -e .
# Generate policy impact data (takes 15-30 minutes)
python scripts/generate_policy_impacts.py
# Build Jupyter Book documentation
cd jupyterbook && jupyter-book build .
# Run React dashboard
cd policy-impact-dashboard && npm install && npm start
```
## Project Structure
- `src/` - Core Python modules (reforms, calculations)
- `jupyterbook/` - Jupyter Book documentation
- `policy-impact-dashboard/` - React visualization dashboard
- `data/` - Generated CSV data files
- `tests/` - Test suite
## Data Generation
The project uses PolicyEngine to simulate fiscal and household impacts:
- **scripts/generate_policy_impacts.py** - Data generation using PolicyEngine simulations
- Output saved to `data/` and dashboard `public/` directories
- **PolicyEngine-US Version**: 1.398.0