rpi-lgpio


Namerpi-lgpio JSON
Version 0.5 PyPI version JSON
download
home_pagehttps://rpi-lgpio.readthedocs.io/
SummaryA compatibility shim between RPi.GPIO and lgpio
upload_time2024-04-12 22:52:05
maintainerNone
docs_urlNone
authorDave Jones
requires_python>=3.7
licenseBSD-3-Clause
keywords raspberrypi gpio lgpio rpi-gpio
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======
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/19/b6/c8709722eadaacb0c821d72b37cef57b9631b63728bba8737b73bd787021/rpi-lgpio-0.5.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.5",
    "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": "786329be838154a7d74facb5228b7f8b43de903719db7cf901b61b398ca31a49",
                "md5": "e23ee415f5a68314305fe7160987a6ac",
                "sha256": "f7aacfa4d628152d1fc686fde1297705c9ba67dc89e1aed19f0e4ffc12d9222f"
            },
            "downloads": -1,
            "filename": "rpi_lgpio-0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e23ee415f5a68314305fe7160987a6ac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 11544,
            "upload_time": "2024-04-12T22:52:04",
            "upload_time_iso_8601": "2024-04-12T22:52:04.246033Z",
            "url": "https://files.pythonhosted.org/packages/78/63/29be838154a7d74facb5228b7f8b43de903719db7cf901b61b398ca31a49/rpi_lgpio-0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19b6c8709722eadaacb0c821d72b37cef57b9631b63728bba8737b73bd787021",
                "md5": "eef1780897472768d0ae67526a2cb823",
                "sha256": "48960700e1f49a9fc80900c2578ff00168311333f0ce126ec8a0fe7fd1b673d5"
            },
            "downloads": -1,
            "filename": "rpi-lgpio-0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "eef1780897472768d0ae67526a2cb823",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 12283,
            "upload_time": "2024-04-12T22:52:05",
            "upload_time_iso_8601": "2024-04-12T22:52:05.903732Z",
            "url": "https://files.pythonhosted.org/packages/19/b6/c8709722eadaacb0c821d72b37cef57b9631b63728bba8737b73bd787021/rpi-lgpio-0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-12 22:52:05",
    "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"
}
        
Elapsed time: 0.23442s