LICENSE
README.md
pyproject.toml
src/csa_google_workspace/__init__.py
src/csa_google_workspace/_cellmap.py
src/csa_google_workspace/_content.py
src/csa_google_workspace/_errors.py
src/csa_google_workspace/_services.py
src/csa_google_workspace/auth.py
src/csa_google_workspace/backend.py
src/csa_google_workspace/base.py
src/csa_google_workspace/comments.py
src/csa_google_workspace/exceptions.py
src/csa_google_workspace/py.typed
src/csa_google_workspace/suggestions.py
src/csa_google_workspace/workspace.py
src/csa_google_workspace.egg-info/PKG-INFO
src/csa_google_workspace.egg-info/SOURCES.txt
src/csa_google_workspace.egg-info/dependency_links.txt
src/csa_google_workspace.egg-info/requires.txt
src/csa_google_workspace.egg-info/top_level.txt
src/csa_google_workspace/documents/__init__.py
src/csa_google_workspace/documents/doc.py
src/csa_google_workspace/documents/sheet.py
src/csa_google_workspace/documents/slides.py
tests/test_apibackend_contract.py
tests/test_apibackend_errors.py
tests/test_auth.py
tests/test_auth_lifecycle.py
tests/test_backend.py
tests/test_backend_comments.py
tests/test_backend_conformance.py
tests/test_backend_content.py
tests/test_backend_write.py
tests/test_cellmap.py
tests/test_cellmap_bounds.py
tests/test_comment_detached.py
tests/test_comment_model.py
tests/test_comment_mutation.py
tests/test_comments_collection.py
tests/test_content_aliasing.py
tests/test_doc_content.py
tests/test_doc_suggestions.py
tests/test_doc_write.py
tests/test_document.py
tests/test_document_lifecycle.py
tests/test_errors.py
tests/test_errors_edge.py
tests/test_exceptions.py
tests/test_packaging.py
tests/test_public_api.py
tests/test_repr_redaction.py
tests/test_services.py
tests/test_sheet_cellmap.py
tests/test_sheet_content.py
tests/test_sheet_create_comment.py
tests/test_sheet_quoting.py
tests/test_sheet_write.py
tests/test_slides_content.py
tests/test_slides_write.py
tests/test_suggestions.py
tests/test_workspace.py