google-auth


Namegoogle-auth JSON
Version 2.29.0 PyPI version JSON
download
home_pagehttps://github.com/googleapis/google-auth-library-python
SummaryGoogle Authentication Library
upload_time2024-03-20 17:24:27
maintainerNone
docs_urlNone
authorGoogle Cloud Platform
requires_python>=3.7
licenseApache 2.0
keywords google auth oauth client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            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/18/b2/f14129111cfd61793609643a07ecb03651a71dd65c6974f63b0310ff4b45/google-auth-2.29.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.29.0",
    "project_urls": {
        "Homepage": "https://github.com/googleapis/google-auth-library-python"
    },
    "split_keywords": [
        "google",
        "auth",
        "oauth",
        "client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e8dddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0",
                "md5": "a092004aa7441707e35d044c267fa77e",
                "sha256": "d452ad095688cd52bae0ad6fafe027f6a6d6f560e810fec20914e17a09526415"
            },
            "downloads": -1,
            "filename": "google_auth-2.29.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a092004aa7441707e35d044c267fa77e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 189186,
            "upload_time": "2024-03-20T17:24:24",
            "upload_time_iso_8601": "2024-03-20T17:24:24.292584Z",
            "url": "https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18b2f14129111cfd61793609643a07ecb03651a71dd65c6974f63b0310ff4b45",
                "md5": "9bcad03d5fea301f56d0a7b87998f6e9",
                "sha256": "672dff332d073227550ffc7457868ac4218d6c500b155fe6cc17d2b13602c360"
            },
            "downloads": -1,
            "filename": "google-auth-2.29.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9bcad03d5fea301f56d0a7b87998f6e9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 244326,
            "upload_time": "2024-03-20T17:24:27",
            "upload_time_iso_8601": "2024-03-20T17:24:27.720964Z",
            "url": "https://files.pythonhosted.org/packages/18/b2/f14129111cfd61793609643a07ecb03651a71dd65c6974f63b0310ff4b45/google-auth-2.29.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 17:24:27",
    "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"
}
        
Elapsed time: 0.20487s