.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/github-release.yml
.github/workflows/pypi-publish.yml
.vscode/settings.json
src/gemini_webapi/__init__.py
src/gemini_webapi/client.py
src/gemini_webapi/constant.py
src/gemini_webapi/exceptions.py
src/gemini_webapi.egg-info/PKG-INFO
src/gemini_webapi.egg-info/SOURCES.txt
src/gemini_webapi.egg-info/dependency_links.txt
src/gemini_webapi.egg-info/requires.txt
src/gemini_webapi.egg-info/top_level.txt
src/gemini_webapi/types/__init__.py
src/gemini_webapi/types/candidate.py
src/gemini_webapi/types/image.py
src/gemini_webapi/types/modeloutput.py
tests/test_client_features.py
tests/test_save_image.py