Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTORS
LICENSE
MANIFEST.in
Makefile
README.rst
conftest.py
mypy.ini
pyproject.toml
pytest.ini
requirements-swh.txt
requirements-test.txt
requirements.txt
setup.cfg
setup.py
tox.ini
docs/.gitignore
docs/Makefile
docs/README.rst
docs/conf.py
docs/index.rst
docs/_static/.placeholder
docs/_templates/.placeholder
swh/__init__.py
swh.scrubber.egg-info/PKG-INFO
swh.scrubber.egg-info/SOURCES.txt
swh.scrubber.egg-info/dependency_links.txt
swh.scrubber.egg-info/entry_points.txt
swh.scrubber.egg-info/requires.txt
swh.scrubber.egg-info/top_level.txt
swh/scrubber/__init__.py
swh/scrubber/cli.py
swh/scrubber/db.py
swh/scrubber/fixer.py
swh/scrubber/journal_checker.py
swh/scrubber/origin_locator.py
swh/scrubber/py.typed
swh/scrubber/storage_checker.py
swh/scrubber/utils.py
swh/scrubber/sql/20-enums.sql
swh/scrubber/sql/30-schema.sql
swh/scrubber/sql/60-indexes.sql
swh/scrubber/tests/__init__.py
swh/scrubber/tests/conftest.py
swh/scrubber/tests/test_cli.py
swh/scrubber/tests/test_fixer.py
swh/scrubber/tests/test_init.py
swh/scrubber/tests/test_journal_kafka.py
swh/scrubber/tests/test_origin_locator.py
swh/scrubber/tests/test_storage_postgresql.py