Metadata-Version: 2.1
Name: python-service-builder
Version: 0.1.0
Summary: Helper library for easier creation of Google services.
Home-page: 
Author: David Harcombe
Author-email: david.harcombe@gmail.com
License: Apache 2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: absl-py (>=0.12.0)
Requires-Dist: dataclasses-json (>=0.5.2)
Requires-Dist: gcs-oauth2-boto-plugin (>=2.7)
Requires-Dist: google-api-core (>=1.26.1)
Requires-Dist: google-api-python-client (>=2.0.2)
Requires-Dist: google-auth-httplib2 (>=0.1.0)
Requires-Dist: google-auth-oauthlib (>=0.4.3)
Requires-Dist: google-auth (>=1.28.0)
Requires-Dist: google-reauth (>=0.1.1)
Requires-Dist: googleapis-common-protos (>=1.53.0)
Requires-Dist: httplib2 (>=0.19.0)
Requires-Dist: immutabledict (>=2.2.1)
Requires-Dist: oauth2client (>=4.1.3)
Requires-Dist: oauthlib (>=3.1.0)

# Python Library for helping to create Python services from Google APIs

