google-auth-httplib2


Namegoogle-auth-httplib2 JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
SummaryGoogle Authentication Library: httplib2 transport
upload_time2023-12-12 17:40:30
maintainer
docs_urlNone
authorGoogle Cloud Platform
requires_python
licenseApache 2.0
keywords google auth oauth client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ``httplib2`` Transport for Google Auth
======================================

|pypi|

This library provides an `httplib2`_ transport for `google-auth`_.

.. note:: ``httplib`` has lots of problems such as lack of threadsafety
    and insecure usage of TLS. Using it is highly discouraged. This
    library is intended to help existing users of ``oauth2client`` migrate to
    ``google-auth``.

.. |pypi| image:: https://img.shields.io/pypi/v/google-auth-httplib2.svg
   :target: https://pypi.python.org/pypi/google-auth-httplib2

.. _httplib2: https://github.com/httplib2/httplib2
.. _google-auth: https://github.com/GoogleCloudPlatform/google-auth-library-python/

Installing
----------

You can install using `pip`_::

    $ pip install google-auth-httplib2

.. _pip: https://pip.pypa.io/en/stable/

License
-------

Apache 2.0 - See `the LICENSE`_ for more information.

.. _the LICENSE: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/main/LICENSE

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2",
    "name": "google-auth-httplib2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "google auth oauth client",
    "author": "Google Cloud Platform",
    "author_email": "googleapis-packages@google.com",
    "download_url": "https://files.pythonhosted.org/packages/56/be/217a598a818567b28e859ff087f347475c807a5649296fb5a817c58dacef/google-auth-httplib2-0.2.0.tar.gz",
    "platform": null,
    "description": "``httplib2`` Transport for Google Auth\n======================================\n\n|pypi|\n\nThis library provides an `httplib2`_ transport for `google-auth`_.\n\n.. note:: ``httplib`` has lots of problems such as lack of threadsafety\n    and insecure usage of TLS. Using it is highly discouraged. This\n    library is intended to help existing users of ``oauth2client`` migrate to\n    ``google-auth``.\n\n.. |pypi| image:: https://img.shields.io/pypi/v/google-auth-httplib2.svg\n   :target: https://pypi.python.org/pypi/google-auth-httplib2\n\n.. _httplib2: https://github.com/httplib2/httplib2\n.. _google-auth: https://github.com/GoogleCloudPlatform/google-auth-library-python/\n\nInstalling\n----------\n\nYou can install using `pip`_::\n\n    $ pip install google-auth-httplib2\n\n.. _pip: https://pip.pypa.io/en/stable/\n\nLicense\n-------\n\nApache 2.0 - See `the LICENSE`_ for more information.\n\n.. _the LICENSE: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/main/LICENSE\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Google Authentication Library: httplib2 transport",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2"
    },
    "split_keywords": [
        "google",
        "auth",
        "oauth",
        "client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be8afe34d2f3f9470a27b01c9e76226965863f153d5fbe276f83608562e49c04",
                "md5": "5e18e0f710b3aa18a88b0472005075a5",
                "sha256": "b65a0a2123300dd71281a7bf6e64d65a0759287df52729bdd1ae2e47dc311a3d"
            },
            "downloads": -1,
            "filename": "google_auth_httplib2-0.2.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5e18e0f710b3aa18a88b0472005075a5",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 9253,
            "upload_time": "2023-12-12T17:40:13",
            "upload_time_iso_8601": "2023-12-12T17:40:13.055900Z",
            "url": "https://files.pythonhosted.org/packages/be/8a/fe34d2f3f9470a27b01c9e76226965863f153d5fbe276f83608562e49c04/google_auth_httplib2-0.2.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56be217a598a818567b28e859ff087f347475c807a5649296fb5a817c58dacef",
                "md5": "2d50548b2a55668c3ae886dde3116338",
                "sha256": "38aa7badf48f974f1eb9861794e9c0cb2a0511a4ec0679b1f886d108f5640e05"
            },
            "downloads": -1,
            "filename": "google-auth-httplib2-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2d50548b2a55668c3ae886dde3116338",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10842,
            "upload_time": "2023-12-12T17:40:30",
            "upload_time_iso_8601": "2023-12-12T17:40:30.722472Z",
            "url": "https://files.pythonhosted.org/packages/56/be/217a598a818567b28e859ff087f347475c807a5649296fb5a817c58dacef/google-auth-httplib2-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-12 17:40:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GoogleCloudPlatform",
    "github_project": "google-auth-library-python-httplib2",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "tox": true,
    "lcname": "google-auth-httplib2"
}
        
Elapsed time: 0.15511s