{
"info": {
"author": "Jasper Gerth",
"author_email": "jaspergerth@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Environment :: No Input/Output (Daemon)",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2",
"Topic :: Multimedia :: Sound/Audio :: Players"
],
"description": "****************************\nMopidy-GPIOcont\n****************************\n\n.. image:: https://img.shields.io/pypi/v/Mopidy-GPIOcont.svg?style=flat\n :target: https://pypi.python.org/pypi/Mopidy-GPIOcont/\n :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/travis/jaspergerth/mopidy-gpiocont/master.svg?style=flat\n :target: https://travis-ci.org/jaspergerth/mopidy-gpiocont\n :alt: Travis CI build status\n\n.. image:: https://img.shields.io/coveralls/jaspergerth/mopidy-gpiocont/master.svg?style=flat\n :target: https://coveralls.io/r/jaspergerth/mopidy-gpiocont\n :alt: Test coverage\n\nThis is an extension for Mopidy to control your music via buttons. There are 4 dedicated playlist buttons, when pressed\na playlist starts. Volume control is done via a rotary encoder and the LCD screen displays relevant information.\n\n\nInstallation\n============\n\nInstall by running::\n\n pip install Mopidy-GPIOcont\n\nOr, if available, install the Debian/Ubuntu package from `apt.mopidy.com\n`_.\n\n\nConfiguration\n=============\n\nBefore starting Mopidy, you must add configuration for\nMopidy-GPIOcont to your Mopidy configuration file (Note that the list_name are strings and should not be followed by a space)::\n\n [gpiocont]\n enabled = true\n play_pin = 4\n next_pin = 23\n prev_pin = 24\n vol_a_pin = 17\n vol_b_pin = 18\n vol_bounce_time = 10\n vol_change = 2\n list1_pin = 6\n list2_pin = 13\n list3_pin = 19\n list4_pin = 26\n list1_name = Awesome Mix Vol.1\n list2_name = Awesome Mix Vol.2\n list3_name = Heerenhuis UU7\n list4_name = Loge, koffie!\n lcd_enable = true\n lcd_address = 38\n lcd_port = 1\n\nThe configuration shown here is also the default configuration. Below is an explanation for each setting\n(Pins are in BCM mode you can see `here `_ what your pin numbers are.).\n\nSince Mopidy-GPIOcont uses the internal pullup resistors of your Raspberry, buttons should be connected as:\n\n[Pin] -> [Button] -> [Ground].\n\nConfiguration options\n=====================\nNot all config values have to be set, below is an explanation for each configuration value.\n\nREQUIRED\n\n``enabled``: If the extension is enabled or not.\n\n``list_name``: Name of your dedicated playlist (no trailing spaces).\n\n``lcd_address``: Address of your LCD screen on the I2C bus. Hexadecimal without the leading \"0x\".\nCan be found with ``sudo i2cdetect -y 1`` or ``sudo i2cdetect -y 0``.\nThis command uses the i2c-tools ``sudo apt-get install i2c-tools``.\n\nOPTIONAL (Else default values are used)\n\n``play_pin``: Location of your play/pause button.\n\n``next_pin`` and ``prev_pin`` : Location of your next and previous button.\n\n``vol_a_pin``: Location of channel A of your rotary encoder (also sometimes CLK).\n\n``vol_b_pin``: Location of channel B of your rotary encoder (also sometimes DT).\n\n``list_pin``: Location of your dedicated playlist buttons.\n\n``lcd_enable``: If you want to enable your LCD screen.\n\n``lcd_port``: Port of the I2C bus (0 for RasPi 1 and 1 for Raspi 2/3).\n\n\nThese two settings have to be adjusted to fit your rotary encoder if your volume control is not working well.\n\n``vol_bounce_time``: Time in milliseconds to wait before another edge is detected on channel A.\n\n``vol_change``: Change in volume (up/down) per detected edge on channel A.\n\n\n\n\n\n\n\nProject resources\n=================\n\n- `Source code `_\n- `Issue tracker `_\n- `Development branch tarball `_\n\n\nCredits\n=======\n\n- Original author: `Jasper Gerth `_\n\n\nChangelog\n=========\n\nv0.2.0 (UNRELEASED)\n----------------------------------------\n- Play/Pause working\n- Prev/Next working\n- Dedicated playlist pins working\n- LCD screen working (Only used on boot)\n\nv0.1.0 (UNRELEASED)\n----------------------------------------\n\n- Initial release.\n\n",
"description_content_type": null,
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/jaspergerth/mopidy-gpiocont",
"keywords": "",
"license": "Apache License, Version 2.0",
"maintainer": "",
"maintainer_email": "",
"name": "Mopidy-GPIOcont",
"package_url": "https://pypi.org/project/Mopidy-GPIOcont/",
"platform": "",
"project_url": "https://pypi.org/project/Mopidy-GPIOcont/",
"project_urls": {
"Homepage": "https://github.com/jaspergerth/mopidy-gpiocont"
},
"release_url": "https://pypi.org/project/Mopidy-GPIOcont/0.2.2/",
"requires_dist": null,
"requires_python": "",
"summary": "Extension to control musicbox via gpio.",
"version": "0.2.2"
},
"last_serial": 3081154,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "c006f377ae8b3b051ee38c571e7a2ff8",
"sha256": "0c9bdb8a9eaa930b7a7f4e579e76007e0e02818eef47e07ebb53ca92ad57965c"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "c006f377ae8b3b051ee38c571e7a2ff8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7442,
"upload_time": "2017-08-01T12:30:29",
"url": "https://files.pythonhosted.org/packages/bd/16/56e4b8a58dbd31f7158f98429ffa65aa31889ea5770cbbeb4d2969fefea9/Mopidy-GPIOcont-0.1.0.tar.gz"
}
],
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "b4b617f32f77460003c38d2a2a0685df",
"sha256": "b2cdef632e81db646531afa1ecd844498b02d3efdf5634141080d42843e981d2"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "b4b617f32f77460003c38d2a2a0685df",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7710,
"upload_time": "2017-08-01T13:01:34",
"url": "https://files.pythonhosted.org/packages/7f/90/10a7044096c1c8e3708cac4128cc1684dc6c94b2f8c6f8a4cfeb582e5a08/Mopidy-GPIOcont-0.1.1.tar.gz"
}
],
"0.1.10": [
{
"comment_text": "",
"digests": {
"md5": "7ee73ffd139120e0f42445fdab04e252",
"sha256": "357a26011b7e59bc270daf5611752f5ffab8271de0762b1d58cee97c179d1492"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.10.tar.gz",
"has_sig": false,
"md5_digest": "7ee73ffd139120e0f42445fdab04e252",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7816,
"upload_time": "2017-08-04T11:29:38",
"url": "https://files.pythonhosted.org/packages/f2/cf/9f165e1e89c30115f7bb3d298020a53d3f4449e4ed6f85e94923d587a72f/Mopidy-GPIOcont-0.1.10.tar.gz"
}
],
"0.1.11": [
{
"comment_text": "",
"digests": {
"md5": "3929bbe0719bd715e75e2252f9225b7c",
"sha256": "20484368301d03c4adf1859904a736634e5cb9fd78a8f8d9f32fec68ccb359a6"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.11.tar.gz",
"has_sig": false,
"md5_digest": "3929bbe0719bd715e75e2252f9225b7c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7890,
"upload_time": "2017-08-04T11:43:05",
"url": "https://files.pythonhosted.org/packages/25/93/3b928c3268529d503ec2d4773ac488b2db39fa86e227b5bb5b94daea6cf9/Mopidy-GPIOcont-0.1.11.tar.gz"
}
],
"0.1.12": [
{
"comment_text": "",
"digests": {
"md5": "6dc8ec0e009a93dcda11d98900248716",
"sha256": "2f17274320b30d2daf3f63508a4505d6cfcee76cdd84aee70707d9eecf4e0371"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.12.tar.gz",
"has_sig": false,
"md5_digest": "6dc8ec0e009a93dcda11d98900248716",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7921,
"upload_time": "2017-08-04T11:52:17",
"url": "https://files.pythonhosted.org/packages/20/67/fc6d077aba51f2226a5fab4003ccf43888780452fd7d2e66dad2af7b3427/Mopidy-GPIOcont-0.1.12.tar.gz"
}
],
"0.1.14": [
{
"comment_text": "",
"digests": {
"md5": "d52e9024c79340ee54b3cd316cf4a57c",
"sha256": "13febd155a14ba06d1e5ee321faef42e8abe44fb2dfa21bae7a8fe56b18a3021"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.14.tar.gz",
"has_sig": false,
"md5_digest": "d52e9024c79340ee54b3cd316cf4a57c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7813,
"upload_time": "2017-08-04T12:02:35",
"url": "https://files.pythonhosted.org/packages/84/d2/763de5633c0ba98148aed2e953df4916a142a0c6e56e0632be90d2e80138/Mopidy-GPIOcont-0.1.14.tar.gz"
}
],
"0.1.15": [
{
"comment_text": "",
"digests": {
"md5": "86c99f69b4525cfaf3a902a128271449",
"sha256": "9b01ffa036c5e7bdc1b2cd8197cb2b39f46d3b12659146a8aa6aab2cb58bce08"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.15.tar.gz",
"has_sig": false,
"md5_digest": "86c99f69b4525cfaf3a902a128271449",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7841,
"upload_time": "2017-08-04T12:50:52",
"url": "https://files.pythonhosted.org/packages/48/4a/4ed61131fe0f16c90fb8eb8e192ba14e4667e52bed4e9aa0f19c3ac8061e/Mopidy-GPIOcont-0.1.15.tar.gz"
}
],
"0.1.16": [
{
"comment_text": "",
"digests": {
"md5": "e6f3c9096c2af686c1135bef8a1a20c0",
"sha256": "6be22c111bea1fe56b28d16f13c95fb821d323818bc211896462aa7876a88bbd"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.16.tar.gz",
"has_sig": false,
"md5_digest": "e6f3c9096c2af686c1135bef8a1a20c0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7845,
"upload_time": "2017-08-04T13:03:19",
"url": "https://files.pythonhosted.org/packages/5a/81/148cccb5b0465f37d162d6b6ede6a1ddf4426f35e7171267c7ecac978c66/Mopidy-GPIOcont-0.1.16.tar.gz"
}
],
"0.1.17": [
{
"comment_text": "",
"digests": {
"md5": "b7a138cd436391539948a3b470c9b027",
"sha256": "aa93fbf4bd7f1fa313776a736cd99c2d743c5080390c0d9d6114c8f3b7dcfc7b"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.17.tar.gz",
"has_sig": false,
"md5_digest": "b7a138cd436391539948a3b470c9b027",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7854,
"upload_time": "2017-08-04T13:19:46",
"url": "https://files.pythonhosted.org/packages/2c/6e/153c28f721fea693e9614b71071dd846c19d9af7dea2bade5e0cedece289/Mopidy-GPIOcont-0.1.17.tar.gz"
}
],
"0.1.18": [
{
"comment_text": "",
"digests": {
"md5": "18c792fab1ce68c9a77ad466d231f6d7",
"sha256": "eda99d7287646bff9db8035738870db253827387b6b3934ac72d27f3a549a8d9"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.18.tar.gz",
"has_sig": false,
"md5_digest": "18c792fab1ce68c9a77ad466d231f6d7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7810,
"upload_time": "2017-08-04T13:31:12",
"url": "https://files.pythonhosted.org/packages/a8/52/4f50baf23c295aa8e6221e2ab26cca9a00b63e0cdda0dc79ab13ea43eb90/Mopidy-GPIOcont-0.1.18.tar.gz"
}
],
"0.1.19": [
{
"comment_text": "",
"digests": {
"md5": "a9b0dc5da8fe6d8b9bc82741ffa8ea30",
"sha256": "a3a8ac3cf5ccbe5aa62b87317e71b6339ceb2045d063c324d61a635976ad269e"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.19.tar.gz",
"has_sig": false,
"md5_digest": "a9b0dc5da8fe6d8b9bc82741ffa8ea30",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7794,
"upload_time": "2017-08-04T13:41:04",
"url": "https://files.pythonhosted.org/packages/02/0e/0882da6599ecc79188194aedce67690841b8ff39310e728e47b678eaa3bd/Mopidy-GPIOcont-0.1.19.tar.gz"
}
],
"0.1.2": [
{
"comment_text": "",
"digests": {
"md5": "76e606e67e2c18ebd839dcd3dff6bfde",
"sha256": "132f29e993715d8b0dcf3359725791d6294804b82cef672b368b2f72a5eefff2"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "76e606e67e2c18ebd839dcd3dff6bfde",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7686,
"upload_time": "2017-08-01T13:23:55",
"url": "https://files.pythonhosted.org/packages/bd/22/e586799d8d0a922fe0e14176faae76c54751d67fcf2e7b2b8e0899c7918a/Mopidy-GPIOcont-0.1.2.tar.gz"
}
],
"0.1.20": [
{
"comment_text": "",
"digests": {
"md5": "68e6f8c10fbcd35325f745783abbcfdd",
"sha256": "c6d700a6e3924a99c63600a283c28d0de4a9e3203df714aac6c5bcc075e78c9c"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.20.tar.gz",
"has_sig": false,
"md5_digest": "68e6f8c10fbcd35325f745783abbcfdd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8081,
"upload_time": "2017-08-04T13:56:10",
"url": "https://files.pythonhosted.org/packages/a6/3d/3a0c7f8351ba29c0ac936ce730fbc0523fe45cff3ef130766974bc52083a/Mopidy-GPIOcont-0.1.20.tar.gz"
}
],
"0.1.21": [
{
"comment_text": "",
"digests": {
"md5": "22ad8af354fafadc9e33fb00ecf91702",
"sha256": "291a126036786f6595920fccb73ccb436c263d00db26588acba968430b7e9558"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.21.tar.gz",
"has_sig": false,
"md5_digest": "22ad8af354fafadc9e33fb00ecf91702",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8156,
"upload_time": "2017-08-04T14:51:05",
"url": "https://files.pythonhosted.org/packages/89/36/7abca120179ceefd3700808d4a165ad632197a912e72a5d84e2720beaf43/Mopidy-GPIOcont-0.1.21.tar.gz"
}
],
"0.1.22": [
{
"comment_text": "",
"digests": {
"md5": "f2f1dfd898346bcdb0bedf9721cdfa6d",
"sha256": "1da01746432ca20c15fbd99a350b32d11ed1c8142907ebc5425f5489a0429f9c"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.22.tar.gz",
"has_sig": false,
"md5_digest": "f2f1dfd898346bcdb0bedf9721cdfa6d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8237,
"upload_time": "2017-08-04T15:03:15",
"url": "https://files.pythonhosted.org/packages/a5/34/1662dc980a6f1bf3016e7de4a3ffbf8a0d46420f6dfb1f4f199b1c3199e8/Mopidy-GPIOcont-0.1.22.tar.gz"
}
],
"0.1.23": [
{
"comment_text": "",
"digests": {
"md5": "0d38eedc883dfe7ac30435c6784fb576",
"sha256": "e725525a562be96d9163655d2879030c9ef3a4309d7cc5ef6aca4abf150831e8"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.23.tar.gz",
"has_sig": false,
"md5_digest": "0d38eedc883dfe7ac30435c6784fb576",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8233,
"upload_time": "2017-08-04T15:15:35",
"url": "https://files.pythonhosted.org/packages/73/02/b98fd2bfedf828444f0928f3c2fdb8e96d61577bca36ab77f1dd36a4eea7/Mopidy-GPIOcont-0.1.23.tar.gz"
}
],
"0.1.24": [
{
"comment_text": "",
"digests": {
"md5": "82972abfb3ff5bdda1b669600ebd41c1",
"sha256": "51394e47490cba679cbc94feadec16870a7e0beaef32928f4e33f16e688269d5"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.24.tar.gz",
"has_sig": false,
"md5_digest": "82972abfb3ff5bdda1b669600ebd41c1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8234,
"upload_time": "2017-08-04T15:19:36",
"url": "https://files.pythonhosted.org/packages/48/01/0e567af6d3cc9331fcac3d404bba1a49c35f8b0ef33038633f05a605d8c7/Mopidy-GPIOcont-0.1.24.tar.gz"
}
],
"0.1.25": [
{
"comment_text": "",
"digests": {
"md5": "601580f7f1be687e9102f425d39d837e",
"sha256": "1d323624bb703fa2eb1946a2d32cea6506bc03ed2b1b29b03f6b698e35bd60eb"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.25.tar.gz",
"has_sig": false,
"md5_digest": "601580f7f1be687e9102f425d39d837e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8225,
"upload_time": "2017-08-05T09:25:33",
"url": "https://files.pythonhosted.org/packages/32/e7/68a0f15402c48db2a56b1938aa5315e2c4fbb5f712bc83b073861308f178/Mopidy-GPIOcont-0.1.25.tar.gz"
}
],
"0.1.26": [
{
"comment_text": "",
"digests": {
"md5": "9fb130dc1e65c09e0c3feb285df31a25",
"sha256": "3cc07c460932eb1fa6b96ffd7cd73894ca62c144672c8ad313b606a354ef6c7e"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.26.tar.gz",
"has_sig": false,
"md5_digest": "9fb130dc1e65c09e0c3feb285df31a25",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8230,
"upload_time": "2017-08-05T09:35:18",
"url": "https://files.pythonhosted.org/packages/5a/b9/435b59cc903821971750216cba3c18d72fbe224a0428d1b7c3fc8bacaaea/Mopidy-GPIOcont-0.1.26.tar.gz"
}
],
"0.1.27": [
{
"comment_text": "",
"digests": {
"md5": "82b5ac52d4e2ee84567575120e1383b5",
"sha256": "e4fa71851e1a3574b5a3e0b5810fc0d2ad1bedc92b6b68e8b6de73295422af34"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.27.tar.gz",
"has_sig": false,
"md5_digest": "82b5ac52d4e2ee84567575120e1383b5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8172,
"upload_time": "2017-08-05T09:41:29",
"url": "https://files.pythonhosted.org/packages/ce/a8/fb41e8927f6afe2561373734ae6cf3f54dc6eca494dbd3c8e6a6152f09b9/Mopidy-GPIOcont-0.1.27.tar.gz"
}
],
"0.1.28": [
{
"comment_text": "",
"digests": {
"md5": "4fc1926620cdbf6c7c5101aa06ef90cf",
"sha256": "1b5db45d5575cf1140cebb405b30badd542b988f5c88332e1d3e6157eafce151"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.28.tar.gz",
"has_sig": false,
"md5_digest": "4fc1926620cdbf6c7c5101aa06ef90cf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8181,
"upload_time": "2017-08-05T09:47:10",
"url": "https://files.pythonhosted.org/packages/39/f8/c9117e0d7005ee02959f7cf926edc4f4d58e08a393ba934c6ca5f70ff93d/Mopidy-GPIOcont-0.1.28.tar.gz"
}
],
"0.1.29": [
{
"comment_text": "",
"digests": {
"md5": "2079fa9c4c4f46cd56d79d6126e35615",
"sha256": "d9546ae2a5f6a64f81cd6838b917da431000b0a8297f2802a06dc16362a94d26"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.29.tar.gz",
"has_sig": false,
"md5_digest": "2079fa9c4c4f46cd56d79d6126e35615",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8181,
"upload_time": "2017-08-05T14:27:03",
"url": "https://files.pythonhosted.org/packages/98/01/1fb54742eaae6050dbb48d51897b36fc54dc4fd0807718c453c382609992/Mopidy-GPIOcont-0.1.29.tar.gz"
}
],
"0.1.3": [
{
"comment_text": "",
"digests": {
"md5": "482bfb32821c2c18a6ced05cda4e5c1f",
"sha256": "0217c82b6b176d9fda99eb82423f45897dfbe29bf7e327d44e7f710e47b31457"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "482bfb32821c2c18a6ced05cda4e5c1f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7685,
"upload_time": "2017-08-03T12:07:56",
"url": "https://files.pythonhosted.org/packages/ed/75/cd56dd6235c9f0959cc03691603771a5d6f28ef50276e0c90e10de7d95fa/Mopidy-GPIOcont-0.1.3.tar.gz"
}
],
"0.1.30": [
{
"comment_text": "",
"digests": {
"md5": "b85dfd781cf67acbefe4effb45d55ec1",
"sha256": "18a3072351dc949c98a26f12f9688223d05c2ac2f1a8030e88a5faa40822d19e"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.30.tar.gz",
"has_sig": false,
"md5_digest": "b85dfd781cf67acbefe4effb45d55ec1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8198,
"upload_time": "2017-08-05T14:38:34",
"url": "https://files.pythonhosted.org/packages/e3/00/64c2d413e9344899b0d86f760447c0070015b23f3805abbf365e9fc7f129/Mopidy-GPIOcont-0.1.30.tar.gz"
}
],
"0.1.31": [
{
"comment_text": "",
"digests": {
"md5": "8b5c11407f5cf540e0e563b1ed3a3138",
"sha256": "38ce8bfe461c589494417c88edac9734b3c1b9e68fab1f181b7463e739b74815"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.31.tar.gz",
"has_sig": false,
"md5_digest": "8b5c11407f5cf540e0e563b1ed3a3138",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8251,
"upload_time": "2017-08-05T15:00:46",
"url": "https://files.pythonhosted.org/packages/95/64/0388154c75041b136f28227514223d1c65b55d9af020b2a9819e56c59ffa/Mopidy-GPIOcont-0.1.31.tar.gz"
}
],
"0.1.32": [
{
"comment_text": "",
"digests": {
"md5": "dfc4660a7c4ee751ea115a6a961897ac",
"sha256": "f4e0b38fa9522604b71f3d2e7b89388874b18f1f0d64c59e054350bf2ad1e562"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.32.tar.gz",
"has_sig": false,
"md5_digest": "dfc4660a7c4ee751ea115a6a961897ac",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8214,
"upload_time": "2017-08-05T15:12:15",
"url": "https://files.pythonhosted.org/packages/47/bf/d6582f69bfc33e16fc7bbedbf73c8ed4957e2bd8bf63c8a667eb379fdea2/Mopidy-GPIOcont-0.1.32.tar.gz"
}
],
"0.1.33": [
{
"comment_text": "",
"digests": {
"md5": "8568a9a7083cea156fa7a2ce6957b189",
"sha256": "ff54acd7d1becc8eda86e0bbbc285af78f9577a9717ca343694fcdcb2f0c3e32"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.33.tar.gz",
"has_sig": false,
"md5_digest": "8568a9a7083cea156fa7a2ce6957b189",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8213,
"upload_time": "2017-08-05T15:30:00",
"url": "https://files.pythonhosted.org/packages/78/a8/dbe245edabe67cd7074f83c97db48530ffe2b9c599cdc2e7cfee72b0ef33/Mopidy-GPIOcont-0.1.33.tar.gz"
}
],
"0.1.34": [
{
"comment_text": "",
"digests": {
"md5": "a738f7600475f5103df6a04d4ceaf859",
"sha256": "ebe0de54cd24038e1858c9da906759b1e2c7935a9e221a755a8a86f7a59d6e2a"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.34.tar.gz",
"has_sig": false,
"md5_digest": "a738f7600475f5103df6a04d4ceaf859",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8221,
"upload_time": "2017-08-05T15:37:49",
"url": "https://files.pythonhosted.org/packages/5f/d3/698b7ce2929069da4c67018e4191738c73832aaf7cdd725432e93653b345/Mopidy-GPIOcont-0.1.34.tar.gz"
}
],
"0.1.35": [
{
"comment_text": "",
"digests": {
"md5": "bdd1237315d16d2dbb3843dda2b663b5",
"sha256": "cf459ce40c1d3e43c3d0993fcbb181ec504ecb13b32e4e245921f497e143ccf0"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.35.tar.gz",
"has_sig": false,
"md5_digest": "bdd1237315d16d2dbb3843dda2b663b5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8229,
"upload_time": "2017-08-05T15:51:13",
"url": "https://files.pythonhosted.org/packages/6a/6f/db00c4141559d77d9580ce575b94133d71c6e86b04447f474df5b97034f6/Mopidy-GPIOcont-0.1.35.tar.gz"
}
],
"0.1.36": [
{
"comment_text": "",
"digests": {
"md5": "cff9fae0b37bfb0dff6205d48cde78bc",
"sha256": "1f108fa257aec4a19fef5014c55dd7417ece33ea4bc85824b39759ec3d96b4c2"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.36.tar.gz",
"has_sig": false,
"md5_digest": "cff9fae0b37bfb0dff6205d48cde78bc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8392,
"upload_time": "2017-08-05T16:08:12",
"url": "https://files.pythonhosted.org/packages/a1/31/6c3ea068c323daf2ea602a445d3fa6abdfc5956955eb8904b150521ff99e/Mopidy-GPIOcont-0.1.36.tar.gz"
}
],
"0.1.37": [
{
"comment_text": "",
"digests": {
"md5": "afab0f2790646de26094e7297c7a5210",
"sha256": "278a6302462b50b83ed433bbc5c62bc1825ade69dc7f4d8c3fe71574b3f5cc08"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.37.tar.gz",
"has_sig": false,
"md5_digest": "afab0f2790646de26094e7297c7a5210",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8396,
"upload_time": "2017-08-05T16:18:04",
"url": "https://files.pythonhosted.org/packages/71/84/7fe8d79ee03be78f7b36d2f4e253fe5a37d679b41653f2efd2e9a94d85ab/Mopidy-GPIOcont-0.1.37.tar.gz"
}
],
"0.1.38": [
{
"comment_text": "",
"digests": {
"md5": "414047435b2d43696c4e91e21034693e",
"sha256": "5e89632c2612175240c4919928346eb4ccb412e9967c246aee9fba7cf0c86287"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.38.tar.gz",
"has_sig": false,
"md5_digest": "414047435b2d43696c4e91e21034693e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8551,
"upload_time": "2017-08-06T13:01:55",
"url": "https://files.pythonhosted.org/packages/65/c8/50fe6eee1f38147ff1cbc60021e9d97c00b097c6e377bd172f6da374f4bb/Mopidy-GPIOcont-0.1.38.tar.gz"
}
],
"0.1.39": [
{
"comment_text": "",
"digests": {
"md5": "c96ec9dca9ba55ed79eb19ee55d0d26e",
"sha256": "6c3333405d1f591a272db5427d5109fcebc1d7926a4821aab951bf51d9e45e32"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.39.tar.gz",
"has_sig": false,
"md5_digest": "c96ec9dca9ba55ed79eb19ee55d0d26e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8550,
"upload_time": "2017-08-06T13:24:12",
"url": "https://files.pythonhosted.org/packages/8e/a4/9387ed2a836bcb2c2c53925a2e05131c92d328c33862ccfa1ad5b51e5f1c/Mopidy-GPIOcont-0.1.39.tar.gz"
}
],
"0.1.4": [
{
"comment_text": "",
"digests": {
"md5": "ad62f767df146fd4dcf3b63b21691a3b",
"sha256": "98ca43645a9804029817090fa74c8af48dfe3def1fff2782dbf4c626d6d9e8a6"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "ad62f767df146fd4dcf3b63b21691a3b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7685,
"upload_time": "2017-08-03T12:27:00",
"url": "https://files.pythonhosted.org/packages/51/21/d60794110ab2f3760ffd0985daf2bba330b7712a8a242668a66ee7c56abd/Mopidy-GPIOcont-0.1.4.tar.gz"
}
],
"0.1.40": [
{
"comment_text": "",
"digests": {
"md5": "f214a3d2cbab16355b74723115a7e8e3",
"sha256": "725535141e7f5ee787eff32c8de00fd2c0e0a7fc7df6d0e31e934952e044a2a4"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.40.tar.gz",
"has_sig": false,
"md5_digest": "f214a3d2cbab16355b74723115a7e8e3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8828,
"upload_time": "2017-08-06T21:04:39",
"url": "https://files.pythonhosted.org/packages/55/99/736b809ab9a795ffb4511eb72e1eb11abdf3ad899e9548ef198e015b5c5b/Mopidy-GPIOcont-0.1.40.tar.gz"
}
],
"0.1.41": [
{
"comment_text": "",
"digests": {
"md5": "89b287288572c776a54e6b78d558cc22",
"sha256": "e70f8c66bb44f3917f055812924bff125c9af0fa0bc4b819990991c186ae3d38"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.41.tar.gz",
"has_sig": false,
"md5_digest": "89b287288572c776a54e6b78d558cc22",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8831,
"upload_time": "2017-08-06T21:43:53",
"url": "https://files.pythonhosted.org/packages/a9/77/89ff09e4d515f30851ea470c1b213e527c7fdb15a239c1a905d1237cdd25/Mopidy-GPIOcont-0.1.41.tar.gz"
}
],
"0.1.5": [
{
"comment_text": "",
"digests": {
"md5": "b93b35211da0d0944d0d59dbe50d9df1",
"sha256": "26d8cdfd99b0a54a2c54bf69a2eb439e5ef971fa1968260d9fe3b769964478d0"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.5.tar.gz",
"has_sig": false,
"md5_digest": "b93b35211da0d0944d0d59dbe50d9df1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7717,
"upload_time": "2017-08-03T14:09:03",
"url": "https://files.pythonhosted.org/packages/df/ac/c8ce83820898c8b37318e9d42c3ebb826cbbcb62b99ee88e106afb379826/Mopidy-GPIOcont-0.1.5.tar.gz"
}
],
"0.1.6": [
{
"comment_text": "",
"digests": {
"md5": "910bfeda13bf447d97fa856d8f3b6138",
"sha256": "350a6392b04ab329cb7291bd746a5d13dce5ca23e06024e65eae1b4204746c4b"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "910bfeda13bf447d97fa856d8f3b6138",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7732,
"upload_time": "2017-08-03T14:51:45",
"url": "https://files.pythonhosted.org/packages/12/7c/27a2b1fd090c606cc22e49caa2e6be82d698017f6a59a46d48dffb9fd194/Mopidy-GPIOcont-0.1.6.tar.gz"
}
],
"0.1.7": [
{
"comment_text": "",
"digests": {
"md5": "4922f63f420893a6995bb38086ae84e6",
"sha256": "71df32decbd9968cb7999275c76c2aa338f73386f7c65148759d7cd29aed0910"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.7.tar.gz",
"has_sig": false,
"md5_digest": "4922f63f420893a6995bb38086ae84e6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7769,
"upload_time": "2017-08-03T15:06:05",
"url": "https://files.pythonhosted.org/packages/8a/25/f617784430c5d98176a7153c96078060402acb8b691cbae42724a07d741f/Mopidy-GPIOcont-0.1.7.tar.gz"
}
],
"0.1.8": [
{
"comment_text": "",
"digests": {
"md5": "88c86dcb70e41bda5c0477f66be6e74a",
"sha256": "ed8e00ad2366cd6d8701de7682f45b49a00ce161acaca53ff57244216ef1d5f8"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.8.tar.gz",
"has_sig": false,
"md5_digest": "88c86dcb70e41bda5c0477f66be6e74a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7771,
"upload_time": "2017-08-03T15:08:49",
"url": "https://files.pythonhosted.org/packages/3c/6c/d39e881c91146b71e54b097b9f2f0a319967e908dba492c77ff5ce461b67/Mopidy-GPIOcont-0.1.8.tar.gz"
}
],
"0.1.9": [
{
"comment_text": "",
"digests": {
"md5": "71197ca0925a1ac780c53e504a1e7afb",
"sha256": "17ade6fd83cb7364c14db2bb064222b0f662f3a73c810edba6381ddeb06ac3ea"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.1.9.tar.gz",
"has_sig": false,
"md5_digest": "71197ca0925a1ac780c53e504a1e7afb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7865,
"upload_time": "2017-08-04T11:02:41",
"url": "https://files.pythonhosted.org/packages/d0/f4/0dd6332a5d3570a14d83fca0c1dbc2cd67c560be549859773a703190a15b/Mopidy-GPIOcont-0.1.9.tar.gz"
}
],
"0.2.0": [
{
"comment_text": "",
"digests": {
"md5": "8a9e8a0e562efafc081f3b82923b68d1",
"sha256": "392d876b91bf490ac8ff762464f5d43934d297ec43e4ba84bfc7beeb3b29f315"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "8a9e8a0e562efafc081f3b82923b68d1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10691,
"upload_time": "2017-08-07T22:44:09",
"url": "https://files.pythonhosted.org/packages/fd/11/85f36effa3071c6f704204ce94e510a9b296529074426ba67a22ae350797/Mopidy-GPIOcont-0.2.0.tar.gz"
}
],
"0.2.1": [
{
"comment_text": "",
"digests": {
"md5": "4f43b9671b36276ee8da7b6cbc16390a",
"sha256": "a70307cb914e37d5feec5e2d8ac1ac5a574bfde5cce6ef71de57595b6717b07d"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "4f43b9671b36276ee8da7b6cbc16390a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11954,
"upload_time": "2017-08-08T13:14:00",
"url": "https://files.pythonhosted.org/packages/48/8c/5e63425847cb26e93b907e31e50e6fd441a66189af8fd6937c027798c240/Mopidy-GPIOcont-0.2.1.tar.gz"
}
],
"0.2.2": [
{
"comment_text": "",
"digests": {
"md5": "df4d5070d5127c6db0eb7f5cf0c8fbce",
"sha256": "daf6942be183a10c20d825e70ae43fc7dcc18b4bb7247a9cb4546da1f0af8ff0"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "df4d5070d5127c6db0eb7f5cf0c8fbce",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12001,
"upload_time": "2017-08-08T13:46:08",
"url": "https://files.pythonhosted.org/packages/e4/21/cf53d26400c7b8b5a4587fdb6525305628c07eb46a7bee56775075d80d1c/Mopidy-GPIOcont-0.2.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "df4d5070d5127c6db0eb7f5cf0c8fbce",
"sha256": "daf6942be183a10c20d825e70ae43fc7dcc18b4bb7247a9cb4546da1f0af8ff0"
},
"downloads": -1,
"filename": "Mopidy-GPIOcont-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "df4d5070d5127c6db0eb7f5cf0c8fbce",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12001,
"upload_time": "2017-08-08T13:46:08",
"url": "https://files.pythonhosted.org/packages/e4/21/cf53d26400c7b8b5a4587fdb6525305628c07eb46a7bee56775075d80d1c/Mopidy-GPIOcont-0.2.2.tar.gz"
}
]
}