Metadata-Version: 2.1
Name: google-api-service-helper
Version: 0.1.1
Summary: A simple library for convenient work with Google API for Drive and Sheets
Home-page: https://github.com/andy-takker/google-api-service-helper
License: MIT
Keywords: google api,drive,spreadsheets
Author: Sergey Natalenko
Author-email: sergey.natalenko@mail.ru
Maintainer: Sergey Natalenko
Maintainer-email: sergey.natalenko@mail.ru
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: google-api-python-client (>=2.99.0,<3.0.0)
Requires-Dist: httplib2 (>=0.22.0,<0.23.0)
Requires-Dist: oauth2client (>=4.1.3,<5.0.0)
Requires-Dist: pydantic (>=2.3.0,<3.0.0)
Project-URL: Repository, https://github.com/andy-takker/google-api-service-helper
Description-Content-Type: text/markdown

# Google API Service Helper

Modules:

- `GoogleDrive` for Google Drive API
- `GoogleSheets` for Google Sheets API

