.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.prettierrc
CHANGELOG.rst
LICENSE
README.rst
conftest.py
openapi.json
pyproject.toml
spelling_private_dict.txt
zizmor.yml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/dependabot-merge.yml
.github/workflows/lint.yml
.github/workflows/publish-site.yml
.github/workflows/release.yml
.vscode/extensions.json
.vscode/settings.json
docs/source/__init__.py
docs/source/api-reference.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/openapi-spec.rst
docs/source/release-process.rst
src/coderpad/__init__.py
src/coderpad/_dict_types.py
src/coderpad/async_client.py
src/coderpad/client.py
src/coderpad/exceptions.py
src/coderpad/py.typed
src/coderpad/transports.py
src/coderpad/types.py
src/coderpad_py.egg-info/PKG-INFO
src/coderpad_py.egg-info/SOURCES.txt
src/coderpad_py.egg-info/dependency_links.txt
src/coderpad_py.egg-info/not-zip-safe
src/coderpad_py.egg-info/requires.txt
src/coderpad_py.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_async_client.py
tests/test_client.py
tests/test_types.py