{ "info": { "author": "Rick van Hattem", "author_email": "Wolph@Wol.ph", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License" ], "description": "Spotimote\n------------------------------------------------------------------------------\n\nPython Spotify remote control using the Spotimote server\n\nThis library can control the Spotimote (http://www.nodria.com/) server using Python.\nIt can automatically detect the running Spotimote server and can be called like this:\n\n python spotimote.py play_pause\n python spotimote.py next\n python spotimote.py prev\n python spotimote.py shuffle\n python spotimote.py repeat\n python spotimote.py volume_up\n python spotimote.py volume_down\n\nOr without autodetection of the host:\n\n python spotimote.py --host 192.168.0.2 --port 5116 volume_down\n\nTo use it as a library:\n\n # Setup the spotimote library\n from spotimote import Spotimote\n spotimote = Spotimote()\n \n # Play the next song\n spotimote.next()\n \n # Or scan for spotimote servers\n print 'Hosts:', list(spotimote.detect())", "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/WoLpH/spotimote", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "spotimote", "package_url": "https://pypi.org/project/spotimote/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/spotimote/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/WoLpH/spotimote" }, "release_url": "https://pypi.org/project/spotimote/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Library to control Spotimote from Python", "version": "1.0.1" }, "last_serial": 1428624, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "5b5eec382916545adccc31037bf4a9d5", "sha256": "730d2403d45db1bd5ff8de4f4aa89c625504201259ea901a05209c8a43e9942f" }, "downloads": -1, "filename": "spotimote-1.0.tar.gz", "has_sig": false, "md5_digest": "5b5eec382916545adccc31037bf4a9d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1753, "upload_time": "2015-02-18T15:57:26", "url": "https://files.pythonhosted.org/packages/d9/83/64fdb38d65a91b0bede4523a9ce6cd9413d2fa0bc9363f45bb4b99daf9ee/spotimote-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "615a080c54701c45aeaf4cc7848d6c7a", "sha256": "5300a5f34f52985eb7c1d8964b267f646a928951890d9aa4c06564fd0cfff59e" }, "downloads": -1, "filename": "spotimote-1.0.1.tar.gz", "has_sig": false, "md5_digest": "615a080c54701c45aeaf4cc7848d6c7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4600, "upload_time": "2015-02-18T16:03:20", "url": "https://files.pythonhosted.org/packages/a5/7c/6e3b088fe1047eb27683961aebf74dd34e3a838bbb3e30005663edb0763e/spotimote-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "615a080c54701c45aeaf4cc7848d6c7a", "sha256": "5300a5f34f52985eb7c1d8964b267f646a928951890d9aa4c06564fd0cfff59e" }, "downloads": -1, "filename": "spotimote-1.0.1.tar.gz", "has_sig": false, "md5_digest": "615a080c54701c45aeaf4cc7848d6c7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4600, "upload_time": "2015-02-18T16:03:20", "url": "https://files.pythonhosted.org/packages/a5/7c/6e3b088fe1047eb27683961aebf74dd34e3a838bbb3e30005663edb0763e/spotimote-1.0.1.tar.gz" } ] }