{ "info": { "author": "Ivan Mecimore", "author_email": "imecimore@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Requests-F5Auth \n=========================================================\n\nThis project provides F5 Authentication support for BIG-IQ and BIG-IP using `Requests `_.\n\nThe workflow\n--------------------\n\nF5's BIG-IQ and BIG-IP use token based authentication. While the implementation differs on each,\nrequests_f5auth hides most of the differences.\n\nAccessing protected resources using requests_f5auth is as simple as:\n\n.. code-block:: pycon\n\n >>> from requests_f5auth import F5Auth\n\t>>> f5auth = F5Auth(username, password)\n\t>>> resp = requests.get(url='https://10.10.10.10/mgmt/shared/echo', auth=f5auth)\n\nInstallation\n-------------\n\nTo install requests and requests_oauthlib you can use pip:\n\n.. code-block:: bash\n\n $ pip install requests requests_f5auth", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/requests/requests-f5auth", "keywords": "", "license": "ISC", "maintainer": "", "maintainer_email": "", "name": "requests-f5auth", "package_url": "https://pypi.org/project/requests-f5auth/", "platform": "", "project_url": "https://pypi.org/project/requests-f5auth/", "project_urls": { "Homepage": "https://github.com/requests/requests-f5auth" }, "release_url": "https://pypi.org/project/requests-f5auth/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "F5 REST Authentication support for Requests.", "version": "0.1.2" }, "last_serial": 3196140, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3bd7ccc48b41fc3a14cbfae45b17a4a4", "sha256": "b8975b2c2621792a268bdc613f9360cf989e7b932d32542e03ea0a63209b6269" }, "downloads": -1, "filename": "requests-f5auth-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3bd7ccc48b41fc3a14cbfae45b17a4a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3613, "upload_time": "2017-09-12T20:31:54", "url": "https://files.pythonhosted.org/packages/03/3f/3f1c6393d98f0c3d6e777b7916f041b2ed4c8e988ffa337fcba659969ed9/requests-f5auth-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "6de996e149ca5b20f34cb1f5eaf41291", "sha256": "0a7cb25f2bcb0caf3fb03c82cbc03ca5cbe4c01909f3c1f3fdc56ded09fdaf21" }, "downloads": -1, "filename": "requests-f5auth-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6de996e149ca5b20f34cb1f5eaf41291", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3616, "upload_time": "2017-09-14T20:52:15", "url": "https://files.pythonhosted.org/packages/ec/e3/f3a9e215e268b5c9b9940bb1ec211b3c77399a2aebdfd238855bb08edb6e/requests-f5auth-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "007761af6a95c9c9a752f0a4fafe95ec", "sha256": "b7c86af41ffef4209b3677e0143a1d3f71394f898a2a8489954be395ba231aa6" }, "downloads": -1, "filename": "requests-f5auth-0.1.2.tar.gz", "has_sig": false, "md5_digest": "007761af6a95c9c9a752f0a4fafe95ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3687, "upload_time": "2017-09-23T00:00:31", "url": "https://files.pythonhosted.org/packages/d2/0d/242f25e3b80937834346a66098b38d8279ea719188a2c04f36c937ea5e33/requests-f5auth-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "007761af6a95c9c9a752f0a4fafe95ec", "sha256": "b7c86af41ffef4209b3677e0143a1d3f71394f898a2a8489954be395ba231aa6" }, "downloads": -1, "filename": "requests-f5auth-0.1.2.tar.gz", "has_sig": false, "md5_digest": "007761af6a95c9c9a752f0a4fafe95ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3687, "upload_time": "2017-09-23T00:00:31", "url": "https://files.pythonhosted.org/packages/d2/0d/242f25e3b80937834346a66098b38d8279ea719188a2c04f36c937ea5e33/requests-f5auth-0.1.2.tar.gz" } ] }