.gitignore
CHANGELOG.md
README.md
ROADMAP.md
mkdocs.yml
pyproject.toml
.github/workflows/gh-pages.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
docs/auth.md
docs/drive_types.md
docs/index.md
docs/worksheet.md
src/pydantic_gsheets/__init__.py
src/pydantic_gsheets/drive_types.py
src/pydantic_gsheets/googleSheetHelpers.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
tests/integration/simple_test.py