Metadata-Version: 2.1
Name: autodrive
Version: 0.1.0
Summary: A simple python library with tools for reading, writing, and formatting Google Sheets via the Google API.
License: GNU
Author: Chris Larabee
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: google-api-python-client (>=2.0.2,<3.0.0)
Requires-Dist: google-api-python-client-stubs (>=1.2.0,<2.0.0)
Requires-Dist: google-auth-httplib2 (>=0.1.0,<0.2.0)
Requires-Dist: google-auth-oauthlib (>=0.4.3,<0.5.0)
Requires-Dist: jsonlines (>=2.0.0,<3.0.0)
Requires-Dist: pandas (>=1.2.3,<2.0.0)
