MCPcopy Index your code
hub / github.com/OpenSourceEconomics/econ-project-templates

github.com/OpenSourceEconomics/econ-project-templates @v0.12.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.12.4 ↗ · + Follow
36 symbols 146 edges 25 files 14 documented · 39%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Econ Project Templates: Modern, Reproducible Research in Economics

MIT license Documentation Status image pre-commit.ci status

This project provides a "batteries-included" template for economists to produce fully reproducible research. It replaces fragile, manual workflows with a robust, automated pipeline.

Why Reproducibility?

Reproducibility is about your peace of mind. It means knowing that if you find a mistake in your raw data three days before submission, you can re-run your entire project—tables, figures, and paper—with a single command. It means your future self (and your co-authors) can understand and run your code on a new machine without spending a week fighting dependency hell.

Quick Start (The "Magic" Moment)

Experience the reproducibility of this template in less than five minutes:

  1. Install Pixi (our only prerequisite).
  2. Clone this repository.
  3. Run and view the results:
# Data cleaning, analysis, plotting, etc
pixi run pytask

# View the research paper in your browser
pixi run view-paper

# View the presentation slides
pixi run view-pres

These commands automatically handle environment setup, data cleaning, analysis, and launching the output servers.

Documentation

Full documentation is available at econ-project-templates.readthedocs.io.

Contributing

We welcome suggestions on anything from improving the documentation to reporting bugs and requesting new features. Please open an issue in these cases.

Contributors

@hmgaudecker @timmens

Former Contributor and Creator of pytask

@tobiasraabe

Core symbols most depended-on inside this repo

Shape

Function 34
Class 1
Method 1

Languages

Python100%

Modules by API surface

tests/data_management/test_stats4schools_smoking.py10 symbols
tests/analysis/test_predict.py5 symbols
src/template_project/data_management/stats4schools_smoking_template.py5 symbols
docs_template/scripts/task_create_visualization_for_docs.py3 symbols
tests/analysis/test_model.py2 symbols
src/template_project/final/task_final_template.py2 symbols
src/template_project/analysis/task_analysis_template.py2 symbols
documents/task_documents.py2 symbols
tests/test_template.py1 symbols
src/template_project/final/plot_template.py1 symbols
src/template_project/data_management/task_data_management_template.py1 symbols
src/template_project/analysis/predict_template.py1 symbols

For agents

$ claude mcp add econ-project-templates \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page