rauth


Namerauth JSON
Version 0.7.3 PyPI version JSON
download
home_pagehttps://github.com/litl/rauth
SummaryA Python library for OAuth 1.0/a, 2.0, and Ofly.
upload_time2017-01-22 16:51:41
maintainer
docs_urlhttps://pythonhosted.org/rauth/
authorMax Countryman
requires_python
licenseMIT
keywords oauth oauth2 rauth requests
VCS
bugtrack_url
requirements requests
Travis-CI
coveralls test coverage No coveralls.
            
    rauth
    -----

    A simple Python OAuth 1.0/a, OAuth 2.0, and Ofly consumer library built on
    top of Requests.

    Links
    `````
    * `documentation <https://rauth.readthedocs.org/en/latest/>`_
    * `development version <https://github.com/maxcountryman/rauth>`_

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/litl/rauth",
    "name": "rauth",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/rauth/",
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "oauth oauth2 rauth requests",
    "author": "Max Countryman",
    "author_email": "max@litl.com",
    "download_url": "https://files.pythonhosted.org/packages/43/aa/7c8e852275394d65ac5bf3ac9945ecaafe4d083089e09cb0a267efea389a/rauth-0.7.3.tar.gz",
    "platform": "",
    "description": "\n    rauth\n    -----\n\n    A simple Python OAuth 1.0/a, OAuth 2.0, and Ofly consumer library built on\n    top of Requests.\n\n    Links\n    `````\n    * `documentation <https://rauth.readthedocs.org/en/latest/>`_\n    * `development version <https://github.com/maxcountryman/rauth>`_\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python library for OAuth 1.0/a, 2.0, and Ofly.",
    "version": "0.7.3",
    "split_keywords": [
        "oauth",
        "oauth2",
        "rauth",
        "requests"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "1848517e49839a1f9236fad1be5c8d4f",
                "sha256": "b18590fbd77bc3d871936bbdb851377d1b0c08e337b219c303f8fc2b5a42ef2d"
            },
            "downloads": -1,
            "filename": "rauth-0.7.3-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "1848517e49839a1f9236fad1be5c8d4f",
            "packagetype": "bdist_wheel",
            "python_version": "2.7",
            "requires_python": null,
            "size": 16413,
            "upload_time": "2017-01-22T16:51:43",
            "upload_time_iso_8601": "2017-01-22T16:51:43.645153Z",
            "url": "https://files.pythonhosted.org/packages/ac/50/5fa762ccbdab1fb52e20ccd48a1874d19ec46b04aadc492b4d49b6b0f38e/rauth-0.7.3-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "315d911315b441ffcac3030881191b06",
                "sha256": "524cdbc1c28560eacfc9a9d40c59525eb8d00fdf07fbad86107ea24411477b0a"
            },
            "downloads": -1,
            "filename": "rauth-0.7.3.tar.gz",
            "has_sig": false,
            "md5_digest": "315d911315b441ffcac3030881191b06",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16530,
            "upload_time": "2017-01-22T16:51:41",
            "upload_time_iso_8601": "2017-01-22T16:51:41.384326Z",
            "url": "https://files.pythonhosted.org/packages/43/aa/7c8e852275394d65ac5bf3ac9945ecaafe4d083089e09cb0a267efea389a/rauth-0.7.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-01-22 16:51:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "litl",
    "github_project": "rauth",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "1.2.3"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "rauth"
}
        
Elapsed time: 0.01947s