{ "info": { "author": "Igal Cohen-Hadria", "author_email": "igal@muzeek.co", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Muzeek SDK for Python\n\nThis repository contains the open source Muzeek SDK that allows you to access the Muzeek API from your Python app.\n\n## Installation\n\nThe Muzeek Python SDK can be installed with [Pip](https://pip.pypa.io/en/stable/installing/). Run this command:\n\n```sh\npip install muzeek-sdk\n```\n\n## Usage\n\nSimple Muzeek Query Example\n\n```Python\nimport random\n\nfrom muzeek_sdk import Muzeek\n\napi = Muzeek({\"app_token\" : app_token})\n\nhaserror = True\n## -- Load genre & subgenre list\ngenres = api.genres()\nif genres != None:\n\n ## -- pick a random genre\n genre = random.sample(genres.keys(), 1)\n\n ## -- create a search query\n query = api.makeQuery(genre, subgenre = None, title = None, tags = None)\n\n ## -- request a standard generated music\n idcard = api.generate(query)\n if idcard != None:\n haserror = False\n\n ## -- use the data\n printIDCard(idcard)\n }\n}\n```\n\n## Api documentation\n\nAll mechanisms developed here are documented on our [REST API documentation](https://developer.muzeek.co/).\n\n## License\n\nPlease see the [license file](https://github.com/muzeek/python-sdk/blob/master/LICENSE) for more information.\n\n## Security Vulnerabilities\n\nIf you have found a security issue, please contact the support team directly at [support@muzeek.co](mailto:support@muzeek.co).\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/muzeek-sdk/python-sdk", "keywords": "music,muzeek,sdk", "license": "", "maintainer": "", "maintainer_email": "", "name": "muzeek-sdk", "package_url": "https://pypi.org/project/muzeek-sdk/", "platform": "", "project_url": "https://pypi.org/project/muzeek-sdk/", "project_urls": { "Homepage": "https://github.com/muzeek-sdk/python-sdk" }, "release_url": "https://pypi.org/project/muzeek-sdk/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "A framework library to access Muzeek API", "version": "1.0.0" }, "last_serial": 5222919, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "795a3471a5b3a29cdf67e68a1db51332", "sha256": "88e0ffc6f4e04e97a121e834f17ab6ee5f29ebd5899550b7c0dc4c7aed86f413" }, "downloads": -1, "filename": "muzeek_sdk-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "795a3471a5b3a29cdf67e68a1db51332", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7124, "upload_time": "2019-05-03T17:22:57", "url": "https://files.pythonhosted.org/packages/92/ef/dad1fd99efda4ca2f40ed2fb4e4fedc3d8298f83f4bec9a67140fbe002b5/muzeek_sdk-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1db929cc04ee604afda465f602378364", "sha256": "0ff80cd4f5d08ff011aabe961ef8852d0d246f39388f569c2a09d4b902d928dc" }, "downloads": -1, "filename": "muzeek-sdk-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1db929cc04ee604afda465f602378364", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5918, "upload_time": "2019-05-03T17:23:28", "url": "https://files.pythonhosted.org/packages/d0/11/dfdaa6deeec5f153a54a3d46effb687ed1963f0368b554bd5f732fc70ab6/muzeek-sdk-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "795a3471a5b3a29cdf67e68a1db51332", "sha256": "88e0ffc6f4e04e97a121e834f17ab6ee5f29ebd5899550b7c0dc4c7aed86f413" }, "downloads": -1, "filename": "muzeek_sdk-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "795a3471a5b3a29cdf67e68a1db51332", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7124, "upload_time": "2019-05-03T17:22:57", "url": "https://files.pythonhosted.org/packages/92/ef/dad1fd99efda4ca2f40ed2fb4e4fedc3d8298f83f4bec9a67140fbe002b5/muzeek_sdk-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1db929cc04ee604afda465f602378364", "sha256": "0ff80cd4f5d08ff011aabe961ef8852d0d246f39388f569c2a09d4b902d928dc" }, "downloads": -1, "filename": "muzeek-sdk-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1db929cc04ee604afda465f602378364", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5918, "upload_time": "2019-05-03T17:23:28", "url": "https://files.pythonhosted.org/packages/d0/11/dfdaa6deeec5f153a54a3d46effb687ed1963f0368b554bd5f732fc70ab6/muzeek-sdk-1.0.0.tar.gz" } ] }