LICENSE
README.md
pyproject.toml
setup.py
docs_src/__init__.py
docs_src/conf.py
examples/__init__.py
pygsuite/__init__.py
pygsuite/constants.py
pygsuite/enums.py
pygsuite.egg-info/PKG-INFO
pygsuite.egg-info/SOURCES.txt
pygsuite.egg-info/dependency_links.txt
pygsuite.egg-info/requires.txt
pygsuite.egg-info/top_level.txt
pygsuite/auth/__init__.py
pygsuite/auth/authorization.py
pygsuite/common/__init__.py
pygsuite/common/comment.py
pygsuite/common/drive_object.py
pygsuite/common/link.py
pygsuite/common/parsing.py
pygsuite/common/style.py
pygsuite/docs/__init__.py
pygsuite/docs/body.py
pygsuite/docs/document.py
pygsuite/docs/element.py
pygsuite/docs/footers.py
pygsuite/docs/footnotes.py
pygsuite/docs/headers.py
pygsuite/docs/title.py
pygsuite/docs/doc_elements/__init__.py
pygsuite/docs/doc_elements/base_element.py
pygsuite/docs/doc_elements/footers.py
pygsuite/docs/doc_elements/footnotes.py
pygsuite/docs/doc_elements/headers.py
pygsuite/docs/doc_elements/paragraph.py
pygsuite/docs/doc_elements/section_break.py
pygsuite/docs/doc_elements/table.py
pygsuite/docs/doc_elements/table_of_contents.py
pygsuite/docs/doc_elements/paragraph_elements/__init__.py
pygsuite/docs/doc_elements/paragraph_elements/auto_text.py
pygsuite/docs/doc_elements/paragraph_elements/base_paragraph_element.py
pygsuite/docs/doc_elements/paragraph_elements/column_break.py
pygsuite/docs/doc_elements/paragraph_elements/equation.py
pygsuite/docs/doc_elements/paragraph_elements/footnote_reference.py
pygsuite/docs/doc_elements/paragraph_elements/horizontal_rule.py
pygsuite/docs/doc_elements/paragraph_elements/inline_object_element.py
pygsuite/docs/doc_elements/paragraph_elements/page_break.py
pygsuite/docs/doc_elements/paragraph_elements/text_run.py
pygsuite/drive/__init__.py
pygsuite/drive/drive.py
pygsuite/images/__init__.py
pygsuite/images/uploader.py
pygsuite/sheets/__init__.py
pygsuite/sheets/cell.py
pygsuite/sheets/helpers.py
pygsuite/sheets/sheet.py
pygsuite/sheets/sheet_properties.py
pygsuite/sheets/worksheet.py
pygsuite/slides/__init__.py
pygsuite/slides/element_properties.py
pygsuite/slides/enums.py
pygsuite/slides/layout.py
pygsuite/slides/page_element.py
pygsuite/slides/presentation.py
pygsuite/slides/slide.py
pygsuite/slides/page_elements/__init__.py
pygsuite/slides/page_elements/base_element.py
pygsuite/slides/page_elements/chart.py
pygsuite/slides/page_elements/common.py
pygsuite/slides/page_elements/image.py
pygsuite/slides/page_elements/line.py
pygsuite/slides/page_elements/placeholder.py
pygsuite/slides/page_elements/shape.py
pygsuite/slides/page_elements/table.py
pygsuite/slides/page_elements/text.py
pygsuite/slides/page_elements/video.py
pygsuite/slides/page_elements/word_art.py
pygsuite/slides/requests/__init__.py
pygsuite/slides/requests/new_image.py
pygsuite/utility/__init__.py
pygsuite/utility/collections.py
pygsuite/utility/decorators.py
pygsuite/utility/guids.py