.gitignore
CHANGELOG.md
README.md
ROADMAP.md
pyproject.toml
.github/workflows/python-publish.yml
src/pydantic_gsheets/__init__.py
src/pydantic_gsheets/drive_types.py
src/pydantic_gsheets/worksheet.py
src/pydantic_gsheets.egg-info/PKG-INFO
src/pydantic_gsheets.egg-info/SOURCES.txt
src/pydantic_gsheets.egg-info/dependency_links.txt
src/pydantic_gsheets.egg-info/requires.txt
src/pydantic_gsheets.egg-info/top_level.txt
src/pydantic_gsheets/auth/__init__.py
src/pydantic_gsheets/auth/base.py
src/pydantic_gsheets/auth/factory.py
src/pydantic_gsheets/auth/user_oauth.py