.copier-answers.yml
.gitignore
.pre-commit-config.yaml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTORS
Cargo.lock
Cargo.toml
LICENSE
Makefile
Makefile.local
README.rst
conftest.py
pyproject.toml
requirements-luigi.txt
requirements-swh.txt
requirements-test.txt
requirements.txt
tox.ini
db-build/Cargo.toml
db-build/src/contents_in_directories.rs
db-build/src/contents_in_revisions.rs
db-build/src/directories_in_revisions.rs
db-build/src/earliest_revision.rs
db-build/src/filters.rs
db-build/src/frontier.rs
db-build/src/frontier_set.rs
db-build/src/lib.rs
db-build/src/node_dataset.rs
db-build/src/revisions_in_origins.rs
db-build/src/x_in_y_dataset.rs
db-build/src/bin/compute-directory-frontier.rs
db-build/src/bin/compute-earliest-timestamps.rs
db-build/src/bin/contents-in-directories.rs
db-build/src/bin/contents-in-revisions-without-frontier.rs
db-build/src/bin/find-earliest-revision.rs
db-build/src/bin/frontier-directories-in-revisions.rs
db-build/src/bin/list-directory-with-max-leaf-timestamp.rs
db-build/src/bin/list-provenance-nodes.rs
db-build/src/bin/revisions-in-origins.rs
db-build/tests/earliest_revision.rs
db-build/tests/frontier.rs
docs/.gitignore
docs/Makefile
docs/conf.py
docs/grpc-api.rst
docs/index.rst
docs/_static/.placeholder
docs/_templates/.placeholder
proto/swhprovenance.proto
rust/Cargo.toml
rust/README.md
rust/build.rs
rust/proto/swhprovenance.proto
rust/src/graph.rs
rust/src/lib.rs
rust/src/queries.rs
rust/src/sentry.rs
rust/src/statsd.rs
rust/src/utils.rs
rust/src/bin/gen-test-database.rs
rust/src/bin/grpc-serve.rs
rust/src/bin/index.rs
rust/src/database/metrics.rs
rust/src/database/mod.rs
rust/src/grpc_server/metrics.rs
rust/src/grpc_server/mod.rs
rust/src/test_databases/main.rs
rust/src/test_databases/mod.rs
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/grpc_server.py
swh/provenance/interface.py
swh/provenance/luigi.py
swh/provenance/py.typed
swh/provenance/pytest_plugin.py
swh/provenance/shell.py
swh/provenance/api/client.py
swh/provenance/api/serializers.py
swh/provenance/api/server.py
swh/provenance/backend/graph.py
swh/provenance/backend/known_swhid_proxy.py
swh/provenance/backend/postgresql.py
swh/provenance/grpc/swhprovenance.proto
swh/provenance/grpc/swhprovenance_pb2.py
swh/provenance/grpc/swhprovenance_pb2.pyi
swh/provenance/grpc/swhprovenance_pb2_grpc.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_grpc.py
swh/provenance/tests/test_luigi.py
swh/provenance/tests/test_provenance.py
swh/provenance/tests/test_provenance_graph.py
swh/provenance/tests/test_provenance_known_swhid_proxy.py
swh/provenance/tests/test_provenance_remote.py