{ "info": { "author": "Marko Stanojkovic", "author_email": "marko@saberr.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Build Tools" ], "description": "APICONSUMER: A super lightweight REST API requests wrapper\n==========================================================\n\nFollowing the same philosophy of Requests module (REST) ApiConsumer is here to make your life easier.\n\nAre you lazy enough to configure authentication for every single request? How about handling errors? Wouldn't it be\ngreat if all that could be done in 2 lines?\n\n\nHow to use\n----------\n\nBehold the power of ApiConsumer:\n\n.. code-block:: python\n\n >>> from apiconsumer import ApiConsumer\n >>> my_api = ApiConsumer(url='https://myapi.com', extra_headers={'Authorization': 'JWT mytoken'})\n >>> users = my_api.get_users()\n\n\nMaking POST request is also easy:\n\n.. code-block:: python\n\n >>> new_user = my_api.post_users(data={'email': 'someguy@something.com', 'password': 'correct-horse-battery-staple'})\n\n\nHow to install\n--------------\n.. code-block:: bash\n\n $ pip install apiconsumer\n\n\nContribute\n----------\nBe our guest. We'd like to see your awesome ideas. Just fork the repo, create a branch and create pull request.\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/saberr/apiconsumer", "keywords": "", "license": "BSD 3-Clause", "maintainer": "", "maintainer_email": "", "name": "apiconsumer", "package_url": "https://pypi.org/project/apiconsumer/", "platform": "", "project_url": "https://pypi.org/project/apiconsumer/", "project_urls": { "Homepage": "https://github.com/saberr/apiconsumer" }, "release_url": "https://pypi.org/project/apiconsumer/1.0.0b3/", "requires_dist": [ "requests (>=2.18.4)" ], "requires_python": "", "summary": "Lightweight requests wrapper for REST API calls", "version": "1.0.0b3" }, "last_serial": 3372395, "releases": { "1.0.0b1": [ { "comment_text": "", "digests": { "md5": "1e05d5175f519f17bfbf0fe5d3a5fa97", "sha256": "fb019b4e3a74a1c1a2edef458cda3007c48ae7ea27c4ccdaa8d5b6a443025252" }, "downloads": -1, "filename": "apiconsumer-1.0.0b1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1e05d5175f519f17bfbf0fe5d3a5fa97", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3879, "upload_time": "2017-11-28T20:51:57", "url": "https://files.pythonhosted.org/packages/a1/7d/a9cc20bba603c810843d07b57d7bbe0ebf068c916825ea525155f2cd4e68/apiconsumer-1.0.0b1-py2.py3-none-any.whl" } ], "1.0.0b2": [ { "comment_text": "", "digests": { "md5": "7940905b4b5169a855e27115f1b58340", "sha256": "4155730b7dbf2b924a5cdce7ca7f0a1591c697f89093b7c248859661fa7ac407" }, "downloads": -1, "filename": "apiconsumer-1.0.0b2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "7940905b4b5169a855e27115f1b58340", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6240, "upload_time": "2017-11-28T20:51:59", "url": "https://files.pythonhosted.org/packages/5b/f4/89d4e398458ebf304142c1bde132998cd5b9006e570f08c07d116217c4b6/apiconsumer-1.0.0b2-py2.py3-none-any.whl" } ], "1.0.0b3": [ { "comment_text": "", "digests": { "md5": "3fec7f336e20d2030cd811c0d56566aa", "sha256": "16e75fb055f0e75f6495641644abc1dd3315e7c9232b0f33678a8162a01d38c2" }, "downloads": -1, "filename": "apiconsumer-1.0.0b3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "3fec7f336e20d2030cd811c0d56566aa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6236, "upload_time": "2017-11-28T20:57:47", "url": "https://files.pythonhosted.org/packages/28/e5/1d7b61ec3ee657d96fd1e96577771b318525b6cfda9b16b83981a9af166f/apiconsumer-1.0.0b3-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3fec7f336e20d2030cd811c0d56566aa", "sha256": "16e75fb055f0e75f6495641644abc1dd3315e7c9232b0f33678a8162a01d38c2" }, "downloads": -1, "filename": "apiconsumer-1.0.0b3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "3fec7f336e20d2030cd811c0d56566aa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6236, "upload_time": "2017-11-28T20:57:47", "url": "https://files.pythonhosted.org/packages/28/e5/1d7b61ec3ee657d96fd1e96577771b318525b6cfda9b16b83981a9af166f/apiconsumer-1.0.0b3-py2.py3-none-any.whl" } ] }