.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTORS
LICENSE
Makefile
README.rst
mypy.ini
pyproject.toml
pytest.ini
requirements-swh-with-content.txt
requirements-swh.txt
requirements-test.txt
requirements.txt
setup.cfg
setup.py
tox.ini
bin/orc-merge
bin/orc-print-contents
docs/.gitignore
docs/Makefile
docs/README.rst
docs/conf.py
docs/export.rst
docs/generate_subdataset.rst
docs/index.rst
docs/_static/.placeholder
docs/_templates/.placeholder
docs/graph/athena.rst
docs/graph/databricks.rst
docs/graph/dataset.rst
docs/graph/index.rst
docs/graph/schema.rst
docs/graph/_images/athena_tables.png
docs/graph/_images/dataset-schema.dot
docs/graph/_images/dataset-schema.svg
swh/__init__.py
swh.dataset.egg-info/PKG-INFO
swh.dataset.egg-info/SOURCES.txt
swh.dataset.egg-info/dependency_links.txt
swh.dataset.egg-info/entry_points.txt
swh.dataset.egg-info/requires.txt
swh.dataset.egg-info/top_level.txt
swh/dataset/__init__.py
swh/dataset/athena.py
swh/dataset/cli.py
swh/dataset/exporter.py
swh/dataset/journalprocessor.py
swh/dataset/py.typed
swh/dataset/relational.py
swh/dataset/utils.py
swh/dataset/exporters/__init__.py
swh/dataset/exporters/edges.py
swh/dataset/exporters/orc.py
swh/dataset/test/test_edges.py
swh/dataset/test/test_orc.py
swh/dataset/test/test_utils.py