Update dashboard, memory, root +2 more (+3 ~5)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,178 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: google-auth
|
||||
Version: 2.48.0
|
||||
Summary: Google Authentication Library
|
||||
Home-page: https://github.com/googleapis/google-auth-library-python
|
||||
Author: Google Cloud Platform
|
||||
Author-email: googleapis-packages@google.com
|
||||
License: Apache 2.0
|
||||
Keywords: google auth oauth client
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Programming Language :: Python :: 3.9
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Programming Language :: Python :: 3.12
|
||||
Classifier: Programming Language :: Python :: 3.13
|
||||
Classifier: Programming Language :: Python :: 3.14
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: Apache Software License
|
||||
Classifier: Operating System :: POSIX
|
||||
Classifier: Operating System :: Microsoft :: Windows
|
||||
Classifier: Operating System :: MacOS :: MacOS X
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Topic :: Internet :: WWW/HTTP
|
||||
Requires-Python: >=3.8
|
||||
License-File: LICENSE
|
||||
Requires-Dist: pyasn1-modules>=0.2.1
|
||||
Requires-Dist: cryptography>=38.0.3
|
||||
Requires-Dist: rsa<5,>=3.1.4
|
||||
Provides-Extra: cryptography
|
||||
Requires-Dist: cryptography>=38.0.3; extra == "cryptography"
|
||||
Provides-Extra: aiohttp
|
||||
Requires-Dist: aiohttp<4.0.0,>=3.6.2; extra == "aiohttp"
|
||||
Requires-Dist: requests<3.0.0,>=2.20.0; extra == "aiohttp"
|
||||
Provides-Extra: enterprise-cert
|
||||
Requires-Dist: pyopenssl; extra == "enterprise-cert"
|
||||
Provides-Extra: pyopenssl
|
||||
Requires-Dist: pyopenssl>=20.0.0; extra == "pyopenssl"
|
||||
Provides-Extra: pyjwt
|
||||
Requires-Dist: pyjwt>=2.0; extra == "pyjwt"
|
||||
Provides-Extra: reauth
|
||||
Requires-Dist: pyu2f>=0.1.5; extra == "reauth"
|
||||
Provides-Extra: requests
|
||||
Requires-Dist: requests<3.0.0,>=2.20.0; extra == "requests"
|
||||
Provides-Extra: testing
|
||||
Requires-Dist: grpcio; extra == "testing"
|
||||
Requires-Dist: flask; extra == "testing"
|
||||
Requires-Dist: freezegun; extra == "testing"
|
||||
Requires-Dist: oauth2client; extra == "testing"
|
||||
Requires-Dist: pyjwt>=2.0; extra == "testing"
|
||||
Requires-Dist: pytest; extra == "testing"
|
||||
Requires-Dist: pytest-cov; extra == "testing"
|
||||
Requires-Dist: pytest-localserver; extra == "testing"
|
||||
Requires-Dist: pyopenssl>=20.0.0; extra == "testing"
|
||||
Requires-Dist: pyu2f>=0.1.5; extra == "testing"
|
||||
Requires-Dist: responses; extra == "testing"
|
||||
Requires-Dist: urllib3; extra == "testing"
|
||||
Requires-Dist: packaging; extra == "testing"
|
||||
Requires-Dist: aiohttp<4.0.0,>=3.6.2; extra == "testing"
|
||||
Requires-Dist: requests<3.0.0,>=2.20.0; extra == "testing"
|
||||
Requires-Dist: aioresponses; extra == "testing"
|
||||
Requires-Dist: pytest-asyncio; extra == "testing"
|
||||
Requires-Dist: pyopenssl<24.3.0; extra == "testing"
|
||||
Requires-Dist: aiohttp<3.10.0; extra == "testing"
|
||||
Provides-Extra: urllib3
|
||||
Requires-Dist: urllib3; extra == "urllib3"
|
||||
Requires-Dist: packaging; extra == "urllib3"
|
||||
Dynamic: author
|
||||
Dynamic: author-email
|
||||
Dynamic: classifier
|
||||
Dynamic: description
|
||||
Dynamic: home-page
|
||||
Dynamic: keywords
|
||||
Dynamic: license
|
||||
Dynamic: license-file
|
||||
Dynamic: provides-extra
|
||||
Dynamic: requires-dist
|
||||
Dynamic: requires-python
|
||||
Dynamic: summary
|
||||
|
||||
Google Auth Python Library
|
||||
==========================
|
||||
|
||||
|pypi|
|
||||
|
||||
This library simplifies using Google's various server-to-server authentication
|
||||
mechanisms to access Google APIs.
|
||||
|
||||
.. |pypi| image:: https://img.shields.io/pypi/v/google-auth.svg
|
||||
:target: https://pypi.python.org/pypi/google-auth
|
||||
|
||||
Installing
|
||||
----------
|
||||
|
||||
You can install using `pip`_::
|
||||
|
||||
$ pip install google-auth
|
||||
|
||||
.. _pip: https://pip.pypa.io/en/stable/
|
||||
|
||||
For more information on setting up your Python development environment, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
|
||||
|
||||
.. _`Python Development Environment Setup Guide`: https://cloud.google.com/python/docs/setup
|
||||
|
||||
Extras
|
||||
------
|
||||
|
||||
google-auth has few extras that you can install. For example::
|
||||
|
||||
$ pip install google-auth[pyopenssl]
|
||||
|
||||
Note that the extras pyopenssl and enterprise_cert should not be used together because they use conflicting versions of `cryptography`_.
|
||||
|
||||
.. _`cryptography`: https://cryptography.io/en/latest/
|
||||
|
||||
Supported Python Versions
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
Python >= 3.8
|
||||
|
||||
**NOTE**:
|
||||
Python 3.8 and Python 3.9 were marked as `unsupported`_ by the python community in
|
||||
October 2024 and October 2025, respectively.
|
||||
We recommend that all developers upgrade to Python 3.10 and newer as soon as
|
||||
they can. Support for end-of-life Python runtimes will be removed from this
|
||||
library in future updates.
|
||||
Previous releases that support end-of-life Python versions will continue to be available
|
||||
for download, but future releases will only target supported versions.
|
||||
|
||||
.. _unsupported: https://devguide.python.org/versions/#unsupported-versions
|
||||
|
||||
Unsupported Python Versions
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
- Python == 2.7: The last version of this library with support for Python 2.7
|
||||
was `google.auth == 1.34.0`.
|
||||
|
||||
- Python 3.5: The last version of this library with support for Python 3.5
|
||||
was `google.auth == 1.23.0`.
|
||||
|
||||
- Python 3.6: The last version of this library with support for Python 3.6
|
||||
was `google.auth == 2.22.0`.
|
||||
|
||||
- Python 3.7: The last version of this library with support for Python 3.7
|
||||
was `google.auth == 2.45.0`.
|
||||
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
Google Auth Python Library has usage and reference documentation at https://googleapis.dev/python/google-auth/latest/index.html.
|
||||
|
||||
Current Maintainers
|
||||
-------------------
|
||||
- googleapis-auth@google.com
|
||||
|
||||
Authors
|
||||
-------
|
||||
|
||||
- `@theacodes <https://github.com/theacodes>`_ (Thea Flowers)
|
||||
- `@dhermes <https://github.com/dhermes>`_ (Danny Hermes)
|
||||
- `@lukesneeringer <https://github.com/lukesneeringer>`_ (Luke Sneeringer)
|
||||
- `@busunkim96 <https://github.com/busunkim96>`_ (Bu Sun Kim)
|
||||
|
||||
Contributing
|
||||
------------
|
||||
|
||||
Contributions to this library are always welcome and highly encouraged.
|
||||
|
||||
See `CONTRIBUTING.rst`_ for more information on how to get started.
|
||||
|
||||
.. _CONTRIBUTING.rst: https://github.com/googleapis/google-auth-library-python/blob/main/CONTRIBUTING.rst
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
Apache 2.0 - See `the LICENSE`_ for more information.
|
||||
|
||||
.. _the LICENSE: https://github.com/googleapis/google-auth-library-python/blob/main/LICENSE
|
||||
@@ -0,0 +1,162 @@
|
||||
google/auth/__init__.py,sha256=RwqMRE-y6_W0DUtW8QIEjjqnNXVPXKj721EyFqiLuX4,1942
|
||||
google/auth/__pycache__/__init__.cpython-312.pyc,,
|
||||
google/auth/__pycache__/_agent_identity_utils.cpython-312.pyc,,
|
||||
google/auth/__pycache__/_cache.cpython-312.pyc,,
|
||||
google/auth/__pycache__/_cloud_sdk.cpython-312.pyc,,
|
||||
google/auth/__pycache__/_constants.cpython-312.pyc,,
|
||||
google/auth/__pycache__/_credentials_async.cpython-312.pyc,,
|
||||
google/auth/__pycache__/_credentials_base.cpython-312.pyc,,
|
||||
google/auth/__pycache__/_default.cpython-312.pyc,,
|
||||
google/auth/__pycache__/_default_async.cpython-312.pyc,,
|
||||
google/auth/__pycache__/_exponential_backoff.cpython-312.pyc,,
|
||||
google/auth/__pycache__/_helpers.cpython-312.pyc,,
|
||||
google/auth/__pycache__/_jwt_async.cpython-312.pyc,,
|
||||
google/auth/__pycache__/_oauth2client.cpython-312.pyc,,
|
||||
google/auth/__pycache__/_refresh_worker.cpython-312.pyc,,
|
||||
google/auth/__pycache__/_service_account_info.cpython-312.pyc,,
|
||||
google/auth/__pycache__/api_key.cpython-312.pyc,,
|
||||
google/auth/__pycache__/app_engine.cpython-312.pyc,,
|
||||
google/auth/__pycache__/aws.cpython-312.pyc,,
|
||||
google/auth/__pycache__/credentials.cpython-312.pyc,,
|
||||
google/auth/__pycache__/downscoped.cpython-312.pyc,,
|
||||
google/auth/__pycache__/environment_vars.cpython-312.pyc,,
|
||||
google/auth/__pycache__/exceptions.cpython-312.pyc,,
|
||||
google/auth/__pycache__/external_account.cpython-312.pyc,,
|
||||
google/auth/__pycache__/external_account_authorized_user.cpython-312.pyc,,
|
||||
google/auth/__pycache__/iam.cpython-312.pyc,,
|
||||
google/auth/__pycache__/identity_pool.cpython-312.pyc,,
|
||||
google/auth/__pycache__/impersonated_credentials.cpython-312.pyc,,
|
||||
google/auth/__pycache__/jwt.cpython-312.pyc,,
|
||||
google/auth/__pycache__/metrics.cpython-312.pyc,,
|
||||
google/auth/__pycache__/pluggable.cpython-312.pyc,,
|
||||
google/auth/__pycache__/version.cpython-312.pyc,,
|
||||
google/auth/_agent_identity_utils.py,sha256=91ZHrF7BnB5OyxuQtqBDwrMmlBrVjP4kchmvaEF09Aw,9519
|
||||
google/auth/_cache.py,sha256=9xbqdkwFa-9W5tzb2WM_bNzFwZ6hKazMcsPugqHuAyA,1863
|
||||
google/auth/_cloud_sdk.py,sha256=pwX6vZhYqEpu3vkSNxJ2MI5wMT5t-xX7273QqCtWFZk,5211
|
||||
google/auth/_constants.py,sha256=fP9ktmfDQGKEGMdsNvp_r9Uxb18D83cehNhlXDSI2Eo,538
|
||||
google/auth/_credentials_async.py,sha256=bHB28wMULOIEMmYqKEOU06A4co7uIXPcnfVC_TaA6KY,6802
|
||||
google/auth/_credentials_base.py,sha256=KxdCZyoFyvrfWhJbNnuYkpUhxs0bmbxYvcH8-xp5hUs,2692
|
||||
google/auth/_default.py,sha256=-tUy5XuPIu8iyxnQK4Rgj3zQ03j0HzwF6GYMDAuaW60,31496
|
||||
google/auth/_default_async.py,sha256=ZkU8jig_lEb_IpsYT8DBzNPLRGgfYNb_QbL0S3lpjks,11848
|
||||
google/auth/_exponential_backoff.py,sha256=qxA9ek80rBkoARx0Egl2b1MlYU0D-pQNVqgCmUh-lgU,5372
|
||||
google/auth/_helpers.py,sha256=HFjm7BvOpBD4K4ClwWmcmbCIfegvhB2THnHULsyX1DQ,18550
|
||||
google/auth/_jwt_async.py,sha256=5mGab5CkdnBMkQkS4mtNkwFkktp1jBw6G1sYQk8bYKY,5972
|
||||
google/auth/_oauth2client.py,sha256=9pBShk1ekwkPNoD5WoQJNQHHD3luNfzpBVoQJo8n1rc,5875
|
||||
google/auth/_refresh_worker.py,sha256=zT2jj-PjPtjF3Bqg_n4t1CdL32yBVEUhPKZQwoNu-Xg,3379
|
||||
google/auth/_service_account_info.py,sha256=EdOEZql9_mG2cJ54KmL3Q5jO3C3wcadwlCObg4gKjus,2813
|
||||
google/auth/aio/__init__.py,sha256=e3ToAxXNHhqJLBgW8B66650xdqrTCZDLcwP2p5DhCPM,869
|
||||
google/auth/aio/__pycache__/__init__.cpython-312.pyc,,
|
||||
google/auth/aio/__pycache__/_helpers.cpython-312.pyc,,
|
||||
google/auth/aio/__pycache__/credentials.cpython-312.pyc,,
|
||||
google/auth/aio/_helpers.py,sha256=glCa_-GYxDrcPBFt80LBhMz_V7vLjxAEEWfOZB8lwT0,2334
|
||||
google/auth/aio/credentials.py,sha256=lXY0_SJ9c36Mzp47fN4a8JT5HfNzFQtIIwsZEwzoDR4,5273
|
||||
google/auth/aio/transport/__init__.py,sha256=8dQWHpube1IeWw02q6AvMRTM5V_2iN4y3UMLenbmUUQ,4692
|
||||
google/auth/aio/transport/__pycache__/__init__.cpython-312.pyc,,
|
||||
google/auth/aio/transport/__pycache__/aiohttp.cpython-312.pyc,,
|
||||
google/auth/aio/transport/__pycache__/sessions.cpython-312.pyc,,
|
||||
google/auth/aio/transport/aiohttp.py,sha256=oe4Nin8gcatPmHFCmJXbepDBfR6947vw6lv4hz8Av1g,6980
|
||||
google/auth/aio/transport/sessions.py,sha256=TIdLlCRotaYG62nItJpPb3RQO8WE-r4HbQxCimPurbA,10389
|
||||
google/auth/api_key.py,sha256=PeieTYceHJIFCo0zQo1EA9NEDL_Ie6S78qmD-6Ig17s,2583
|
||||
google/auth/app_engine.py,sha256=mQ7NrKQYd3LiZ7F_ttlqs9Tjf4EEtJNHTPfpixCycW0,6096
|
||||
google/auth/aws.py,sha256=aVSDOH2pnECuEYjxn_pHGu8447xyB3P9sAiCQem4ePo,34573
|
||||
google/auth/compute_engine/__init__.py,sha256=BqeTka-oyHFATkys3SGKRlOyWQ8mVV0vVaP2hOwV4Qw,910
|
||||
google/auth/compute_engine/__pycache__/__init__.cpython-312.pyc,,
|
||||
google/auth/compute_engine/__pycache__/_metadata.cpython-312.pyc,,
|
||||
google/auth/compute_engine/__pycache__/_mtls.cpython-312.pyc,,
|
||||
google/auth/compute_engine/__pycache__/credentials.cpython-312.pyc,,
|
||||
google/auth/compute_engine/_metadata.py,sha256=xTqcYIesXEuXmXcYSv7rlJYnM_utlVle1oW3ez_7Fro,17861
|
||||
google/auth/compute_engine/_mtls.py,sha256=-XLR9-Vp8KROuDjAY4GmoakphtYYYtBOtholhNMF2iU,5737
|
||||
google/auth/compute_engine/credentials.py,sha256=tDn4jURLomLuePleRgXI7ThmPh467h_SBHBzS0ITGTg,21806
|
||||
google/auth/credentials.py,sha256=7exONBHgRiL6vVF-rSVP6wEoIrtUy8uWz6Pij-WRL3c,24350
|
||||
google/auth/crypt/__init__.py,sha256=ukDmKrdUmHqGc5rDLcoel_TKXdV5wX05r5Gqi9hnWBE,3144
|
||||
google/auth/crypt/__pycache__/__init__.cpython-312.pyc,,
|
||||
google/auth/crypt/__pycache__/_cryptography_rsa.cpython-312.pyc,,
|
||||
google/auth/crypt/__pycache__/_helpers.cpython-312.pyc,,
|
||||
google/auth/crypt/__pycache__/_python_rsa.cpython-312.pyc,,
|
||||
google/auth/crypt/__pycache__/base.cpython-312.pyc,,
|
||||
google/auth/crypt/__pycache__/es.cpython-312.pyc,,
|
||||
google/auth/crypt/__pycache__/es256.cpython-312.pyc,,
|
||||
google/auth/crypt/__pycache__/rsa.cpython-312.pyc,,
|
||||
google/auth/crypt/_cryptography_rsa.py,sha256=o2QTRkfDRLtEBiq-fbpbTWypvxaxUDwzlx2NpXG9o0w,5158
|
||||
google/auth/crypt/_helpers.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google/auth/crypt/_python_rsa.py,sha256=Exqz9OgDm-3JHHd636gnAdXdcH6pjDWBNJz21uDRnUE,6747
|
||||
google/auth/crypt/base.py,sha256=3CJrnQsppR6h-WnTRqSrt1hPEQVkHcwNIVJ_B5M00hY,4190
|
||||
google/auth/crypt/es.py,sha256=3eHSDU_lh95pMYE3eIGErGHPETqsRCHeK2VtQnqVPk8,8019
|
||||
google/auth/crypt/es256.py,sha256=cFaDuQRdXx3f_aVy-HH0VQ6G49VNSAhB04jnbjyxHNI,1454
|
||||
google/auth/crypt/rsa.py,sha256=OlJw8YcJegODiLsK4Boymr50NrQXAVySssNThiZZcbg,4509
|
||||
google/auth/downscoped.py,sha256=KmmC8lbBWUFUsIYt1VpcbTXs3yYJYXteH19qdZQgobA,21793
|
||||
google/auth/environment_vars.py,sha256=F8lTjrvNE4NQnzgQ2D-SiYlVr5di9Xr65uBQqDkMhS0,4640
|
||||
google/auth/exceptions.py,sha256=8oEeB_1UirJIyBoglQRpCFjCOcxcTaLr6EpBrrxjeEs,3193
|
||||
google/auth/external_account.py,sha256=JQJnl0xSXfi-BuxP67QtkjcG5fLSb-Paxl9l7sL5OC4,30226
|
||||
google/auth/external_account_authorized_user.py,sha256=ANMUc39Hvj_Po3vg2hCWc9GLAckVNFy_s8-IB0BHYmc,17322
|
||||
google/auth/iam.py,sha256=YlbZPRGRaRov4ePWrXMeMj4sWgCuDbVvvCpHkf86nTc,5494
|
||||
google/auth/identity_pool.py,sha256=D2eJ742K_SLNAuffWkT25k0Tt7R8RyEGX32bPOPPh7g,24742
|
||||
google/auth/impersonated_credentials.py,sha256=34E71Tl28LPXZmsJd8zxn-9tBu2OZpVgj-3NUsT7Tdc,27564
|
||||
google/auth/jwt.py,sha256=CxVlg9VxMbgdSaT7_4hISDNkL9eBVNi4jCmpFJXiOJM,31178
|
||||
google/auth/metrics.py,sha256=usjITvTFmO0YogJJDi31_hgl2kgENuKMfgWy6LTGhxg,5616
|
||||
google/auth/pluggable.py,sha256=N9lxIiiegT6DIv3poc5B3B-6OlVmFRZr-AmNO6Xzid4,18371
|
||||
google/auth/py.typed,sha256=l05_LTgi3oy-einKBrw66s6aavgzG2o-SekKPOY3ayM,74
|
||||
google/auth/transport/__init__.py,sha256=vTdWUDBCXWF6wk3Xzu7L5I1lbtGYTxONi-IKYOmDdFM,3654
|
||||
google/auth/transport/__pycache__/__init__.cpython-312.pyc,,
|
||||
google/auth/transport/__pycache__/_aiohttp_requests.cpython-312.pyc,,
|
||||
google/auth/transport/__pycache__/_custom_tls_signer.cpython-312.pyc,,
|
||||
google/auth/transport/__pycache__/_http_client.cpython-312.pyc,,
|
||||
google/auth/transport/__pycache__/_mtls_helper.cpython-312.pyc,,
|
||||
google/auth/transport/__pycache__/_requests_base.cpython-312.pyc,,
|
||||
google/auth/transport/__pycache__/grpc.cpython-312.pyc,,
|
||||
google/auth/transport/__pycache__/mtls.cpython-312.pyc,,
|
||||
google/auth/transport/__pycache__/requests.cpython-312.pyc,,
|
||||
google/auth/transport/__pycache__/urllib3.cpython-312.pyc,,
|
||||
google/auth/transport/_aiohttp_requests.py,sha256=aJNNT09VISGPwcGS8DVR8G1l_DeOvnlJ2Z7kcAjXs14,14819
|
||||
google/auth/transport/_custom_tls_signer.py,sha256=ilLlKFNognkvOWcnlYAWmUIUo9YhSrTSAKLa05zQ8Do,9989
|
||||
google/auth/transport/_http_client.py,sha256=RzmLb9E5OkSTjfujKuYer347uKY8Ij3x72CykZFyJNE,3797
|
||||
google/auth/transport/_mtls_helper.py,sha256=WsaCss53tCnACsX9Zzbd6cydSF0Cjjplavhm9gaDtOY,18753
|
||||
google/auth/transport/_requests_base.py,sha256=4y0tTMR_hPGeAmBSyCU6_moh99ZxJZ4CF79E2s-t7TA,1657
|
||||
google/auth/transport/grpc.py,sha256=cRYju1kWZ2YE5IlagRMh9trAW8J5kmmIrBmyZW7IGik,13742
|
||||
google/auth/transport/mtls.py,sha256=jzTOO7IWTeBR52CLxZBIWcv-BsKUmK-UqH83C8voXaU,4892
|
||||
google/auth/transport/requests.py,sha256=--9PLv4Jaiz1HiIzl_tVKJ0Z1k-3XPQ3HBsXVBaIf4U,24332
|
||||
google/auth/transport/urllib3.py,sha256=bmYdTtBa3Yni5Q1pvpqbuHwF70g0gz7RfNsR6hDFz7g,18349
|
||||
google/auth/version.py,sha256=2wHsybc9t7_UHmPwqd6tkjDp0VZGfmBOFmTtIORdhpo,598
|
||||
google/oauth2/__init__.py,sha256=dfKTOzsmsiXlGbG1_LMpHfb-thZoCXCeiGiZr1PxoTk,1499
|
||||
google/oauth2/__pycache__/__init__.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/_client.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/_client_async.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/_credentials_async.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/_id_token_async.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/_reauth_async.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/_service_account_async.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/challenges.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/credentials.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/gdch_credentials.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/id_token.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/reauth.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/service_account.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/sts.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/utils.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/webauthn_handler.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/webauthn_handler_factory.cpython-312.pyc,,
|
||||
google/oauth2/__pycache__/webauthn_types.cpython-312.pyc,,
|
||||
google/oauth2/_client.py,sha256=w_o0uFvNlxf7o79k19_TVnGlu4zT7F58v8IIjexH_Yc,21920
|
||||
google/oauth2/_client_async.py,sha256=nXLgAI5KVPRR6w7-5cjB8jc5V59hd-gpPu9OR7mElCw,10170
|
||||
google/oauth2/_credentials_async.py,sha256=hUrucQkcYuYlyCdHMci8tzaVncnjQlFc2sAfNu5Dt8k,4474
|
||||
google/oauth2/_id_token_async.py,sha256=ot4_u-rhA22TufWOAR5Mpaua7Q2aAtN4q_kJmj-YnII,10171
|
||||
google/oauth2/_reauth_async.py,sha256=XK63x1CCWTBX4TG_mwc1WnRmB3vG0JRZ5F-dNfxodcs,11715
|
||||
google/oauth2/_service_account_async.py,sha256=5-HBGWoHhbWpCRbd34YiopQepEsEf8gSiuMlSm5hN84,5131
|
||||
google/oauth2/challenges.py,sha256=Pdy8IpwGJstz890Ctz_xZvhUwIlTvKibSnmHNbRBZd0,10405
|
||||
google/oauth2/credentials.py,sha256=3AoCDHqBE34fz3urYHxFFcysLqkCb3SMbFgm9OQDvI0,25040
|
||||
google/oauth2/gdch_credentials.py,sha256=CY6iPnPuc2OCIe1Zujwg1Mu9QSl1iGJqGOy6TkUleHw,9007
|
||||
google/oauth2/id_token.py,sha256=sCPdYw6LxcLgDqUvKygmdcrIGzZFGGXoARRYI-BzZ_U,13710
|
||||
google/oauth2/py.typed,sha256=I0muXRRdbdpJoZ_VyheisiTTYcmjTAitQpNvuuh6fMw,76
|
||||
google/oauth2/reauth.py,sha256=CkkDpv79_8SsQDromAyI3sa2lS3V_M7bSZqWFZj30nw,12878
|
||||
google/oauth2/service_account.py,sha256=2ea9RZvtN_zDvNacvnQy23mhckDz-uNrpk5xUEUN4V4,33525
|
||||
google/oauth2/sts.py,sha256=df-lzhe8cBKr2O-tWZTaWdgYonKm1J9HI5Cz_AfW1hU,7728
|
||||
google/oauth2/utils.py,sha256=4crAdpKbDtobpQfXJc3uF6Zm6F3IzffvRSo-9h_515w,6315
|
||||
google/oauth2/webauthn_handler.py,sha256=lg_5mHowRJ0kx2hluMYhcdiFctHZyi8CFc9fT8CkQwA,2743
|
||||
google/oauth2/webauthn_handler_factory.py,sha256=soE5cokZ3pLNbBo1HC6F1N-N-I-ir-DGlD0trGPCpBs,429
|
||||
google/oauth2/webauthn_types.py,sha256=IHdqUe-EWOU-CmyLnHLniqc7vGHZ8HpavB0dcjn7Zl8,5386
|
||||
google_auth-2.48.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
google_auth-2.48.0.dist-info/METADATA,sha256=dXH1ph8W5RrgGL35yHjGyX9iWLVtWqCWHu36KtaUNeg,6203
|
||||
google_auth-2.48.0.dist-info/RECORD,,
|
||||
google_auth-2.48.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
||||
google_auth-2.48.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
||||
google_auth-2.48.0.dist-info/top_level.txt,sha256=_1QvSJIhFAGfxb79D6DhB7SUw2X6T4rwnz_LLrbcD3c,7
|
||||
@@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: setuptools (80.10.2)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
|
||||
@@ -0,0 +1,201 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
@@ -0,0 +1 @@
|
||||
google
|
||||
Reference in New Issue
Block a user