.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/index.md
docs/smartchips.md
docs/worksheet.md
src/pydantic-gsheets/auth/user_oauth.py
src/pydantic_gsheets/__init__.py
src/pydantic_gsheets/exceptions.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
src/pydantic_gsheets/types/__init__.py
src/pydantic_gsheets/types/smartChips_.py
tests/integration/simple_test.py