{ "info": { "author": "Ali-Akber Saifee", "author_email": "ali@indydevs.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2" ], "description": ".. |travis-ci| image:: https://secure.travis-ci.org/alisaifee/rieapie.png \n :target: https://travis-ci.org/#!/alisaifee/rieapie \n.. |coverall| image:: https://coveralls.io/repos/alisaifee/rieapie/badge.png?branch=master\n :target: https://coveralls.io/r/alisaifee/rieapie\n\nrieapie |travis-ci| |coverall| \n------------------------------\n\nIntroduction\n============\nAn example for accessing google maps rest api using rieapie.\n\n.. code-block:: python\n\n import rieapie \n gmap = rieapie.Api(\"http://maps.googleapis.com/maps/api\")\n args = {\n \"origin\" : \"Toronto\"\n ,\"destination\" : \"Montreal\"\n ,\"avoid\" : \"highways\"\n ,\"mode\" : \"bicycling\"\n ,\"sensor\" : \"false\"\n }\n directions = gmap.directions.json.get(**args)\n print directions[\"routes\"][0][\"bounds\"]\n\nAn example for accessing the twitter api with the provided twitter wrapper.\n\n.. code-block:: python\n\n import rieapie\n params = {\n \"consumer_key\" : \"...\"\n ,\"consumer_secret\" : \"...\"\n }\n # or if you want to provide an access token\n params = {\n \"consumer_key\" : \"...\"\n ,\"consumer_secret\" : \"...\"\n ,\"access_token\" : \"..\",\n ,\"access_token_secret\" : \"..\"\n }\n \n twitter = rieapie.wrappers.Twitter( **params )\n \n timeline = twitter.statuses.user_timeline(ext=\"json\")\n # or if you prefer this syntax \n timeline = twitter.statuses[\"user_timeline.json\"]\n for status in timeline.get(count=10, screen_name=\"mybestfriend\"):\n print status['text']\n\n\nwhy is it 'rieapie'?\n====================\n* [**R**]est [**i**]s [**E**]asy [**a**]s [**P**]ython [**i**]s [**E**]asy\n* [**R**]est [**i**]s [**E**]asy [**a**]s [**PIE**]\n* [**R**]est [**i**]s [**E**]asy [**API**]... [**E**]asy", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://rieapie.rtfd.org", "keywords": null, "license": "Copyright (c) 2013 Ali-Akber Saifee \n\nPermission is hereby granted, free of charge, to any person obtaining a copy \nof this software and associated documentation files (the \"Software\"), to deal \nin the Software without restriction, including without limitation the rights \nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell \ncopies of the Software, and to permit persons to whom the Software is \nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in \nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS \nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN \nTHE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "rieapie", "package_url": "https://pypi.org/project/rieapie/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rieapie/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://rieapie.rtfd.org" }, "release_url": "https://pypi.org/project/rieapie/0.0.7.3/", "requires_dist": null, "requires_python": null, "summary": "Easy REST api wrapper", "version": "0.0.7.3" }, "last_serial": 838139, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "d456e5859b511ae08a2c23b78142e3e5", "sha256": "09bd4a1fecdd0862ba35ab052ea65f1692c0aa8c1fde699d5e84539146ff0247" }, "downloads": -1, "filename": "rieapie-0.0.0-py2.7.egg", "has_sig": false, "md5_digest": "d456e5859b511ae08a2c23b78142e3e5", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 4374, "upload_time": "2013-08-05T00:03:24", "url": "https://files.pythonhosted.org/packages/d7/e5/d4d9f7a89bf5f0499eecacc1932f823f4d0cb1eef0ccd4dbbff59c60d637/rieapie-0.0.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5a6f9638f57a962056316a0331c7aaa4", "sha256": "255b15ebc235945df52a7cfe6dae20ba0e561ed569ad32346a19b3ea449be75e" }, "downloads": -1, "filename": "rieapie-0.0.0.tar.gz", "has_sig": false, "md5_digest": "5a6f9638f57a962056316a0331c7aaa4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3065, "upload_time": "2013-08-05T00:03:22", "url": "https://files.pythonhosted.org/packages/a1/1c/32adf6ad07a5b8ea28cee2c323356aa320d1eeea969aa6913c1b061096b0/rieapie-0.0.0.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "9b0a4f45327a9df89419e91017734548", "sha256": "ab242698cf0b322ca3fa01824c09918a726b2f611d2eaec49fc047e14be5fffd" }, "downloads": -1, "filename": "rieapie-0.0.2-py2.7.egg", "has_sig": false, "md5_digest": "9b0a4f45327a9df89419e91017734548", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3746, "upload_time": "2013-08-04T15:34:07", "url": "https://files.pythonhosted.org/packages/3f/b4/b35be2bf1fe8198ab64ccfc303ad63ac2a0da9c2393e6c90b570008fa999/rieapie-0.0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c8df7d93d758fc37e0d58be760661e76", "sha256": "90b3159b7bed75ece1a45a66ae4c145767aba8ba12fd3ce7fe21d7d7a4131906" }, "downloads": -1, "filename": "rieapie-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c8df7d93d758fc37e0d58be760661e76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2116, "upload_time": "2013-08-04T15:34:05", "url": "https://files.pythonhosted.org/packages/d8/43/10ea0542ce86dcdc9091ee1e7ea1995c3f9c50bc5acffab70d9f85d8eeec/rieapie-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "8860e06e60a430266e5e91041ab46cb0", "sha256": "75d0592a2d9803f9097bb450826926aacfc49621e6988ba7e3e55dfb5c388d03" }, "downloads": -1, "filename": "rieapie-0.0.3-py2.7.egg", "has_sig": false, "md5_digest": "8860e06e60a430266e5e91041ab46cb0", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 4395, "upload_time": "2013-08-05T00:06:09", "url": "https://files.pythonhosted.org/packages/b3/ec/45dbcf38b675af8b76ac8bcc2502fd58b6cefc4d0cb1af149d190b1b260f/rieapie-0.0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ae1059e53c8ec18296c29b6a216003a4", "sha256": "01239723ac72dd3b88d5aa04e7435631d5d2a105619feb386040b44a77ca276a" }, "downloads": -1, "filename": "rieapie-0.0.3.tar.gz", "has_sig": false, "md5_digest": "ae1059e53c8ec18296c29b6a216003a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3082, "upload_time": "2013-08-05T00:06:06", "url": "https://files.pythonhosted.org/packages/93/45/791c06b485f3c6a7122236264377bd9a4f55cbbc7a61431509c771927894/rieapie-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "b75d7fa3d6a3206efe7a2f807601fa10", "sha256": "cc77b6c862b0a0b050d585a689fd4388cb15265bb9aecf57c4c5d2e1ff41b6bd" }, "downloads": -1, "filename": "rieapie-0.0.4-py2.7.egg", "has_sig": false, "md5_digest": "b75d7fa3d6a3206efe7a2f807601fa10", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 4672, "upload_time": "2013-08-05T00:21:15", "url": "https://files.pythonhosted.org/packages/6f/76/43dd071f58736399d41164eb70c851262854a27ab307cf345fb796c85e7f/rieapie-0.0.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ff94e2d5001e34bfa3a036f68dcf5078", "sha256": "604b4e9848c56a06bff8ca15c4a5227bf3930f7e144682d510ad4760e39f45f9" }, "downloads": -1, "filename": "rieapie-0.0.4.tar.gz", "has_sig": false, "md5_digest": "ff94e2d5001e34bfa3a036f68dcf5078", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3166, "upload_time": "2013-08-05T00:21:12", "url": "https://files.pythonhosted.org/packages/38/22/083156c063caf5c289016a3dc43f2cb1736e453257fa147a7386dd78b615/rieapie-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "ff835e283ac4939e99432995e9d3c9ba", "sha256": "6367d486bd7e5989b71136eed765d9be9ad5f1cd3608dd9c3fc385382f530f20" }, "downloads": -1, "filename": "rieapie-0.0.5-py2.7.egg", "has_sig": false, "md5_digest": "ff835e283ac4939e99432995e9d3c9ba", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 6928, "upload_time": "2013-08-05T12:29:06", "url": "https://files.pythonhosted.org/packages/d9/fd/b291388776612bc0062191f29fa46661f6d591775f242b17b0aaea656d6f/rieapie-0.0.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "4e05784adb24a3e60696384bbe0b63bb", "sha256": "a1bff1f95acfd76a25a68b44f5e205a21a82aea931047d509080a2b56c01b41c" }, "downloads": -1, "filename": "rieapie-0.0.5.tar.gz", "has_sig": false, "md5_digest": "4e05784adb24a3e60696384bbe0b63bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3837, "upload_time": "2013-08-05T12:28:48", "url": "https://files.pythonhosted.org/packages/49/ab/77191c8c0559f6204c2e6fa48d0e7b2e8f6406c11a57a706db0b4e2c6a3c/rieapie-0.0.5.tar.gz" } ], "0.0.5.1": [ { "comment_text": "", "digests": { "md5": "5d2270791781a99f7623428928f749a9", "sha256": "7a6be5d2cfa392db2727da1254a4adeee557cfb460b621ab07bfed1c2c849710" }, "downloads": -1, "filename": "rieapie-0.0.5.1-py2.7.egg", "has_sig": false, "md5_digest": "5d2270791781a99f7623428928f749a9", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 6956, "upload_time": "2013-08-05T12:31:48", "url": "https://files.pythonhosted.org/packages/34/ae/baee86d76eefc622fb0b368ad14dba3b0a50b1e3f307c388272a4de62399/rieapie-0.0.5.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ac22af88e15ac6d1650f44d1279208f9", "sha256": "04ac5223916816abeca3c589cf93da97da1ae03016fa4bbc1d6b378263400672" }, "downloads": -1, "filename": "rieapie-0.0.5.1.tar.gz", "has_sig": false, "md5_digest": "ac22af88e15ac6d1650f44d1279208f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3869, "upload_time": "2013-08-05T12:31:44", "url": "https://files.pythonhosted.org/packages/ab/fd/40a4057fe74f9afb65c35c60b738f309e841fbaa027134521266ed897a5f/rieapie-0.0.5.1.tar.gz" } ], "0.0.5.2": [ { "comment_text": "", "digests": { "md5": "8e5ff80c9420d1e3660e95a98f66f8ef", "sha256": "ea7d695d2129fcc398685f648336cab160e6126312a8b3e986cd607b4568f779" }, "downloads": -1, "filename": "rieapie-0.0.5.2-py2.7.egg", "has_sig": false, "md5_digest": "8e5ff80c9420d1e3660e95a98f66f8ef", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 9057, "upload_time": "2013-08-08T01:08:25", "url": "https://files.pythonhosted.org/packages/b6/90/5c420c4f134182ef6689d966c9ff38f68a53a6f72cdafd617ef77045e352/rieapie-0.0.5.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "351d15375b95c575b501219298ce0d51", "sha256": "1d76e6271584263121a0e57fb4dc45901253e50bb598ba3b6d849a33068b1b17" }, "downloads": -1, "filename": "rieapie-0.0.5.2.tar.gz", "has_sig": false, "md5_digest": "351d15375b95c575b501219298ce0d51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4513, "upload_time": "2013-08-08T01:08:22", "url": "https://files.pythonhosted.org/packages/13/b8/86a73bc643d92fd152047ea53747e8abca627895ee1cc2fc91261636695c/rieapie-0.0.5.2.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "20621615a9474df22048118515eeddb1", "sha256": "57851fe9b2bc7e4404dd8d651b5cb09678521bcd5cb67bd285615c7f2979b9f9" }, "downloads": -1, "filename": "rieapie-0.0.6-py2.7.egg", "has_sig": false, "md5_digest": "20621615a9474df22048118515eeddb1", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 9852, "upload_time": "2013-08-08T01:29:29", "url": "https://files.pythonhosted.org/packages/42/96/7c4d7759ec9b01a366a102375f925c836c50b4bb4c6d2e94eec03b21c9de/rieapie-0.0.6-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a0d6bd68982329dc8579ca475ae2e937", "sha256": "57261c9d2cff028215695f6b9ae80b46591dbcdd88c6fee63a99ed78850c9813" }, "downloads": -1, "filename": "rieapie-0.0.6.tar.gz", "has_sig": false, "md5_digest": "a0d6bd68982329dc8579ca475ae2e937", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4693, "upload_time": "2013-08-08T01:29:26", "url": "https://files.pythonhosted.org/packages/a4/5f/99ff20c470260ddd963b31960908f5f6a124ef61ea3334e71e657a21f83c/rieapie-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "b17f7fb8bb7c5a0cdb3d082c7aae7920", "sha256": "bd7e716c2c0eb8e22a51bc39d35dfb1ad09488655eb4cdfde56ac03de8fd3ff9" }, "downloads": -1, "filename": "rieapie-0.0.7-py2.7.egg", "has_sig": false, "md5_digest": "b17f7fb8bb7c5a0cdb3d082c7aae7920", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 540268, "upload_time": "2013-08-11T02:03:15", "url": "https://files.pythonhosted.org/packages/ec/44/6db2bc804c6b3d92fb32bc08d677a3b96e4e0888d0510432677eedb223ba/rieapie-0.0.7-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "4135d7a2b59aa6fb0088cad56cf8ef64", "sha256": "730f4d5a0b5c131d6df76e98ce99cddfd6c3285945d0b59747da9dca6198fa41" }, "downloads": -1, "filename": "rieapie-0.0.7.tar.gz", "has_sig": false, "md5_digest": "4135d7a2b59aa6fb0088cad56cf8ef64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 258356, "upload_time": "2013-08-11T02:02:52", "url": "https://files.pythonhosted.org/packages/65/98/fd19d12865c3beb979662cfaf1c2d2498bf606ce1e4d254c88ad8efd1c94/rieapie-0.0.7.tar.gz" } ], "0.0.7.1": [ { "comment_text": "", "digests": { "md5": "eaba5c93b76e56e2d004aa511cfb9578", "sha256": "e899fdaa29df5fca90befab445095266f81987e2fb76b6abff702a17684c1bad" }, "downloads": -1, "filename": "rieapie-0.0.7.1-py2.7.egg", "has_sig": false, "md5_digest": "eaba5c93b76e56e2d004aa511cfb9578", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 10605, "upload_time": "2013-08-11T09:01:18", "url": "https://files.pythonhosted.org/packages/22/b6/bb41f1fc6e8f03fe4cb802ba338fb291e76d5940520b1c4c7cccd9964d7b/rieapie-0.0.7.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "865248fdc1125def16e3350307d567d3", "sha256": "a7815faf56d7406220fa8905e8d4ff506abf4f9a94a9b37f1e44126758bd1498" }, "downloads": -1, "filename": "rieapie-0.0.7.1.tar.gz", "has_sig": false, "md5_digest": "865248fdc1125def16e3350307d567d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5221, "upload_time": "2013-08-11T09:01:15", "url": "https://files.pythonhosted.org/packages/a9/6c/8f385aeabc6dfb027cb70fcd255da9a16f010626b75e9b899aa7a0cd7d57/rieapie-0.0.7.1.tar.gz" } ], "0.0.7.2": [ { "comment_text": "", "digests": { "md5": "278a17e07d705143d01ff9883606368a", "sha256": "b944bd7cddaee09d06b9f6e94d73a74af871d48df6d96a718e226549efa43d5b" }, "downloads": -1, "filename": "rieapie-0.0.7.2-py2.7.egg", "has_sig": false, "md5_digest": "278a17e07d705143d01ff9883606368a", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 10635, "upload_time": "2013-08-11T09:57:57", "url": "https://files.pythonhosted.org/packages/18/53/35f2c0c062d0d4d7370279b444d3bb2771a8ac38f5156af8f76d6cf95853/rieapie-0.0.7.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "8029c0bca784169942a2babf29889c27", "sha256": "a30461735872b16c591435707fb017da7d0d4e4f4d56fc855016b4d10ed94f6a" }, "downloads": -1, "filename": "rieapie-0.0.7.2.tar.gz", "has_sig": false, "md5_digest": "8029c0bca784169942a2babf29889c27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5238, "upload_time": "2013-08-11T09:57:54", "url": "https://files.pythonhosted.org/packages/34/1d/8466df1b9e555b9d42ba3d16e903610f50b7003149bf6ad01bc5efe0289a/rieapie-0.0.7.2.tar.gz" } ], "0.0.7.3": [ { "comment_text": "", "digests": { "md5": "dff14265d85ba2c0ebb4a08b906d7696", "sha256": "6296411cd859df0b1cdc5b8bef273fcce363b96d0477c078a0fdbbba7150a9a1" }, "downloads": -1, "filename": "rieapie-0.0.7.3-py2.7.egg", "has_sig": false, "md5_digest": "dff14265d85ba2c0ebb4a08b906d7696", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 10261, "upload_time": "2013-08-12T11:55:12", "url": "https://files.pythonhosted.org/packages/1d/df/0d77b6376776112b7ad80ee34460b0448ca4c8dd515923a2bc1c97787bcf/rieapie-0.0.7.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2df8ddd704666b5c25712cef2123b524", "sha256": "586f389d8e98a3f101778941189e7cf10b4427542c17c6db23eeae8bd05efbe9" }, "downloads": -1, "filename": "rieapie-0.0.7.3.tar.gz", "has_sig": false, "md5_digest": "2df8ddd704666b5c25712cef2123b524", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5153, "upload_time": "2013-08-12T11:55:09", "url": "https://files.pythonhosted.org/packages/05/65/e415ebfa401763ac5a83688d9f95daafcc9ff9969b19cfabb93d8c0d3242/rieapie-0.0.7.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dff14265d85ba2c0ebb4a08b906d7696", "sha256": "6296411cd859df0b1cdc5b8bef273fcce363b96d0477c078a0fdbbba7150a9a1" }, "downloads": -1, "filename": "rieapie-0.0.7.3-py2.7.egg", "has_sig": false, "md5_digest": "dff14265d85ba2c0ebb4a08b906d7696", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 10261, "upload_time": "2013-08-12T11:55:12", "url": "https://files.pythonhosted.org/packages/1d/df/0d77b6376776112b7ad80ee34460b0448ca4c8dd515923a2bc1c97787bcf/rieapie-0.0.7.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2df8ddd704666b5c25712cef2123b524", "sha256": "586f389d8e98a3f101778941189e7cf10b4427542c17c6db23eeae8bd05efbe9" }, "downloads": -1, "filename": "rieapie-0.0.7.3.tar.gz", "has_sig": false, "md5_digest": "2df8ddd704666b5c25712cef2123b524", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5153, "upload_time": "2013-08-12T11:55:09", "url": "https://files.pythonhosted.org/packages/05/65/e415ebfa401763ac5a83688d9f95daafcc9ff9969b19cfabb93d8c0d3242/rieapie-0.0.7.3.tar.gz" } ] }