{ "info": { "author": "Philip Howard", "author_email": "phil@gadgetoid.com", "bugtrack_url": null, "classifiers": [], "description": "Note\n~~~~\n\nThis is an unofficial port of Gordon's WiringPi library. Please do not\nemail Gordon if you have issues, he will not be able to help.\n\nFor support, comments, questions, etc please join the WiringPi Discord\nchannel: https://discord.gg/SM4WUVG\n\nWiringPi for Python\n===================\n\nWiringPi: An implementation of most of the Arduino Wiring functions for\nthe Raspberry Pi.\n\nWiringPi implements new functions for managing IO expanders.\n\nQuick Install\n=============\n\n.. image:: https://badge.fury.io/py/wiringpi.svg\n :alt: PyPI version badge\n :target: https://pypi.org/project/wiringpi/\n\nThe library is packaged on PyPI and can be installed with pip:\n\n``pip install wiringpi``\n\nUsage\n=====\n\n.. code:: python\n\n import wiringpi\n\n # One of the following MUST be called before using IO functions:\n wiringpi.wiringPiSetup() # For sequential pin numbering\n # OR\n wiringpi.wiringPiSetupSys() # For /sys/class/gpio with GPIO pin numbering\n # OR\n wiringpi.wiringPiSetupGpio() # For GPIO pin numbering\n\n**General IO:**\n\n.. code:: python\n\n wiringpi.pinMode(6, 1) # Set pin 6 to 1 ( OUTPUT )\n wiringpi.digitalWrite(6, 1) # Write 1 ( HIGH ) to pin 6\n wiringpi.digitalRead(6) # Read pin 6\n\n**Setting up a peripheral:**\n\nWiringPi supports expanding your range of available \"pins\" by setting up\na port expander. The implementation details of your port expander will\nbe handled transparently, and you can write to the additional pins\n(starting from PIN\\_OFFSET >= 64) as if they were normal pins on the Pi.\n\n.. code:: python\n\n wiringpi.mcp23017Setup(PIN_OFFSET, I2C_ADDR)\n\nThis example was tested on a quick2wire board with one digital IO\nexpansion board connected via I2C:\n\n.. code:: python\n\n wiringpi.mcp23017Setup(65, 0x20)\n wiringpi.pinMode(65, 1)\n wiringpi.digitalWrite(65, 1)\n\n**Soft Tone:**\n\nHook a speaker up to your Pi and generate music with softTone. Also\nuseful for generating frequencies for other uses such as modulating A/C.\n\n.. code:: python\n\n wiringpi.softToneCreate(PIN)\n wiringpi.softToneWrite(PIN, FREQUENCY)\n\n**Bit shifting:**\n\n.. code:: python\n\n wiringpi.shiftOut(1, 2, 0, 123) # Shift out 123 (b1110110, byte 0-255) to data pin 1, clock pin 2\n\n**Serial:**\n\n.. code:: python\n\n serial = wiringpi.serialOpen('/dev/ttyAMA0', 9600) # Requires device/baud and returns an ID\n wiringpi.serialPuts(serial, \"hello\")\n wiringpi.serialClose(serial) # Pass in ID\n\n**SPI:**\n\nThe ``wiringPiSPIDataRW()`` function needs to be passed a ``bytes``\nobject in Python 3. In Python 2, it takes a string. The following should\nwork in either Python 2 or 3:\n\n.. code:: python\n\n wiringpi.wiringPiSPISetup(channel, speed)\n buf = bytes([your data here])\n retlen, retdata = wiringpi.wiringPiSPIDataRW(0, buf)\n\nNow, ``retlen`` will contain the number of bytes received/read by the\ncall. ``retdata`` will contain the data itself, and in Python 3, ``buf``\nwill have been modified to contain it as well (that won't happen in\nPython 2, because then ``buf`` is a string, and strings are immutable).\n\n**Full details of the API at:** http://www.wiringpi.com\n\nManual Build\n============\n\nGet/setup repo\n--------------\n\n.. code:: bash\n\n git clone --recursive https://github.com/WiringPi/WiringPi-Python.git\n cd WiringPi-Python\n\nDon't forget the ``--recursive``; it is required to also pull in the\nWiringPi C code from its own repository.\n\nPrerequisites\n-------------\n\nTo rebuild the bindings you **must** first have installed ``swig``,\n``python-dev``, and ``python-setuptools`` (or their ``python3-``\nequivalents). WiringPi should also be installed system-wide for access\nto the ``gpio`` tool.\n\n.. code:: bash\n\n sudo apt-get install python-dev python-setuptools swig wiringpi\n\nBuild & install with\n--------------------\n\n``sudo python setup.py install``\n\nOr Python 3:\n\n``sudo python3 setup.py install``\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/WiringPi/WiringPi-Python/", "keywords": "", "license": "LGPL", "maintainer": "", "maintainer_email": "", "name": "wiringpi", "package_url": "https://pypi.org/project/wiringpi/", "platform": "", "project_url": "https://pypi.org/project/wiringpi/", "project_urls": { "Homepage": "https://github.com/WiringPi/WiringPi-Python/" }, "release_url": "https://pypi.org/project/wiringpi/2.46.0/", "requires_dist": null, "requires_python": "", "summary": "A python interface to WiringPi 2.0 library which allows for easily interfacing with the GPIO pins of the Raspberry Pi. Also supports i2c and SPI.", "version": "2.46.0" }, "last_serial": 4024396, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "15824b9608e1fb9969a23a8253119745", "sha256": "5cd49df5f448f0275c31b94ca62b430bae7a1953c00dae9a1ed6063c14a43ced" }, "downloads": -1, "filename": "wiringpi-1.0.tar.gz", "has_sig": false, "md5_digest": "15824b9608e1fb9969a23a8253119745", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40731, "upload_time": "2012-08-26T18:49:25", "url": "https://files.pythonhosted.org/packages/34/aa/e562d05e7797f4c8cb21b724e226448343b65b42d5ed20fb9524405157c4/wiringpi-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "4be176362221034235c41195836bddd3", "sha256": "45a5135ec8a9e183584524b327585b7b71e9ab412f06efaafd7385137216c597" }, "downloads": -1, "filename": "wiringpi-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4be176362221034235c41195836bddd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40773, "upload_time": "2012-08-26T18:53:36", "url": "https://files.pythonhosted.org/packages/d3/ed/17736d3f338ae03247746076603c275fd30d4cabed86f753911a3fa605c5/wiringpi-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "859e230e0e4d41eba10cbbba7647c085", "sha256": "6fea1c2ef3dd6456bc0a28f081839faae4c8371fb3181a0e6a9f1298b1814566" }, "downloads": -1, "filename": "wiringpi-1.0.2.tar.gz", "has_sig": false, "md5_digest": "859e230e0e4d41eba10cbbba7647c085", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39635, "upload_time": "2012-08-26T18:55:45", "url": "https://files.pythonhosted.org/packages/91/6d/4f738a7c949246e415bbf8b88c66d187f300acd163fd14526b7a7bfff0c2/wiringpi-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "5ae70e1a9e0f78c52818fb868723a5c8", "sha256": "8a33cdbfa9bf636a3ba971570fba1898f793a41d961007d2565eb972eefb34f0" }, "downloads": -1, "filename": "wiringpi-1.0.3.tar.gz", "has_sig": false, "md5_digest": "5ae70e1a9e0f78c52818fb868723a5c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40750, "upload_time": "2012-08-26T19:02:53", "url": "https://files.pythonhosted.org/packages/2a/fd/1b6c53018ce25f44a761a2b1de4148b4291af8747cc3112edc611c5e9577/wiringpi-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "05f3568dbd937784d706ea237a1f5dbc", "sha256": "5a92cfd3a62bbcc86b52ed30be5198a84b88fd53e2849cfde44aa2f91daa3c04" }, "downloads": -1, "filename": "wiringpi-1.0.4.tar.gz", "has_sig": false, "md5_digest": "05f3568dbd937784d706ea237a1f5dbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49519, "upload_time": "2012-08-26T19:24:19", "url": "https://files.pythonhosted.org/packages/ac/58/f38749e2652d1a091e16c85bd50be323825f043bf55dab60790f30f7e24e/wiringpi-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "6935aab700f571a148b2795c3010ffae", "sha256": "218a4af14f1bf86479c66e91fc1832d3bfd004dd01d7f2abcde00eeb54168db2" }, "downloads": -1, "filename": "wiringpi-1.0.5.tar.gz", "has_sig": false, "md5_digest": "6935aab700f571a148b2795c3010ffae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49936, "upload_time": "2012-08-26T19:32:35", "url": "https://files.pythonhosted.org/packages/80/eb/65782f6cbe53effa2cd08309d628d54974aa74b21e72637b8e6fd172eeb3/wiringpi-1.0.5.tar.gz" } ], "2.32.1": [ { "comment_text": "", "digests": { "md5": "bd92c7c7a50eeb2bdad8c9055967df1f", "sha256": "431fda6c3b58c093e545c9a6bafb005a49be80795f73c019587201f564288c84" }, "downloads": -1, "filename": "wiringpi-2.32.1.tar.gz", "has_sig": false, "md5_digest": "bd92c7c7a50eeb2bdad8c9055967df1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118329, "upload_time": "2016-03-09T12:24:50", "url": "https://files.pythonhosted.org/packages/87/ce/f59715ad93cbd0634ca771da9cb27b6ccc0c33f75bd5b99ba364ef20a1c5/wiringpi-2.32.1.tar.gz" } ], "2.44.0": [ { "comment_text": "", "digests": { "md5": "da30ec2869b4f1974d85672c511b4b1a", "sha256": "f879a845568e8f25f50fac1a803d513112184b962d524f87cc93923ea9902555" }, "downloads": -1, "filename": "wiringpi-2.44.0.tar.gz", "has_sig": false, "md5_digest": "da30ec2869b4f1974d85672c511b4b1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118243, "upload_time": "2017-04-30T11:20:39", "url": "https://files.pythonhosted.org/packages/04/ab/0474d6775c2416a3523a8db5e017a44cb1f0fe8df0629cf469cb21675691/wiringpi-2.44.0.tar.gz" } ], "2.44.1": [ { "comment_text": "", "digests": { "md5": "9d3ddebe712a7810b81402edf4166ad6", "sha256": "1486ee2efb3b28ed03c99ac9bc00d3d5adac6a0990255d3c9465955c75334d8e" }, "downloads": -1, "filename": "wiringpi-2.44.1.tar.gz", "has_sig": false, "md5_digest": "9d3ddebe712a7810b81402edf4166ad6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 129355, "upload_time": "2017-08-12T08:57:47", "url": "https://files.pythonhosted.org/packages/ab/d2/f213a81c0a01ecb8c113771997b985e19490c47bd4384c220462af192b04/wiringpi-2.44.1.tar.gz" } ], "2.44.3": [ { "comment_text": "", "digests": { "md5": "884be5ef6a2a763095170b95bce47705", "sha256": "0279fc493af0c4baba408b3c07048f6678d4f70408bdb83623d16ecc5aeffc6c" }, "downloads": -1, "filename": "wiringpi-2.44.3-cp27-cp27mu-linux_armv7l.whl", "has_sig": false, "md5_digest": "884be5ef6a2a763095170b95bce47705", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 241170, "upload_time": "2017-08-13T04:42:02", "url": "https://files.pythonhosted.org/packages/cc/71/b9671ca60cb1031699e0b370fd6f21710828543f3b336dac64ed3c88bdeb/wiringpi-2.44.3-cp27-cp27mu-linux_armv7l.whl" }, { "comment_text": "", "digests": { "md5": "0239328e5988f14898bfecef1dbc6d12", "sha256": "ab28b96f5c2f0c01ef6e81ecaec38d6d1ceba1000a6ded1508d38a2b531282cf" }, "downloads": -1, "filename": "wiringpi-2.44.3-cp34-cp34m-linux_armv7l.whl", "has_sig": false, "md5_digest": "0239328e5988f14898bfecef1dbc6d12", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 240608, "upload_time": "2017-08-13T04:42:04", "url": "https://files.pythonhosted.org/packages/b5/8a/a84b54deb0c17ae49f55433bc122dbc82c35c5e7bd35e604db079b925d4a/wiringpi-2.44.3-cp34-cp34m-linux_armv7l.whl" }, { "comment_text": "", "digests": { "md5": "84e15560ff9f335b288624e46016f617", "sha256": "6873ddf367835c651a182c6417d0df59ebe77863318a05da0954cfbf45b867ee" }, "downloads": -1, "filename": "wiringpi-2.44.3-cp35-cp35m-linux_armv7l.whl", "has_sig": false, "md5_digest": "84e15560ff9f335b288624e46016f617", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 256292, "upload_time": "2017-08-13T16:43:24", "url": "https://files.pythonhosted.org/packages/c8/19/72892a71eff5dbc80a1ab9fb2301a7ad52f4473ef8ec8ad3a4e1d8accb00/wiringpi-2.44.3-cp35-cp35m-linux_armv7l.whl" }, { "comment_text": "", "digests": { "md5": "620f3883b315d676d4444f7dedc8a369", "sha256": "c9e1dd02dd1ac9cec55403ecb8465aa7656ced9160cddf8d4a8396f5ed9c204a" }, "downloads": -1, "filename": "wiringpi-2.44.3.tar.gz", "has_sig": false, "md5_digest": "620f3883b315d676d4444f7dedc8a369", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 90147, "upload_time": "2017-08-13T04:42:06", "url": "https://files.pythonhosted.org/packages/19/cc/21ca42ae343b9b504c9db834f3b37af399b2a9f17e5a084c6a2612313e9b/wiringpi-2.44.3.tar.gz" } ], "2.44.4": [ { "comment_text": "", "digests": { "md5": "15894f28414769dda6de0ce5163a894f", "sha256": "5f6694b3a0d64ccb8dc9dc5aec3036daf0696eb66006592791c8685baeaa05ce" }, "downloads": -1, "filename": "wiringpi-2.44.4-cp27-cp27mu-linux_armv7l.whl", "has_sig": false, "md5_digest": "15894f28414769dda6de0ce5163a894f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 241162, "upload_time": "2017-08-15T19:35:25", "url": "https://files.pythonhosted.org/packages/b9/88/753dcb3f99f69bc5e6b290accd8c69b8cb1d2c365454e8c3dbde35587679/wiringpi-2.44.4-cp27-cp27mu-linux_armv7l.whl" }, { "comment_text": "", "digests": { "md5": "db4b9e06af866247dae05735d8a9ec00", "sha256": "4bc32a04d71398eb752a0d0bda23a9357e639550fa7f1d1cde0c4c1d77ee4f52" }, "downloads": -1, "filename": "wiringpi-2.44.4-cp34-cp34m-linux_armv7l.whl", "has_sig": false, "md5_digest": "db4b9e06af866247dae05735d8a9ec00", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 240607, "upload_time": "2017-08-15T19:35:27", "url": "https://files.pythonhosted.org/packages/4e/68/5ec08a19fdd114a5a3471933891ca055ccdc9fdd912c8798e1bc4eef4c74/wiringpi-2.44.4-cp34-cp34m-linux_armv7l.whl" }, { "comment_text": "", "digests": { "md5": "a62ef0d3027fe78e7416cb9659eb60b3", "sha256": "0278b683ed7af173c6ada690dbbe4e36a50c2cd0e02b2d338a3831205627d735" }, "downloads": -1, "filename": "wiringpi-2.44.4-cp35-cp35m-linux_armv7l.whl", "has_sig": false, "md5_digest": "a62ef0d3027fe78e7416cb9659eb60b3", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 256283, "upload_time": "2017-08-15T19:35:29", "url": "https://files.pythonhosted.org/packages/db/d6/c99dfc268502dc0a342af299bea5e75449acfceb32456172ee514f9abbfd/wiringpi-2.44.4-cp35-cp35m-linux_armv7l.whl" }, { "comment_text": "", "digests": { "md5": "c2819068036a4d91c2909122f085beb0", "sha256": "9d308a88c470dda6fc93ec2ca901e9212beb9e2f459516bd1c7ccd2a8446a8d8" }, "downloads": -1, "filename": "wiringpi-2.44.4.tar.gz", "has_sig": false, "md5_digest": "c2819068036a4d91c2909122f085beb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 129043, "upload_time": "2017-08-15T19:35:33", "url": "https://files.pythonhosted.org/packages/dd/a5/23352c20c6246608456ca3f34c074d62aed4cdcf7704b62be6246e75881e/wiringpi-2.44.4.tar.gz" } ], "2.44.5": [ { "comment_text": "", "digests": { "md5": "29b18de12997e9e2fe5f88bdaca528aa", "sha256": "de0281751360167098d5d7b7ad0bd334786a2c8d149cf87fd1a6bb9d6e2f8de9" }, "downloads": -1, "filename": "wiringpi-2.44.5-cp27-cp27mu-linux_armv7l.whl", "has_sig": false, "md5_digest": "29b18de12997e9e2fe5f88bdaca528aa", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 259929, "upload_time": "2018-04-29T14:41:05", "url": "https://files.pythonhosted.org/packages/02/f8/54f3f1745f9d799814a510c747789b2461eb67ae8c0f6df6c8834abd6ad0/wiringpi-2.44.5-cp27-cp27mu-linux_armv7l.whl" }, { "comment_text": "", "digests": { "md5": "660677769810fef9dc62b22dcd5edd79", "sha256": "4d580c127a8034b933dd27cb3a9311c47b8f33890aa65e83f50518828b8cc76e" }, "downloads": -1, "filename": "wiringpi-2.44.5-cp34-cp34m-linux_armv7l.whl", "has_sig": false, "md5_digest": "660677769810fef9dc62b22dcd5edd79", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 240741, "upload_time": "2018-04-30T01:10:15", "url": "https://files.pythonhosted.org/packages/f6/ef/b2235bd92e4a1bcc67985658d146a14feadbb2622768da19c2e3a629d099/wiringpi-2.44.5-cp34-cp34m-linux_armv7l.whl" }, { "comment_text": "", "digests": { "md5": "32ec7162aeff0df76dff0b79a6de9baf", "sha256": "7e3d3b94c2f77d89181f6e2fca70316a5b0936d3cbf3ef12cc2367f4248e819e" }, "downloads": -1, "filename": "wiringpi-2.44.5-cp35-cp35m-linux_armv7l.whl", "has_sig": false, "md5_digest": "32ec7162aeff0df76dff0b79a6de9baf", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 259915, "upload_time": "2018-04-29T14:41:07", "url": "https://files.pythonhosted.org/packages/e4/df/7aebafb6c737869dec70cd0e307a3313479fd9db98852e7d64dbd455def6/wiringpi-2.44.5-cp35-cp35m-linux_armv7l.whl" }, { "comment_text": "", "digests": { "md5": "451032caf38d880c46265e3f122822cb", "sha256": "0031568b312ff321967ff274df06784fc336750f42b2bb6fbbf9b48a51ba5633" }, "downloads": -1, "filename": "wiringpi-2.44.5.tar.gz", "has_sig": false, "md5_digest": "451032caf38d880c46265e3f122822cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 132427, "upload_time": "2018-04-29T14:41:08", "url": "https://files.pythonhosted.org/packages/ea/ca/ff6540e6b28142c094fd80286f65cdbc737f8b6f8b119f5a0ce51c12ec0a/wiringpi-2.44.5.tar.gz" } ], "2.46.0": [ { "comment_text": "", "digests": { "md5": "1bbf2dbef2aa6671d58f5abfce4ef506", "sha256": "93201cdfd9454e4bed79ce34e8dac7803c6bdbf167e37e66391921e651024789" }, "downloads": -1, "filename": "wiringpi-2.46.0-cp27-cp27mu-linux_armv7l.whl", "has_sig": false, "md5_digest": "1bbf2dbef2aa6671d58f5abfce4ef506", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 262439, "upload_time": "2018-07-02T23:05:58", "url": "https://files.pythonhosted.org/packages/04/a5/5eb7b2f0804eddbe0f8be4334ab8de9c61bdac58d44dc8a0b870a57c55fe/wiringpi-2.46.0-cp27-cp27mu-linux_armv7l.whl" }, { "comment_text": "", "digests": { "md5": "db8f58c9e0455e4bfa2442d43e6ae194", "sha256": "302b971bb6dd645f9baf197eec4556ef32ff429971445ed1f2029e5d0d207248" }, "downloads": -1, "filename": "wiringpi-2.46.0-cp34-cp34m-linux_armv7l.whl", "has_sig": false, "md5_digest": "db8f58c9e0455e4bfa2442d43e6ae194", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 262155, "upload_time": "2018-07-02T23:05:59", "url": "https://files.pythonhosted.org/packages/88/7f/5b8e6150adee22c1f378cc3eae246dac9fe4f6647f1e56e8910063f81267/wiringpi-2.46.0-cp34-cp34m-linux_armv7l.whl" }, { "comment_text": "", "digests": { "md5": "793b5e2294b9277c6bf1072a83cd96d8", "sha256": "e93566b21e96125f787754c2e2fd090e462cb005ea07f4cc150ac2fc390edb6d" }, "downloads": -1, "filename": "wiringpi-2.46.0-cp35-cp35m-linux_armv7l.whl", "has_sig": false, "md5_digest": "793b5e2294b9277c6bf1072a83cd96d8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 262471, "upload_time": "2018-07-02T23:06:01", "url": "https://files.pythonhosted.org/packages/ce/1f/74901a3c842daeb22447c07c48826d2c6aeb0d988370792e2aa2221f7a36/wiringpi-2.46.0-cp35-cp35m-linux_armv7l.whl" }, { "comment_text": "", "digests": { "md5": "487872972c666634fca0cd3c52c1ee14", "sha256": "1be697c3a97274effcf09d6bf978a795734aaa0080f9d09b080c6a263f1ac31d" }, "downloads": -1, "filename": "wiringpi-2.46.0.tar.gz", "has_sig": false, "md5_digest": "487872972c666634fca0cd3c52c1ee14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 133551, "upload_time": "2018-07-02T23:06:02", "url": "https://files.pythonhosted.org/packages/1b/9b/02f4a84697f53ab1dc2783398956dd252cae71638976553f224a753a15ef/wiringpi-2.46.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1bbf2dbef2aa6671d58f5abfce4ef506", "sha256": "93201cdfd9454e4bed79ce34e8dac7803c6bdbf167e37e66391921e651024789" }, "downloads": -1, "filename": "wiringpi-2.46.0-cp27-cp27mu-linux_armv7l.whl", "has_sig": false, "md5_digest": "1bbf2dbef2aa6671d58f5abfce4ef506", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 262439, "upload_time": "2018-07-02T23:05:58", "url": "https://files.pythonhosted.org/packages/04/a5/5eb7b2f0804eddbe0f8be4334ab8de9c61bdac58d44dc8a0b870a57c55fe/wiringpi-2.46.0-cp27-cp27mu-linux_armv7l.whl" }, { "comment_text": "", "digests": { "md5": "db8f58c9e0455e4bfa2442d43e6ae194", "sha256": "302b971bb6dd645f9baf197eec4556ef32ff429971445ed1f2029e5d0d207248" }, "downloads": -1, "filename": "wiringpi-2.46.0-cp34-cp34m-linux_armv7l.whl", "has_sig": false, "md5_digest": "db8f58c9e0455e4bfa2442d43e6ae194", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 262155, "upload_time": "2018-07-02T23:05:59", "url": "https://files.pythonhosted.org/packages/88/7f/5b8e6150adee22c1f378cc3eae246dac9fe4f6647f1e56e8910063f81267/wiringpi-2.46.0-cp34-cp34m-linux_armv7l.whl" }, { "comment_text": "", "digests": { "md5": "793b5e2294b9277c6bf1072a83cd96d8", "sha256": "e93566b21e96125f787754c2e2fd090e462cb005ea07f4cc150ac2fc390edb6d" }, "downloads": -1, "filename": "wiringpi-2.46.0-cp35-cp35m-linux_armv7l.whl", "has_sig": false, "md5_digest": "793b5e2294b9277c6bf1072a83cd96d8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 262471, "upload_time": "2018-07-02T23:06:01", "url": "https://files.pythonhosted.org/packages/ce/1f/74901a3c842daeb22447c07c48826d2c6aeb0d988370792e2aa2221f7a36/wiringpi-2.46.0-cp35-cp35m-linux_armv7l.whl" }, { "comment_text": "", "digests": { "md5": "487872972c666634fca0cd3c52c1ee14", "sha256": "1be697c3a97274effcf09d6bf978a795734aaa0080f9d09b080c6a263f1ac31d" }, "downloads": -1, "filename": "wiringpi-2.46.0.tar.gz", "has_sig": false, "md5_digest": "487872972c666634fca0cd3c52c1ee14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 133551, "upload_time": "2018-07-02T23:06:02", "url": "https://files.pythonhosted.org/packages/1b/9b/02f4a84697f53ab1dc2783398956dd252cae71638976553f224a753a15ef/wiringpi-2.46.0.tar.gz" } ] }