{ "info": { "author": "Chris Hager", "author_email": "chris@linuxuser.at", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "License :: Other/Proprietary License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Home Automation", "Topic :: Software Development", "Topic :: System :: Hardware", "Topic :: Utilities" ], "description": "RPIO is an advanced GPIO module for the Raspberry Pi.\n\n* PWM via DMA (up to 1us resolution)\n* GPIO input and output (drop-in replacement for `RPi.GPIO `_)\n* GPIO interrupts (callbacks when events occur on input gpios)\n* TCP socket interrupts (callbacks when tcp socket clients send data)\n* Command-line tools ``rpio`` and ``rpio-curses``\n* Well documented, fast source code with minimal CPU usage\n* Open source (LGPLv3+)\n\n\n`Visit pythonhosted.org/RPIO for the documentation. `_\n\n\nInstallation\n------------\n\nThe easiest way to install/update RPIO on a Raspberry Pi is with either ``easy_install`` or ``pip``::\n\n $ sudo apt-get install python-setuptools\n $ sudo easy_install -U RPIO\n\nAfter the installation you can use ``import RPIO`` as well as the command-line tools ``rpio`` and ``rpio-curses``.\n\nDebian packages are available at `metachris.github.com/rpio/download `_.\n\nAn Arch Linux PKGBUILD is available at `aur.archlinux.org/packages/rpio `_.\n\n\nExamples\n--------\n\nYou can find lots of examples inside the `documentation `_, as well as in the `/examples/ source directory `_.\n\n\nFeedback\n--------\n\nPlease send feedback and ideas to chris@linuxuser.at, and `open an issue at Github `_\nif you've encountered a bug.\n\n\nLicense\n-------\n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU Lesser General Public License as published\n by the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU Lesser General Public License for more details at\n \n\n\nSpecial Thanks\n--------------\n\n `csegit `_, `waveform80 `_,\n `nils-werner `_, `friedcell `_,\n `zejn `_, `dbeal `_,\n `paul-1 `_\n\n\nCopyright\n---------\n\n Copyright (C) 2013 Chris Hager \n\n\nLinks\n-----\n\n* http://pythonhosted.org/RPIO\n* http://pypi.python.org/pypi/RPIO\n* http://pypi.python.org/pypi/RPi.GPIO\n* http://www.raspberrypi.org/wp-content/uploads/2012/02/BCM2835-ARM-Peripherals.pdf\n* http://www.kernel.org/doc/Documentation/gpio.txt\n* `semver versioning standard `_\n\n\nChanges\n-------\n\nPlease refer to the `'Changes' section in the documentation `_.", "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/metachris/RPIO", "keywords": "raspberry,raspberry pi,interrupts,gpio,rpio", "license": "LGPLv3+", "maintainer": null, "maintainer_email": null, "name": "tingbot-RPIO", "package_url": "https://pypi.org/project/tingbot-RPIO/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tingbot-RPIO/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/metachris/RPIO" }, "release_url": "https://pypi.org/project/tingbot-RPIO/0.11/", "requires_dist": null, "requires_python": null, "summary": "Advanced GPIO for the Raspberry Pi. Extends RPi.GPIO with PWM, GPIO interrups, TCP socket interrupts, command line tools and more", "version": "0.11" }, "last_serial": 2159029, "releases": { "0.11": [ { "comment_text": "", "digests": { "md5": "a24e3d56ef93ebb34cb22454b9f43403", "sha256": "71a7e0d1314b4b9c71fdb04dc6c892173a70cb57d393364979b8c8ed47cd8cfa" }, "downloads": -1, "filename": "tingbot-RPIO-0.11.tar.gz", "has_sig": false, "md5_digest": "a24e3d56ef93ebb34cb22454b9f43403", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38929, "upload_time": "2016-06-09T17:22:52", "url": "https://files.pythonhosted.org/packages/5d/25/3e11351f10923e639e4bb5742a2f213f08579a0d6a7cd21100b5a2bd7345/tingbot-RPIO-0.11.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a24e3d56ef93ebb34cb22454b9f43403", "sha256": "71a7e0d1314b4b9c71fdb04dc6c892173a70cb57d393364979b8c8ed47cd8cfa" }, "downloads": -1, "filename": "tingbot-RPIO-0.11.tar.gz", "has_sig": false, "md5_digest": "a24e3d56ef93ebb34cb22454b9f43403", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38929, "upload_time": "2016-06-09T17:22:52", "url": "https://files.pythonhosted.org/packages/5d/25/3e11351f10923e639e4bb5742a2f213f08579a0d6a7cd21100b5a2bd7345/tingbot-RPIO-0.11.tar.gz" } ] }