apatterson189-google-api-helpers

View on PyPIReverse Dependencies (0)

0.1.5 apatterson189_google_api_helpers-0.1.5-py3-none-any.whl

Wheel Details

Project: apatterson189-google-api-helpers
Version: 0.1.5
Filename: apatterson189_google_api_helpers-0.1.5-py3-none-any.whl
Download: [link]
Size: 12826
MD5: 62c807b9b05f6fa2bb9f53c73bd9d94d
SHA256: ea26c717553c24a8954b1b649d726d77b11a06118121cebeaff096782498f70f
Uploaded: 2020-11-01 23:23:36 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: apatterson189-google-api-helpers
Version: 0.1.5
Summary: LIbrary of helpers for using google apis
Author: Albert Patterson
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
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)
Description-Content-Type: text/markdown
[Description omitted; length: 860 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.35.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
google_api_helpers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
google_api_helpers/auth.py sha256=r7VO0WJoHNez1H5cZN6pl1fa9CXDC-Eierk4g-UJ1LQ 2381
google_api_helpers/drive.py sha256=nU8JVP2uxqJlCyY3bYxyHNV-NJtbjU0xfrrimK9sMR0 2138
google_api_helpers/email.py sha256=XAy5nMM-eabcxV0hhjkBQ9mJqs8nFwH7E8jLqD2lFtU 472
google_api_helpers/sheets.py sha256=YSXlqtqQcpFOtu_Ce8LfK9YmiJaU2fEIZUwnzFfr7kA 2966
google_api_helpers/youtube.py sha256=bKWfed0ddDY1GF8IJq6d2yjmHDA-xxw_FF8aFj8vi5M 370
src/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
src/auth.py sha256=r7VO0WJoHNez1H5cZN6pl1fa9CXDC-Eierk4g-UJ1LQ 2381
src/drive.py sha256=nU8JVP2uxqJlCyY3bYxyHNV-NJtbjU0xfrrimK9sMR0 2138
src/email.py sha256=XAy5nMM-eabcxV0hhjkBQ9mJqs8nFwH7E8jLqD2lFtU 472
src/sheets.py sha256=YSXlqtqQcpFOtu_Ce8LfK9YmiJaU2fEIZUwnzFfr7kA 2966
test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
test/constants.py sha256=EfLeylhs8gGjKuZyT9jRjQH_jAPmmT1imepeloS0s9w 57
test/test_drive.py sha256=Pr9qqPtHAh9n0gDvEm3PT1cxJX81uHNtejm6zhghVbQ 1636
test/test_email.py sha256=DUX63eLYBoFGJuzWwK3fbwv-z3Ecpoou5t2N4OYbmfw 428
test/test_sheets.py sha256=k3TgrFiECAqiS4g6B2e9k9LS3L0K8my8z5rfryltvtI 3104
test/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
test/utils/auth.py sha256=U3ZmkcbBBtNU0k7MQpE44OPb2unl6kHfmwfAVaGczCc 769
test/utils/drive.py sha256=2-zFu5hmzPkQpi-WMCv2FNsU2WWCXkJzvUG6eCAfx5Y 513
apatterson189_google_api_helpers-0.1.5.dist-info/LICENSE sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00 1073
apatterson189_google_api_helpers-0.1.5.dist-info/METADATA sha256=XhK5iF4E13rUb8dVlOyc1mhyj90GGLyLRV7LS_aVTSY 2578
apatterson189_google_api_helpers-0.1.5.dist-info/WHEEL sha256=EVRjI69F5qVjm_YgqcTXPnTAv3BfSUr0WVAHuSP3Xoo 92
apatterson189_google_api_helpers-0.1.5.dist-info/top_level.txt sha256=lxkeRhKv5MBjlPBsxyrsmgPTHTTLfzAwWyrabbTVcYE 19
apatterson189_google_api_helpers-0.1.5.dist-info/RECORD

top_level.txt

google_api_helpers