.gitignore
.pre-commit-config.yaml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTORS
LICENSE
MANIFEST.in
Makefile
README.rst
api_data.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.web.client.egg-info/PKG-INFO
swh.web.client.egg-info/SOURCES.txt
swh.web.client.egg-info/dependency_links.txt
swh.web.client.egg-info/entry_points.txt
swh.web.client.egg-info/requires.txt
swh.web.client.egg-info/top_level.txt
swh/web/__init__.py
swh/web/client/__init__.py
swh/web/client/auth.py
swh/web/client/cli.py
swh/web/client/client.py
swh/web/client/py.typed
swh/web/client/tests/__init__.py
swh/web/client/tests/api_data.py
swh/web/client/tests/conftest.py
swh/web/client/tests/gen-api-data.sh
swh/web/client/tests/test_cli.py
swh/web/client/tests/test_web_api_client.py