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.7
**NOTE**:
Python 3.7 was marked as `unsupported`_ by the python community in June 2023.
We recommend that all developers upgrade to Python 3.8 and newer as soon as
they can. Support for Python 3.7 will be removed from this library after
January 1 2024. Previous releases that support Python 3.7 will continue to be available
for download, but releases after January 1 2024 will only target Python 3.8 and
newer.
.. _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`.
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
Raw data
{
"_id": null,
"home_page": "https://github.com/googleapis/google-auth-library-python",
"name": "google-auth",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "google auth oauth client",
"author": "Google Cloud Platform",
"author_email": "googleapis-packages@google.com",
"download_url": "https://files.pythonhosted.org/packages/6a/71/4c5387d8a3e46e3526a8190ae396659484377a73b33030614dd3b28e7ded/google_auth-2.36.0.tar.gz",
"platform": null,
"description": "Google Auth Python Library\n==========================\n\n|pypi|\n\nThis library simplifies using Google's various server-to-server authentication\nmechanisms to access Google APIs.\n\n.. |pypi| image:: https://img.shields.io/pypi/v/google-auth.svg\n :target: https://pypi.python.org/pypi/google-auth\n\nInstalling\n----------\n\nYou can install using `pip`_::\n\n $ pip install google-auth\n\n.. _pip: https://pip.pypa.io/en/stable/\n\nFor more information on setting up your Python development environment, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform.\n\n.. _`Python Development Environment Setup Guide`: https://cloud.google.com/python/docs/setup\n\nExtras\n------\n\ngoogle-auth has few extras that you can install. For example::\n\n $ pip install google-auth[pyopenssl]\n\nNote that the extras pyopenssl and enterprise_cert should not be used together because they use conflicting versions of `cryptography`_.\n\n.. _`cryptography`: https://cryptography.io/en/latest/\n\nSupported Python Versions\n^^^^^^^^^^^^^^^^^^^^^^^^^\nPython >= 3.7\n\n**NOTE**:\nPython 3.7 was marked as `unsupported`_ by the python community in June 2023.\nWe recommend that all developers upgrade to Python 3.8 and newer as soon as\nthey can. Support for Python 3.7 will be removed from this library after\nJanuary 1 2024. Previous releases that support Python 3.7 will continue to be available\nfor download, but releases after January 1 2024 will only target Python 3.8 and\nnewer.\n\n.. _unsupported: https://devguide.python.org/versions/#unsupported-versions\n\nUnsupported Python Versions\n^^^^^^^^^^^^^^^^^^^^^^^^^^^\n- Python == 2.7: The last version of this library with support for Python 2.7\n was `google.auth == 1.34.0`.\n\n- Python 3.5: The last version of this library with support for Python 3.5\n was `google.auth == 1.23.0`.\n\n- Python 3.6: The last version of this library with support for Python 3.6\n was `google.auth == 2.22.0`.\n\nDocumentation\n-------------\n\nGoogle Auth Python Library has usage and reference documentation at https://googleapis.dev/python/google-auth/latest/index.html.\n\nCurrent Maintainers\n-------------------\n- googleapis-auth@google.com\n\nAuthors\n-------\n\n- `@theacodes <https://github.com/theacodes>`_ (Thea Flowers)\n- `@dhermes <https://github.com/dhermes>`_ (Danny Hermes)\n- `@lukesneeringer <https://github.com/lukesneeringer>`_ (Luke Sneeringer)\n- `@busunkim96 <https://github.com/busunkim96>`_ (Bu Sun Kim)\n\nContributing\n------------\n\nContributions to this library are always welcome and highly encouraged.\n\nSee `CONTRIBUTING.rst`_ for more information on how to get started.\n\n.. _CONTRIBUTING.rst: https://github.com/googleapis/google-auth-library-python/blob/main/CONTRIBUTING.rst\n\nLicense\n-------\n\nApache 2.0 - See `the LICENSE`_ for more information.\n\n.. _the LICENSE: https://github.com/googleapis/google-auth-library-python/blob/main/LICENSE\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "Google Authentication Library",
"version": "2.36.0",
"project_urls": {
"Homepage": "https://github.com/googleapis/google-auth-library-python"
},
"split_keywords": [
"google",
"auth",
"oauth",
"client"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2d9a3d5087d27865c2f0431b942b5c4500b7d1b744dd3262fdc973a4c39d099e",
"md5": "a2fe84b737f290a7a2c61bbf378a5ad6",
"sha256": "51a15d47028b66fd36e5c64a82d2d57480075bccc7da37cde257fc94177a61fb"
},
"downloads": -1,
"filename": "google_auth-2.36.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "a2fe84b737f290a7a2c61bbf378a5ad6",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 209519,
"upload_time": "2024-11-06T18:05:19",
"upload_time_iso_8601": "2024-11-06T18:05:19.171516Z",
"url": "https://files.pythonhosted.org/packages/2d/9a/3d5087d27865c2f0431b942b5c4500b7d1b744dd3262fdc973a4c39d099e/google_auth-2.36.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6a714c5387d8a3e46e3526a8190ae396659484377a73b33030614dd3b28e7ded",
"md5": "8dba1c171af4d945fb479ab27a0aac38",
"sha256": "545e9618f2df0bcbb7dcbc45a546485b1212624716975a1ea5ae8149ce769ab1"
},
"downloads": -1,
"filename": "google_auth-2.36.0.tar.gz",
"has_sig": false,
"md5_digest": "8dba1c171af4d945fb479ab27a0aac38",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 268336,
"upload_time": "2024-11-06T18:05:21",
"upload_time_iso_8601": "2024-11-06T18:05:21.177982Z",
"url": "https://files.pythonhosted.org/packages/6a/71/4c5387d8a3e46e3526a8190ae396659484377a73b33030614dd3b28e7ded/google_auth-2.36.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-06 18:05:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "googleapis",
"github_project": "google-auth-library-python",
"travis_ci": false,
"coveralls": true,
"github_actions": false,
"lcname": "google-auth"
}