.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE.txt
README.md
pyproject.toml
tox.ini
uv.lock
.github/CODEOWNERS
.github/dependabot.yml
.github/pull_request_template.md
.github/workflows/ci.yml
.github/workflows/publish-dev.yml
.github/workflows/publish.yml
.vscode/settings.json
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/pygourmet.rst
docs/requirements.txt
src/hotpepper_gourmet.egg-info/PKG-INFO
src/hotpepper_gourmet.egg-info/SOURCES.txt
src/hotpepper_gourmet.egg-info/dependency_links.txt
src/hotpepper_gourmet.egg-info/requires.txt
src/hotpepper_gourmet.egg-info/top_level.txt
src/pygourmet/__init__.py
src/pygourmet/client.py
src/pygourmet/errors.py
src/pygourmet/option.py
src/pygourmet/py.typed
src/pygourmet/shop.py
tests/__init__.py
tests/conftest.py
tests/test_client.py
tests/test_client_dummy.py
tests/data/restaurant_resp_0.json
tests/data/restaurant_resp_1.json
tests/data/restaurant_resp_2.json