{ "info": { "author": "Khurshid Fayzullaev", "author_email": "khurshidfayzullaev@yahoo.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "zype-python 0.2.0\r\n-----------------\r\n\r\nA simple wrapper around Zype API inspired by SoundCloud API `client `_.\r\n\r\nInstallation\r\n------------\r\nRun::\r\n \r\n pip install zype\r\n\r\nTo use::\r\n\r\n from zype import Zype\r\n client = Zype(api_key=\"\")\r\n\r\nExamples\r\n---------\r\n\r\nTo get all videos available on your account, you can do::\r\n \r\n from zype import Zype\r\n client = Zype(api_key=\"\")\r\n videos = client.get('videos')\r\n if videos is not None:\r\n for v in videos:\r\n print v.title", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/khfayzullaev/zype-python", "keywords": "zype api client", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "zype", "package_url": "https://pypi.org/project/zype/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zype/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/khfayzullaev/zype-python" }, "release_url": "https://pypi.org/project/zype/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Zype API Python Client", "version": "0.2.0" }, "last_serial": 4134444, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ddc7e87842eb8e0d5b2e58d00384ca5d", "sha256": "22bc3308f5a7f8d4db566a470d4a81b2d5e6b5626961d378365cfa14899086a2" }, "downloads": -1, "filename": "zype-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ddc7e87842eb8e0d5b2e58d00384ca5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3121, "upload_time": "2016-05-17T02:46:31", "url": "https://files.pythonhosted.org/packages/29/31/4b44d2e55e0e2612abe3d2da2af8daa5319e630e64398ba17e894723e8eb/zype-0.1.0.tar.gz" } ], "0.2.0": [] }, "urls": [] }