LICENSE
README.md
pyproject.toml
prefect_history/__init__.py
prefect_history/__main__.py
prefect_history/client.py
prefect_history/config.py
prefect_history/db.py
prefect_history/sync.py
prefect_history/web.py
prefect_history.egg-info/PKG-INFO
prefect_history.egg-info/SOURCES.txt
prefect_history.egg-info/dependency_links.txt
prefect_history.egg-info/entry_points.txt
prefect_history.egg-info/requires.txt
prefect_history.egg-info/top_level.txt
prefect_history/templates/index.html
prefect_history/templates/rows.html
prefect_history/templates/run_detail.html
prefect_history/templates/summary.html
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_client.py
tests/test_config.py
tests/test_db.py
tests/test_sync.py
tests/test_web.py