Metadata-Version: 2.1
Name: apatterson189-google-api-helpers
Version: 0.1.2
Summary: LIbrary of helpers for using google apis
Home-page: UNKNOWN
Author: Albert Patterson
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: atomicwrites (==1.4.0)
Requires-Dist: attrs (==20.2.0)
Requires-Dist: autopep8 (==1.5.4)
Requires-Dist: cachetools (==4.1.1)
Requires-Dist: certifi (==2020.6.20)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: google-api-core (==1.22.4)
Requires-Dist: google-api-python-client (==1.12.3)
Requires-Dist: google-auth (==1.22.1)
Requires-Dist: google-auth-httplib2 (==0.0.4)
Requires-Dist: google-auth-oauthlib (==0.4.1)
Requires-Dist: googleapis-common-protos (==1.52.0)
Requires-Dist: httplib2 (==0.18.1)
Requires-Dist: idna (==2.10)
Requires-Dist: importlib-metadata (==2.0.0)
Requires-Dist: iniconfig (==1.1.1)
Requires-Dist: more-itertools (==8.5.0)
Requires-Dist: oauthlib (==3.1.0)
Requires-Dist: packaging (==20.4)
Requires-Dist: pluggy (==0.13.1)
Requires-Dist: protobuf (==3.13.0)
Requires-Dist: py (==1.9.0)
Requires-Dist: pyasn1 (==0.4.8)
Requires-Dist: pyasn1-modules (==0.2.8)
Requires-Dist: pycodestyle (==2.6.0)
Requires-Dist: pyparsing (==2.4.7)
Requires-Dist: pytz (==2020.1)
Requires-Dist: requests (==2.24.0)
Requires-Dist: requests-oauthlib (==1.3.0)
Requires-Dist: rsa (==4.6)
Requires-Dist: six (==1.15.0)
Requires-Dist: toml (==0.10.1)
Requires-Dist: uritemplate (==3.0.1)
Requires-Dist: urllib3 (==1.25.10)
Requires-Dist: wcwidth (==0.2.5)
Requires-Dist: zipp (==3.3.1)

# google_api_helpers
Python helpers for using google apis

# Build
python3 setup.py sdist bdist_wheel

# install
pip install /path/to/wheelfile.whl

# upload
python3 -m twine upload dist/*

# test
python setup.py pytest

# Notes
* IMPORTANT: Run tests only with accounts for which important data is not stored in drive. The data may be lost.
* based on https://packaging.python.org/tutorials/packaging-projects/ and https://medium.com/analytics-vidhya/how-to-create-a-python-library-7d5aea80cc3f

