gapps

View on PyPIReverse Dependencies (0)

0.1.1 gapps-0.1.1-py3-none-any.whl

Wheel Details

Project: gapps
Version: 0.1.1
Filename: gapps-0.1.1-py3-none-any.whl
Download: [link]
Size: 19863
MD5: 3ff91652e98502bd46f94cb8869f8a32
SHA256: 8bdb672c85a2f1532fd4dfeedd7f825db15cf7a19c2361f417003463a840e1fc
Uploaded: 2024-01-09 02:39:45 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gapps
Version: 0.1.1
Summary: python interface of the google apps service
Author-Email: Serge Koudoro <skab12[at]gmail.com>
Project-Url: Documentation, https://github.com/skoudoro/gapps/tree/main#readme
Project-Url: Source, https://github.com/skoudoro/gapps
Project-Url: Tracker, https://github.com/skoudoro/gapps/issues
License: MIT License Copyright (c) 2022 Serge Koudoro Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: appscript,cardservice,google workspace add-ons,docs,sheet,calendar,gmail,forms,slide,drive
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Requires-Dist: pep517 (>=0.9.1)
Requires-Dist: dataclasses-json (>=0.5.7)
Requires-Dist: pydantic (>=1.9.0)
Requires-Dist: google-auth (>=2.12.0)
Requires-Dist: requests
Requires-Dist: fastapi; extra == "demo"
Requires-Dist: uvicorn; extra == "demo"
Requires-Dist: google-api-python-client (>=2.68.0); extra == "demo"
Requires-Dist: codecov; extra == "docs"
Requires-Dist: coverage; extra == "docs"
Requires-Dist: flake8; extra == "docs"
Requires-Dist: pytest; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: ipython; extra == "docs"
Requires-Dist: ipdb; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: responses; extra == "docs"
Requires-Dist: black (==22.1.0); extra == "test"
Requires-Dist: flake8 (==4.0.1); extra == "test"
Requires-Dist: pre-commit (==2.17.0); extra == "test"
Requires-Dist: pylint (==2.12.2); extra == "test"
Requires-Dist: pytest (==7.1.0); extra == "test"
Requires-Dist: pip-conflict-checker (>=0.6.0); extra == "test"
Requires-Dist: importlib-metadata (>=5.1); extra == "typing"
Requires-Dist: mypy (==0.991); extra == "typing"
Requires-Dist: tomli; extra == "typing"
Requires-Dist: typing-extensions (>=3.7.4.3); extra == "typing"
Provides-Extra: demo
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: typing
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst
[Description omitted; length: 7480 characters]

WHEEL

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

RECORD

Path Digest Size
gapps/__init__.py sha256=R0fCHucRHF5XcfjeAYtacWDYj-lOI6iGwsj0FlSFMPs 322
gapps/_version.py sha256=PKIMyjdUACH4-ONvtunQCnYE2UhlMfp9su83e3HXl5E 411
gapps/cardservice/__init__.py sha256=Cagu4-QVjRfZvknOfifQfx3rDy_nu7LmjTH0794QpH8 6267
gapps/cardservice/api.py sha256=NSxwfTTaD1GqIJd5bKY5Cg0bDYn2lF15KM2Gi-eFbLA 23108
gapps/cardservice/constants.py sha256=c5ynzE1phg_rlY5FAP77wthDhN4RQ-FoMV3WEI7YQyQ 2471
gapps/cardservice/decorators.py sha256=0q_wbd1TsX5J95EiGnO4d078JA8x88VGPgOQqunjjYo 1640
gapps/cardservice/models.py sha256=2khh2y3oan5IEPrHJ0iqxriB-WAREK-jzM8XLXmYXyE 2748
gapps/cardservice/utilities.py sha256=1b3HHxXLtkGlYkAzeR2C2ss0cyPhIEu-PxSmo0TgkQI 3518
gapps/cardservice/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gapps/cardservice/tests/test_cards.py sha256=CfXNrPzzgeBhImqkqMUHnSrz1C8mqMBNPKKkRuQJjEI 15089
gapps/cardservice/tests/test_decorators.py sha256=YPLRHu3-G_EEbLCt_xOfFIcjzFEHrGZDrh8UX7zE1mA 2273
gapps/cardservice/tests/test_utilities.py sha256=W5Y0FBQW9xN2zPiFExBeFK0zTnXQzFR7kgD2lPDV_M0 771
gapps-0.1.1.dist-info/AUTHORS.rst sha256=80oM7JBYyczQDzWJ5_a0Q2isLKRw086brb3XDU6gRrg 140
gapps-0.1.1.dist-info/LICENSE sha256=-eKuawvQ6UwNOFM1yKzdDu4-p-cvpF83pggViNnw9TA 1070
gapps-0.1.1.dist-info/METADATA sha256=_zjP6R9mDBkGLGaPWzzcdg-5iO8MXfhrsVA6jnoWFtk 11200
gapps-0.1.1.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
gapps-0.1.1.dist-info/top_level.txt sha256=aAcg7-xEjqLEIlwXrzm_EcVg6tSNE8T9GhfthIzISSU 6
gapps-0.1.1.dist-info/RECORD

top_level.txt

gapps