{ "info": { "author": "jnhasty", "author_email": "jnhasty@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "ARENAPY\n===========\n\nA simple client interface for Are.na written in python! Slices, dices, and makes using arena with python a cinch.\n\nRequires requests (https://github.com/kennethreitz/requests) to handle http interactions.\n\nTypical Usage:\n\n from arena import ArenaPy \n arena_connect = ArenaPy()\n user_channel_json = arena_connect.get_users_channels('nick-hasty')\n \nuser_channel_json will be a dictionary. \n\nsee arena.py for available methods and functions.", "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/jnhasty/arenapy", "keywords": "arena rest api client", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ArenaPy", "package_url": "https://pypi.org/project/ArenaPy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ArenaPy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jnhasty/arenapy" }, "release_url": "https://pypi.org/project/ArenaPy/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A simple python interface to the Are.na api", "version": "0.1.0" }, "last_serial": 783780, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "abfe13f7ab3c842781f501d997ecf545", "sha256": "70bb1474f38b06926411881edc6bd9303ddc62a7f0b3afb5921a72851d1ab226" }, "downloads": -1, "filename": "ArenaPy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "abfe13f7ab3c842781f501d997ecf545", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3294, "upload_time": "2012-07-25T20:55:00", "url": "https://files.pythonhosted.org/packages/78/41/422fb15d47022f29f2682789d966ed8bd50ee6323ca6ce6d8b5fc51900c3/ArenaPy-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "abfe13f7ab3c842781f501d997ecf545", "sha256": "70bb1474f38b06926411881edc6bd9303ddc62a7f0b3afb5921a72851d1ab226" }, "downloads": -1, "filename": "ArenaPy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "abfe13f7ab3c842781f501d997ecf545", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3294, "upload_time": "2012-07-25T20:55:00", "url": "https://files.pythonhosted.org/packages/78/41/422fb15d47022f29f2682789d966ed8bd50ee6323ca6ce6d8b5fc51900c3/ArenaPy-0.1.0.tar.gz" } ] }