Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@kunanit kunanit released this 02 Aug 13:03
· 20 commits to master since this release
b756a3b
  • Uses google-auth instead of oauth2client for google credentials (#6). See https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html) for oauth2client depreciation notes.
  • Removes suboperation class (speed up document parsing and reduce memory usage)
  • Supports google docs using "suggestions" (track changes) (#7)
  • Python 3 support (#8)
  • Utilities for measuring GoogleDoc initialization running times (#9)
  • Adds tests (#10)