{ "info": { "author": "Adri\u00e1n P\u00e9rez de Castro", "author_email": "adrian@perezdecastro.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.4" ], "description": "=========================\n InThe.AM API for Python\n=========================\n\nPython client module for the `Inthe.AM `_\n`REST API `_:\n\n.. code-block:: python\n\n import asyncio, intheam, os\n\n def print_task_list_ids(result):\n for task in (yield from result):\n print(task.uuid)\n\n api = intheam.InTheAm(os.getenv(\"INTHEAM_API_TOKEN\"))\n asyncio.get_event_loop().run_until_complete(\n print_task_list_ids(api.pending()))\n\n\nInstallation\n============\n\nThe stable releases are uploaded to `PyPI `_, so you\ncan install them and upgrade using ``pip``::\n\n pip install intheam\n\nAlternatively, you can install development versions \u2014at your own risk\u2014\ndirectly from the Git repository::\n\n pip install -e git://github.com/aperezdc/intheam-python\n\n\nDocumentation\n=============\n\nThere is no documentation for now. In the meanwhile, please read the source\ncode.\n\n\nDevelopment\n===========\n\nIf you want to contribute, please use the usual GitHub workflow:\n\n1. Clone the repository.\n2. Hack on your clone.\n3. Send a pull request for review.\n\nIf you do not have programming skills, you can still contribute by `reporting\nissues `_ that you may\nencounter.", "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/aperezdc/intheam-python", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "intheam", "package_url": "https://pypi.org/project/intheam/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/intheam/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/aperezdc/intheam-python" }, "release_url": "https://pypi.org/project/intheam/0.1/", "requires_dist": null, "requires_python": null, "summary": "Wrapper around the inthe.am API", "version": "0.1" }, "last_serial": 2102702, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "82c7ba2d8c578eaa4ac80e918ed3cea0", "sha256": "5c05bf4dd6ab7ec26543220197ed5d9bef72f886e0bfbc250f1a462bd02b85d3" }, "downloads": -1, "filename": "intheam-0.0.1.tar.gz", "has_sig": false, "md5_digest": "82c7ba2d8c578eaa4ac80e918ed3cea0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5266, "upload_time": "2015-06-26T19:07:53", "url": "https://files.pythonhosted.org/packages/00/13/889c93fde49facb6eb9fd255021801d4afbd54ccce63e3ff92cf20c4e0a3/intheam-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "4e03e9857ddc8e367471f6b1878a6e10", "sha256": "de40fd6845bc920423572938b698496b81e81283c361e0bd55c81b1adb155e1b" }, "downloads": -1, "filename": "intheam-0.0.2.tar.gz", "has_sig": false, "md5_digest": "4e03e9857ddc8e367471f6b1878a6e10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4624, "upload_time": "2015-06-28T15:34:24", "url": "https://files.pythonhosted.org/packages/f3/c4/d02e337966ef7d814984a63dfbac02606d33c76d8d92e1ff3e68d69b0d97/intheam-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "5e1e47a80272d330497275f97413f97e", "sha256": "a7ba6a9f183b783cda1e0184587f56bb8b586540545fae85531da5d80aa4e62e" }, "downloads": -1, "filename": "intheam-0.0.3.tar.gz", "has_sig": false, "md5_digest": "5e1e47a80272d330497275f97413f97e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4732, "upload_time": "2016-05-06T14:37:20", "url": "https://files.pythonhosted.org/packages/3c/5f/29f530a18063adb35a89d115f4d56e3104c4549a6af4f29643de2d678721/intheam-0.0.3.tar.gz" } ], "0.1": [] }, "urls": [] }