LICENSE
README.md
pyproject.toml
src/gofetch/__init__.py
src/gofetch/actor.py
src/gofetch/client.py
src/gofetch/constants.py
src/gofetch/dataset.py
src/gofetch/exceptions.py
src/gofetch/http.py
src/gofetch/log.py
src/gofetch/py.typed
src/gofetch/run.py
src/gofetch/types.py
src/gofetch/webhook.py
src/gofetch/webhook_client.py
src/gofetch/scrapers/__init__.py
src/gofetch/scrapers/base.py
src/gofetch_client.egg-info/PKG-INFO
src/gofetch_client.egg-info/SOURCES.txt
src/gofetch_client.egg-info/dependency_links.txt
src/gofetch_client.egg-info/requires.txt
src/gofetch_client.egg-info/top_level.txt
tests/test_actor.py
tests/test_client.py
tests/test_http.py
tests/test_log.py
tests/test_parity.py
tests/test_run.py
tests/test_scrapers.py
tests/test_types.py
tests/test_webhook.py
tests/test_webhook_client.py