Skip to content

pygsuite/pygsuite

Repository files navigation

pygsuite

License PyPI Python Versions Downloads Join the chat at https://gitter.im/pygsuite/community

Pygsuite provides utilities for working with g-suite products such as docs, forms, sheets, and slides in an intuitive, pythonic, object-oriented way. TLDR; it makes the google APIs more fun to use.

Base level goals is 100% support for all API objects, with an emphasis on type completion and IDE+autocomplete support. Where helpful, additional higher level abstractions are provided to improve developer velocity.

Typical use cases include personal or business process automation.

Pygsuite supports the following:

  • Sheets
  • Slides
  • Docs
  • Forms

As well as providing a base level of Drive support for these 4 and beyond, such as for sharing and managing objects.

Install

pygsuite is hosted on PyPI, and is installable with pip:

$ pip install pygsuite

Documentation

Read the Docs

Contributing

pygsuite is an open source project, and community contributions are very welcome. Before contributing, please check out our contribution page as part of our documentation.