.editorconfig
.flake8
.gitignore
.pre-commit-config.yaml
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
azure-pipelines.yml
requirements.txt
setup.py
.github/workflows/cc-server-check.yaml
.github/workflows/ci-slow.yaml
.github/workflows/ci.yaml
.github/workflows/publish_pypi.yaml
cdx_toolkit/__init__.py
cdx_toolkit/cli.py
cdx_toolkit/commoncrawl.py
cdx_toolkit/compat.py
cdx_toolkit/myrequests.py
cdx_toolkit/settings.py
cdx_toolkit/timeutils.py
cdx_toolkit/utils.py
cdx_toolkit/warc.py
cdx_toolkit.egg-info/PKG-INFO
cdx_toolkit.egg-info/SOURCES.txt
cdx_toolkit.egg-info/dependency_links.txt
cdx_toolkit.egg-info/entry_points.txt
cdx_toolkit.egg-info/requires.txt
cdx_toolkit.egg-info/top_level.txt
examples/iter-and-warc.py
scripts/cdx_iter
scripts/cdx_size
tests/__init__.py
tests/cc_server_check.py
tests/conftest.py
tests/test_cc_crawl.py
tests/test_cli.py
tests/data/mock_responses/test_capture_object/test_capture_object.jsonl
tests/data/mock_responses/test_cc/test_get_cc_endpoints.jsonl
tests/data/mock_responses/test_cli/test_basics.jsonl
tests/data/mock_responses/test_cli/test_basics_2.jsonl
tests/data/mock_responses/test_cli/test_multi_cc1.jsonl
tests/data/mock_responses/test_cli/test_multi_cc1_slow_1.jsonl
tests/data/mock_responses/test_cli/test_multi_cc1_slow_2.jsonl
tests/data/mock_responses/test_cli/test_multi_cc1_slow_3.jsonl
tests/data/mock_responses/test_cli/test_multi_cc1_slow_4.jsonl
tests/data/mock_responses/test_cli/test_multi_cc1_slow_5.jsonl
tests/data/mock_responses/test_cli/test_multi_cc1_slow_6.jsonl
tests/data/mock_responses/test_cli/test_multi_cc1_slow_7.jsonl
tests/data/mock_responses/test_cli/test_multi_cc1_slow_8.jsonl
tests/data/mock_responses/test_cli/test_multi_cc1_slow_9.jsonl
tests/data/mock_responses/test_cli/test_multi_cc2.jsonl
tests/data/mock_responses/test_cli/test_multi_cc2_slow_1.jsonl
tests/data/mock_responses/test_cli/test_multi_cc2_slow_2.jsonl
tests/data/mock_responses/test_cli/test_multi_cc2_slow_3.jsonl
tests/data/mock_responses/test_cli/test_multi_cc2_slow_4.jsonl
tests/data/mock_responses/test_cli/test_multi_cc2_slow_5.jsonl
tests/data/mock_responses/test_cli/test_multi_ia.jsonl
tests/data/mock_responses/test_cli/test_multi_misc_ia.jsonl
tests/data/mock_responses/test_cli/test_multi_misc_not_ia_slow_1.jsonl
tests/data/mock_responses/test_cli/test_multi_misc_not_ia_slow_2.jsonl
tests/data/mock_responses/test_cli/test_multi_misc_not_ia_slow_3.jsonl
tests/data/mock_responses/test_cli/test_multi_misc_not_ia_slow_4.jsonl
tests/data/mock_responses/test_cli/test_multi_misc_not_ia_slow_5.jsonl
tests/data/mock_responses/test_cli/test_multi_misc_not_ia_slow_6.jsonl
tests/data/mock_responses/test_cli/test_warc_prefix_1.jsonl
tests/data/mock_responses/test_cli/test_warc_prefix_2.jsonl
tests/data/mock_responses/test_cli/test_warc_prefix_3.jsonl
tests/data/mock_responses/test_cli/test_warc_prefix_4.jsonl
tests/data/mock_responses/test_cli/test_warc_suffix_1.jsonl
tests/data/mock_responses/test_cli/test_warc_suffix_2.jsonl
tests/data/mock_responses/test_cli/test_warc_suffix_3.jsonl
tests/data/mock_responses/test_cli/test_warc_suffix_4.jsonl
tests/unit/test_capture_object.py
tests/unit/test_cc.py
tests/unit/test_cli.py
tests/unit/test_compat.py
tests/unit/test_misc.py
tests/unit/test_myrequests.py
tests/unit/test_timeutils.py
tests/unit/test_warc.py