LICENSE
README.md
pyproject.toml
gitcode_api/__init__.py
gitcode_api/__main__.py
gitcode_api/_base_client.py
gitcode_api/_base_resource.py
gitcode_api/_cli_banner.py
gitcode_api/_client.py
gitcode_api/_exceptions.py
gitcode_api/_models.py
gitcode_api/cli.py
gitcode_api/py.typed
gitcode_api/version.txt
gitcode_api.egg-info/PKG-INFO
gitcode_api.egg-info/SOURCES.txt
gitcode_api.egg-info/dependency_links.txt
gitcode_api.egg-info/entry_points.txt
gitcode_api.egg-info/requires.txt
gitcode_api.egg-info/top_level.txt
gitcode_api/llm/__init__.py
gitcode_api/llm/_tool.py
gitcode_api/llm/mcp.py
gitcode_api/llm/openai.py
gitcode_api/resources/__init__.py
gitcode_api/resources/_shared.py
gitcode_api/resources/account.py
gitcode_api/resources/collaboration.py
gitcode_api/resources/misc.py
gitcode_api/resources/repositories.py
tests/test_base_client.py
tests/test_cli.py
tests/test_client.py
tests/test_llm_tools.py
tests/test_models.py
tests/test_resources_account.py
tests/test_resources_collaboration.py
tests/test_resources_misc.py
tests/test_resources_repositories.py