======
README
======
rpi-lgpio is a compatibility package intended to provide compatibility with
the `rpi-gpio`_ (aka RPi.GPIO) library, on top of kernels that only support the
`gpiochip device`_ (and which have removed the `deprecated sysfs GPIO
interface`_).
.. warning::
You *cannot* install rpi-lgpio and `rpi-gpio`_ (aka RPi.GPIO, the library
it emulates) at the same time, in the same Python environment. Both
packages attempt to install a module named ``RPi.GPIO`` and obviously this
will not work.
Useful Links
============
* `Source code <https://github.com/waveform80/rpi-lgpio>`_
* `Bug reports <https://github.com/waveform80/rpi-lgpio/issues>`_
* `Documentation <https://rpi-lgpio.readthedocs.io/>`_
* `Ubuntu packaging <https://launchpad.net/ubuntu/+source/rpi-lgpio>`_
.. * `Debian packaging <https://salsa.debian.org/python-team/packages/rpi-lgpio>`_
.. _rpi-gpio: https://pypi.org/project/RPi.GPIO/
.. _gpiochip device: https://embeddedbits.org/new-linux-kernel-gpio-user-space-interface/
.. _deprecated sysfs GPIO interface: https://waldorf.waveform.org.uk/2021/the-pins-they-are-a-changin.html
Raw data
{
"_id": null,
"home_page": "https://rpi-lgpio.readthedocs.io/",
"name": "rpi-lgpio",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "raspberrypi gpio lgpio rpi-gpio",
"author": "Dave Jones",
"author_email": "dave@waveform.org.uk",
"download_url": "https://files.pythonhosted.org/packages/6e/6d/7b6cb0def16abda6af89d16a3363d4036501bf042f9c67668aad3b34927f/rpi_lgpio-0.6.tar.gz",
"platform": null,
"description": "======\nREADME\n======\n\nrpi-lgpio is a compatibility package intended to provide compatibility with\nthe `rpi-gpio`_ (aka RPi.GPIO) library, on top of kernels that only support the\n`gpiochip device`_ (and which have removed the `deprecated sysfs GPIO\ninterface`_).\n\n.. warning::\n\n You *cannot* install rpi-lgpio and `rpi-gpio`_ (aka RPi.GPIO, the library\n it emulates) at the same time, in the same Python environment. Both\n packages attempt to install a module named ``RPi.GPIO`` and obviously this\n will not work.\n\nUseful Links\n============\n\n* `Source code <https://github.com/waveform80/rpi-lgpio>`_\n\n* `Bug reports <https://github.com/waveform80/rpi-lgpio/issues>`_\n\n* `Documentation <https://rpi-lgpio.readthedocs.io/>`_\n\n* `Ubuntu packaging <https://launchpad.net/ubuntu/+source/rpi-lgpio>`_\n\n.. * `Debian packaging <https://salsa.debian.org/python-team/packages/rpi-lgpio>`_\n\n.. _rpi-gpio: https://pypi.org/project/RPi.GPIO/\n.. _gpiochip device: https://embeddedbits.org/new-linux-kernel-gpio-user-space-interface/\n.. _deprecated sysfs GPIO interface: https://waldorf.waveform.org.uk/2021/the-pins-they-are-a-changin.html\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "A compatibility shim between RPi.GPIO and lgpio",
"version": "0.6",
"project_urls": {
"Documentation": "https://rpi-lgpio.readthedocs.io/",
"Homepage": "https://rpi-lgpio.readthedocs.io/",
"Issue Tracker": "https://github.com/waveform80/rpi-lgpio/issues",
"Source Code": "https://github.com/waveform80/rpi-lgpio"
},
"split_keywords": [
"raspberrypi",
"gpio",
"lgpio",
"rpi-gpio"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "daa906b843528e47ded0dd276537e9c56e7aec7c841b3b2749274e7d8121dab5",
"md5": "30f2f1b52f4b372b78eb03a596cab709",
"sha256": "0930b6e0ffbfbeee9366fbfa5038d29a7606be96a5229d570b1f81be8f776777"
},
"downloads": -1,
"filename": "rpi_lgpio-0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "30f2f1b52f4b372b78eb03a596cab709",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 11880,
"upload_time": "2024-05-11T16:09:27",
"upload_time_iso_8601": "2024-05-11T16:09:27.750639Z",
"url": "https://files.pythonhosted.org/packages/da/a9/06b843528e47ded0dd276537e9c56e7aec7c841b3b2749274e7d8121dab5/rpi_lgpio-0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6e6d7b6cb0def16abda6af89d16a3363d4036501bf042f9c67668aad3b34927f",
"md5": "72d4a98ceb6d278130ccb911aebf32a1",
"sha256": "84579b11d543bb8abdddc1e10fcd6bdc2819e5897be72d6949a2b044d71fb73e"
},
"downloads": -1,
"filename": "rpi_lgpio-0.6.tar.gz",
"has_sig": false,
"md5_digest": "72d4a98ceb6d278130ccb911aebf32a1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 12723,
"upload_time": "2024-05-11T16:09:29",
"upload_time_iso_8601": "2024-05-11T16:09:29.463993Z",
"url": "https://files.pythonhosted.org/packages/6e/6d/7b6cb0def16abda6af89d16a3363d4036501bf042f9c67668aad3b34927f/rpi_lgpio-0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-11 16:09:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "waveform80",
"github_project": "rpi-lgpio",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "rpi-lgpio"
}