.copier-answers.yml
.gitignore
.pre-commit-config.yaml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTORS
LICENSE
Makefile
README.rst
conftest.py
mypy.ini
pyproject.toml
pytest.ini
requirements-swh.txt
requirements-test.txt
requirements.txt
setup.cfg
tox.ini
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
docs/_static/.placeholder
docs/_templates/.placeholder
swh.provenance.egg-info/PKG-INFO
swh.provenance.egg-info/SOURCES.txt
swh.provenance.egg-info/dependency_links.txt
swh.provenance.egg-info/entry_points.txt
swh.provenance.egg-info/requires.txt
swh.provenance.egg-info/top_level.txt
swh/provenance/__init__.py
swh/provenance/cli.py
swh/provenance/exc.py
swh/provenance/interface.py
swh/provenance/py.typed
swh/provenance/pytest_plugin.py
swh/provenance/api/client.py
swh/provenance/api/serializers.py
swh/provenance/api/server.py
swh/provenance/backend/graph.py
swh/provenance/backend/postgresql.py
swh/provenance/sql/30-schema.sql
swh/provenance/sql/60-indexes.sql
swh/provenance/tests/__init__.py
swh/provenance/tests/provenance_tests.py
swh/provenance/tests/test_provenance.py
swh/provenance/tests/test_provenance_graph.py
swh/provenance/tests/test_provenance_remote.py