setup.py
examples/__init__.py
examples/auth_example.py
examples/doc_example.py
pygsuite/__init__.py
pygsuite/constants.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/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/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/sheets/__init__.py
pygsuite/sheets/sheet.py
pygsuite/sheets/worksheet.py
pygsuite/slides/__init__.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/image.py
pygsuite/slides/page_elements/line.py
pygsuite/slides/page_elements/shape.py
pygsuite/slides/page_elements/sheets_chart.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/utility/__init__.py
pygsuite/utility/decorators.py