{ "info": { "author": "Richard Huang", "author_email": "rickypc@users.noreply.github.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Robot Framework", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Testing" ], "description": "Extended Requests HTTP client testing library for Robot Framework\n=================================================================\n\n|Build| |Coverage| |Grade| |Docs| |Version| |Status| |Python| |Download| |License|\n\nIntroduction\n------------\n\nExtendedRequestsLibrary is an extended HTTP client library for `Robot Framework`_\nwith OAuth2_ support that leverages the requests_ project,\n`requests-oauthlib`_ project, and RequestsLibrary_ project.\n\nMore information about this library can be found in the `Keyword Documentation`_.\n\nExample\n'''''''\n\n.. code:: robotframework\n\n *** Settings ***\n Library ExtendedRequestsLibrary\n\n *** Test Cases ***\n Post Request With Client Credentials\n Create Client OAuth2 Session client https://token key secret base_url=https://service\n ${var} = Post Request client /endpoint json=${\u201ckey\": \"value\"}\n Log ${var}\n Delete All Sessions\n\n Post Request With Password\n Create Password OAuth2 Session member https://token key secret usn pwd base_url=https://service\n ${var} = Post Request member /endpoint json=${\u201ckey\": \"value\"}\n Log ${var}\n &{files} = Create Dictionary file1=/path/to/a_file.ext file2=/path/to/another_file.ext\n ${var} = Post Request member /endpoint files=&{files}\n Log ${var}\n Delete All Sessions\n\nInstallation\n------------\n\nUsing ``pip``\n'''''''''''''\n\nThe recommended installation method is using pip_:\n\n.. code:: console\n\n pip install robotframework-extendedrequestslibrary\n\nThe main benefit of using ``pip`` is that it automatically installs all\ndependencies needed by the library. Other nice features are easy upgrading\nand support for un-installation:\n\n.. code:: console\n\n pip install --upgrade robotframework-extendedrequestslibrary\n pip uninstall robotframework-extendedrequestslibrary\n\nNotice that using ``--upgrade`` above updates both the library and all\nits dependencies to the latest version. If you want, you can also install\na specific version or upgrade only the requests project used by the library:\n\n.. code:: console\n\n pip install robotframework-extendedrequestslibrary==x.x.x\n pip install --upgrade requests\n pip install requests==x.x.x\n\nProxy configuration\n'''''''''''''''''''\n\nIf you are behind a proxy, you can use ``--proxy`` command line option\nor set ``http_proxy`` and/or ``https_proxy`` environment variables to\nconfigure ``pip`` to use it. If you are behind an authenticating NTLM proxy,\nyou may want to consider installing CNTML_ to handle communicating with it.\n\nFor more information about ``--proxy`` option and using pip with proxies\nin general see:\n\n- http://pip-installer.org/en/latest/usage.html\n- http://stackoverflow.com/questions/9698557/how-to-use-pip-on-windows-behind-an-authenticating-proxy\n- http://stackoverflow.com/questions/14149422/using-pip-behind-a-proxy\n\nManual installation\n'''''''''''''''''''\n\nIf you do not have network connection or cannot make proxy to work, you need\nto resort to manual installation. This requires installing both the library\nand its dependencies yourself.\n\n- Make sure you have `Robot Framework installed`_.\n\n- Download source distributions (``*.tar.gz``) for the library and its dependencies:\n\n - https://pypi.python.org/pypi/robotframework-extendedrequestslibrary\n - https://pypi.python.org/pypi/robotframework-requestslibrary\n - https://pypi.python.org/pypi/requests-oauthlib\n - https://pypi.python.org/pypi/requests\n\n- Download PGP signatures (``*.tar.gz.asc``) for signed packages.\n\n- Find each public key used to sign the package:\n\n.. code:: console\n\n gpg --keyserver pgp.mit.edu --search-keys D1406DE7\n\n- Select the number from the list to import the public key\n\n- Verify the package against its PGP signature:\n\n.. code:: console\n\n gpg --verify robotframework-extendedrequestslibrary-x.x.x.tar.gz.asc robotframework-extendedrequestslibrary-x.x.x.tar.gz\n\n- Extract each source distribution to a temporary location.\n\n- Go to each created directory from the command line and install each project using:\n\n.. code:: console\n\n python setup.py install\n\nIf you are on Windows, and there are Windows installers available for\ncertain projects, you can use them instead of source distributions.\nJust download 32bit or 64bit installer depending on your system,\ndouble-click it, and follow the instructions.\n\nDirectory Layout\n----------------\n\ndoc/\n `Keyword documentation`_\n\nsrc/\n Python source code\n\ntest/\n Test files\n\n utest/\n Python unit test\n\nUsage\n-----\n\nTo write tests with Robot Framework and ExtendedRequestsLibrary,\nExtendedRequestsLibrary must be imported into your Robot test suite.\n\n.. code:: robotframework\n\n *** Settings ***\n Library ExtendedRequestsLibrary\n\nSee `Robot Framework User Guide`_ for more information.\n\nMore information about Robot Framework standard libraries and built-in tools\ncan be found in the `Robot Framework Documentation`_.\n\nBuilding Keyword Documentation\n------------------------------\n\nThe `Keyword Documentation`_ can be found online, if you need to generate the keyword documentation, run:\n\n.. code:: console\n\n make doc\n\nRun Unit Tests, and Test Coverage Report\n----------------------------------------\n\nTest the testing library, talking about dogfooding, let's run:\n\n.. code:: console\n\n make test\n\nContributing\n------------\n\nIf you would like to contribute code to Extended Requests Library project you can do so through GitHub by forking the repository and sending a pull request.\n\nWhen submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible. Please also include appropriate test cases.\n\nBefore your code can be accepted into the project you must also sign the `Extended Requests Library CLA`_ (Individual Contributor License Agreement).\n\nThat's it! Thank you for your contribution!\n\nLicense\n-------\n\nCopyright (c) 2015, 2016 Richard Huang.\n\nThis library is free software, licensed under: `GNU Affero General Public License (AGPL-3.0)`_.\n\nDocumentation and other similar content are provided under `Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License`_.\n\n.. _CNTML: http://goo.gl/ukiwSO\n.. _Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License: http://goo.gl/SNw73V\n.. _Extended Requests Library CLA: https://goo.gl/forms/hLzGj1hyWf\n.. _GNU Affero General Public License (AGPL-3.0): http://goo.gl/LOMJeU\n.. _Keyword Documentation: https://goo.gl/dSGkhR\n.. _OAuth2: http://goo.gl/VehoOR\n.. _pip: http://goo.gl/jlJCPE\n.. _requests: http://goo.gl/8p7MOG\n.. _requests-oauthlib: https://goo.gl/Tavax4\n.. _RequestsLibrary: https://goo.gl/3FBo9w\n.. _Robot Framework: http://goo.gl/lES6WM\n.. _Robot Framework Documentation: http://goo.gl/zy53tf\n.. _Robot Framework installed: https://goo.gl/PFbWqM\n.. _Robot Framework User Guide: http://goo.gl/Q7dfPB\n.. |Build| image:: https://img.shields.io/travis/rickypc/robotframework-extendedrequestslibrary.svg\n :target: https://goo.gl/XLYqJy\n :alt: Build Status\n.. |Coverage| image:: https://img.shields.io/codecov/c/github/rickypc/robotframework-extendedrequestslibrary.svg\n :target: https://goo.gl/9vH9Ki\n :alt: Code Coverage\n.. |Grade| image:: https://img.shields.io/codacy/25e0956bfabc47428dcb19582e8d7a0a.svg\n :target: https://goo.gl/rh7Ss5\n :alt: Code Grade\n.. |Docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg\n :target: https://goo.gl/dSGkhR\n :alt: Keyword Documentation\n.. |Version| image:: https://img.shields.io/pypi/v/robotframework-extendedrequestslibrary.svg\n :target: https://goo.gl/CBuzbh\n :alt: Package Version\n.. |Status| image:: https://img.shields.io/pypi/status/robotframework-extendedrequestslibrary.svg\n :target: https://goo.gl/CBuzbh\n :alt: Development Status\n.. |Python| image:: https://img.shields.io/pypi/pyversions/robotframework-extendedrequestslibrary.svg\n :target: https://goo.gl/sXzgao\n :alt: Python Version\n.. |Download| image:: https://img.shields.io/pypi/dm/robotframework-extendedrequestslibrary.svg\n :target: https://goo.gl/CBuzbh\n :alt: Monthly Download\n.. |License| image:: https://img.shields.io/pypi/l/robotframework-extendedrequestslibrary.svg\n :target: http://goo.gl/LOMJeU\n :alt: License", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rickypc/robotframework-extendedrequestslibrary", "keywords": "robot framework extended http testing automation requests oauth2 oauth rest api softwaretesting", "license": "AGPL 3", "maintainer": null, "maintainer_email": null, "name": "robotframework-extendedrequestslibrary", "package_url": "https://pypi.org/project/robotframework-extendedrequestslibrary/", "platform": "any", "project_url": "https://pypi.org/project/robotframework-extendedrequestslibrary/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rickypc/robotframework-extendedrequestslibrary" }, "release_url": "https://pypi.org/project/robotframework-extendedrequestslibrary/0.5.5/", "requires_dist": null, "requires_python": null, "summary": "Extended HTTP client testing library for Robot Framework with OAuth2 support", "version": "0.5.5" }, "last_serial": 2037454, "releases": { "0.1.7": [ { "comment_text": "", "digests": { "md5": "c3a36df93409ec1bde7ea1c841bef466", "sha256": "ee70701e40cf550a2b8b9ed014c7224f76a4c5fe6798b3c10051904ec418999e" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.1.7.tar.gz", "has_sig": true, "md5_digest": "c3a36df93409ec1bde7ea1c841bef466", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64508, "upload_time": "2015-06-28T03:55:53", "url": "https://files.pythonhosted.org/packages/31/5f/7e5e2ce8865004268dab7dc24b5bc20b304864d2a0bffd47176204f7ef22/robotframework-extendedrequestslibrary-0.1.7.tar.gz" }, { "comment_text": "", "digests": { "md5": "56052a2c4c084a87abf2fc336a9df6cc", "sha256": "1917679486fbca4dbcbca6a39886692fb46ee8293ee678ad52115b76de685457" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.1.7.zip", "has_sig": true, "md5_digest": "56052a2c4c084a87abf2fc336a9df6cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73445, "upload_time": "2015-06-28T03:56:00", "url": "https://files.pythonhosted.org/packages/c6/71/bc0682722b510ca1e8b4502a8640880d0eb68c5b41be9ae517f103ac8e29/robotframework-extendedrequestslibrary-0.1.7.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "c73200aa41e0db09bec51ef513b8c34d", "sha256": "63aede1d5770d56ffa8b80edead0e548e1cbe75549599c724a407673661c088b" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.2.0.tar.gz", "has_sig": true, "md5_digest": "c73200aa41e0db09bec51ef513b8c34d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67198, "upload_time": "2015-07-23T06:44:02", "url": "https://files.pythonhosted.org/packages/ab/fc/ee3433f1bfd3404a91f263ef70386d49bbb28210f7032aacbad36a2b3722/robotframework-extendedrequestslibrary-0.2.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "0f304401558176cc1bd97cfa58f1609b", "sha256": "bf823bb9cfbd448417841cf969fbb25aba14588124b192375ddb8b7c92f8542e" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.2.0.zip", "has_sig": true, "md5_digest": "0f304401558176cc1bd97cfa58f1609b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76850, "upload_time": "2015-07-23T06:44:10", "url": "https://files.pythonhosted.org/packages/e4/86/bc8e951e967f00b6fa5b883b8f693f7bc773630948f7a4383158b6ef2ca9/robotframework-extendedrequestslibrary-0.2.0.zip" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "fc85b87bd898c5b4c55a279f94537667", "sha256": "92f0465189e7cc716fa52b88ae275b01bd32796ea3d0b6aeb758b05f3aaafdb0" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.3.0.tar.gz", "has_sig": true, "md5_digest": "fc85b87bd898c5b4c55a279f94537667", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67642, "upload_time": "2015-07-25T22:19:24", "url": "https://files.pythonhosted.org/packages/d4/e6/02024d4033c27706de9fdbecc4a4a568ed55dfcd1976b9ebd67946f61b49/robotframework-extendedrequestslibrary-0.3.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "a7eb849f07c4c0aa52c4551726b42326", "sha256": "e82bd1e9f51ff59ae575853e9a46dd0877b463814e88f649f8c2f39839c57234" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.3.0.zip", "has_sig": true, "md5_digest": "a7eb849f07c4c0aa52c4551726b42326", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78906, "upload_time": "2015-07-25T22:19:37", "url": "https://files.pythonhosted.org/packages/37/9b/62b6fc693a9a855bd9e6d778fb1469fc359ee45b0c52831c522e156b9135/robotframework-extendedrequestslibrary-0.3.0.zip" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "e5c64e3d99a03606e3176b372a948086", "sha256": "74602336240c9b59c193e4134aef2c7ac66dc94b268ee4edf1725afa3bd46356" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.4.0.tar.gz", "has_sig": true, "md5_digest": "e5c64e3d99a03606e3176b372a948086", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69233, "upload_time": "2015-08-03T07:11:44", "url": "https://files.pythonhosted.org/packages/ea/d0/e18c2b7130046e9f2fd824a05fdb10e699af10e8a8f043dc8ba455f10727/robotframework-extendedrequestslibrary-0.4.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "377467a11e9b756aad20b5fc90301da8", "sha256": "7cdb0e1e19d7a93d947add4c31f5f403d14c8bb05863fc5ed1ce53a15160f7a6" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.4.0.zip", "has_sig": true, "md5_digest": "377467a11e9b756aad20b5fc90301da8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81221, "upload_time": "2015-08-03T07:11:53", "url": "https://files.pythonhosted.org/packages/c8/2a/859fb1ec3781bdb3072049f6683e80ce60f4e66fc537393195bcac00bf32/robotframework-extendedrequestslibrary-0.4.0.zip" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "691b2402ef7462abc2cf562a8b70fa11", "sha256": "ca88b40f28331e482c7371a3479c3b62d51b3918fd3511d3093f89b71b7e43cc" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.5.0.tar.gz", "has_sig": true, "md5_digest": "691b2402ef7462abc2cf562a8b70fa11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70505, "upload_time": "2015-08-09T04:42:45", "url": "https://files.pythonhosted.org/packages/71/35/ebca21034a8bb849094bb833c3f3545e8ea09c9288d6a1ecd742f6a019c4/robotframework-extendedrequestslibrary-0.5.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "0fc4b4c06c2447dc6d5b92cb69b55036", "sha256": "356386dfe2e870986d5e6d67e41740713907e6514afc4ef34a2d5e898b390462" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.5.0.zip", "has_sig": true, "md5_digest": "0fc4b4c06c2447dc6d5b92cb69b55036", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84041, "upload_time": "2015-08-09T04:42:55", "url": "https://files.pythonhosted.org/packages/6a/69/fb945e90d3950f4364df474cc43e17a5ac41b292b546941e5aed5adb2e8a/robotframework-extendedrequestslibrary-0.5.0.zip" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "04686a091072bde639b6469213832889", "sha256": "5720f962744246650fd8f854b639a0861060136ec7f4f64bd814c54e81789130" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.5.1.tar.gz", "has_sig": true, "md5_digest": "04686a091072bde639b6469213832889", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71621, "upload_time": "2015-08-15T20:29:26", "url": "https://files.pythonhosted.org/packages/e9/99/ed6b0675a5f7fb5a9cb3ae2b2cbf29506e0eef77ee39d1507f7760f0a09b/robotframework-extendedrequestslibrary-0.5.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "8faca7a8261e6fe9a784853196c35baa", "sha256": "501a1336a38bb77f61275f545dbbce247574f8b2e6b095fd546d6c66a1837611" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.5.1.zip", "has_sig": true, "md5_digest": "8faca7a8261e6fe9a784853196c35baa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85906, "upload_time": "2015-08-15T20:29:36", "url": "https://files.pythonhosted.org/packages/fe/b6/9ae478cfc2d3d87b45d28fc6de6e5f69c875aa3fc39d184165b3bf01d990/robotframework-extendedrequestslibrary-0.5.1.zip" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "e8de15e26be235265c9cfc807d8ad2d1", "sha256": "cba48278c9e327338111ea79f112b9f3e046b6fc317ff999b34d8cc4ca3732d4" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.5.2.tar.gz", "has_sig": true, "md5_digest": "e8de15e26be235265c9cfc807d8ad2d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71632, "upload_time": "2015-08-15T21:37:46", "url": "https://files.pythonhosted.org/packages/22/a5/bc87d6e0306669da272f0dd1bbdbec1d2fea12bfe57edb60b8fbc9314c57/robotframework-extendedrequestslibrary-0.5.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "1dab48de9350a27912aa7b3b82d1c2f8", "sha256": "466ad3e76535b7ded44136d82b6730f6dcfbe5489788c1a49da61f2cbd5bc7bb" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.5.2.zip", "has_sig": true, "md5_digest": "1dab48de9350a27912aa7b3b82d1c2f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85923, "upload_time": "2015-08-15T21:37:54", "url": "https://files.pythonhosted.org/packages/25/55/e77134575734e7f9285cf5314506b4bc3b36559b6f785c8bfd4e5cff8565/robotframework-extendedrequestslibrary-0.5.2.zip" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "4a140139e4c5d341bbf44b200d03fdb5", "sha256": "5203e6a4b651a8c388147c0b267cd086f319931349dd62b3322a1468cbd36254" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.5.3.tar.gz", "has_sig": true, "md5_digest": "4a140139e4c5d341bbf44b200d03fdb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72296, "upload_time": "2015-08-18T02:52:47", "url": "https://files.pythonhosted.org/packages/7c/3f/aebb37fea04ca12eb7c4e59593f1b6ea1401a11b94804d6c05dc05b4d5da/robotframework-extendedrequestslibrary-0.5.3.tar.gz" }, { "comment_text": "", "digests": { "md5": "0a4cc1cb8770b1945fc63184c1f70862", "sha256": "2a2a04d3c2002f9d33eba3bcc24a9b8ae7de3475d8005cdf7a596f1160d2df75" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.5.3.zip", "has_sig": true, "md5_digest": "0a4cc1cb8770b1945fc63184c1f70862", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85090, "upload_time": "2015-08-18T02:52:54", "url": "https://files.pythonhosted.org/packages/5d/ea/47e497f00632ae2c1fe391e4ec56ccc6ce765480a36b01d15c59ef937ffc/robotframework-extendedrequestslibrary-0.5.3.zip" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "264d8d7ba8b05eda5c8692a0c734e012", "sha256": "0b5dbfcef1b4e07368eaf80b0311cd978fb4813263b291e16f6907138de453a6" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.5.4.tar.gz", "has_sig": true, "md5_digest": "264d8d7ba8b05eda5c8692a0c734e012", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72924, "upload_time": "2016-02-24T07:56:03", "url": "https://files.pythonhosted.org/packages/e0/f7/0fc42b1743223470eba75822fe91483c103930bb35edb1fb8583af926348/robotframework-extendedrequestslibrary-0.5.4.tar.gz" }, { "comment_text": "", "digests": { "md5": "ae659bd3ce312ff9e54e93728b208897", "sha256": "7dcb5de5f94f2dc19ef67357e2357b592ecced2a45c1f3cc9351740d3cc8b2e2" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.5.4.zip", "has_sig": true, "md5_digest": "ae659bd3ce312ff9e54e93728b208897", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84800, "upload_time": "2016-02-24T07:56:20", "url": "https://files.pythonhosted.org/packages/5e/04/8ddf54a04e7d68e5748dcb8bf6f2c6841d31b293ba29e6ab69b8eee19cb9/robotframework-extendedrequestslibrary-0.5.4.zip" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "1dea021770198af65788ac226432f926", "sha256": "54d0bb5aa5aac86a226ab2026ea5acf767b6ae2cba487c9de1df83689287fdb6" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.5.5.tar.gz", "has_sig": true, "md5_digest": "1dea021770198af65788ac226432f926", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73336, "upload_time": "2016-03-31T07:04:56", "url": "https://files.pythonhosted.org/packages/8f/57/853fc183c1d3ec7bc1989e10f6f7bf6d00084c9ecf0b365703627d5c4255/robotframework-extendedrequestslibrary-0.5.5.tar.gz" }, { "comment_text": "", "digests": { "md5": "e0d3b5dc262ae9cb262f685f8c11f9fc", "sha256": "704564ce7982b39f416c8bf3de36242e365de5b961b3024fb994ab6745e656f8" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.5.5.zip", "has_sig": true, "md5_digest": "e0d3b5dc262ae9cb262f685f8c11f9fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85236, "upload_time": "2016-03-31T07:05:13", "url": "https://files.pythonhosted.org/packages/40/45/acb04f87623a6530881ed442f14f160a384707cf31d985cf96035f247a1a/robotframework-extendedrequestslibrary-0.5.5.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1dea021770198af65788ac226432f926", "sha256": "54d0bb5aa5aac86a226ab2026ea5acf767b6ae2cba487c9de1df83689287fdb6" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.5.5.tar.gz", "has_sig": true, "md5_digest": "1dea021770198af65788ac226432f926", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73336, "upload_time": "2016-03-31T07:04:56", "url": "https://files.pythonhosted.org/packages/8f/57/853fc183c1d3ec7bc1989e10f6f7bf6d00084c9ecf0b365703627d5c4255/robotframework-extendedrequestslibrary-0.5.5.tar.gz" }, { "comment_text": "", "digests": { "md5": "e0d3b5dc262ae9cb262f685f8c11f9fc", "sha256": "704564ce7982b39f416c8bf3de36242e365de5b961b3024fb994ab6745e656f8" }, "downloads": -1, "filename": "robotframework-extendedrequestslibrary-0.5.5.zip", "has_sig": true, "md5_digest": "e0d3b5dc262ae9cb262f685f8c11f9fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85236, "upload_time": "2016-03-31T07:05:13", "url": "https://files.pythonhosted.org/packages/40/45/acb04f87623a6530881ed442f14f160a384707cf31d985cf96035f247a1a/robotframework-extendedrequestslibrary-0.5.5.zip" } ] }