An ETL for Mozilla's Phabricator instance.
Requires Python 3 and the MySQL Client libraries.
This project uses uv for dependency management.
Install dependencies:
uv syncTo include dev dependencies (linting, testing, etc.):
uv sync --group devRun the test suite with:
uv run pytest