.gitignore
LICENSE
MODULE.bazel
MODULE.bazel.lock
README.md
pyproject.toml
.github/workflows/publish-to-pypi.yml
.github/workflows/python-test.yml
src/aipproto/__init__.py
src/aipproto/generate.py
src/aipproto/resource.py
src/aipproto/resource_config.py
src/aipproto.egg-info/PKG-INFO
src/aipproto.egg-info/SOURCES.txt
src/aipproto.egg-info/dependency_links.txt
src/aipproto.egg-info/requires.txt
src/aipproto.egg-info/top_level.txt
src/aipproto/_internal/hierarchy.py
src/aipproto/_internal/method_group.py
src/aipproto/_internal/options.py
src/aipproto/_internal/render.py
src/aipproto/_internal/methods/create_method.py
src/aipproto/_internal/methods/custom_method.py
src/aipproto/_internal/methods/delete_method.py
src/aipproto/_internal/methods/get_method.py
src/aipproto/_internal/methods/list_method.py
src/aipproto/_internal/methods/update_method.py
src/aipproto/_internal/req_res/create_req_res.py
src/aipproto/_internal/req_res/custom_req_res.py
src/aipproto/_internal/req_res/delete_req_res.py
src/aipproto/_internal/req_res/get_req_res.py
src/aipproto/_internal/req_res/list_req_res.py
src/aipproto/_internal/req_res/update_req_res.py
src/aipproto/_internal/templates/proto.jinja
tests/conftest.py
tests/test_generate.py
tests/testdata/v1/BUILD.bazel
tests/testdata/v1/golden.proto