python-periphery


Namepython-periphery JSON
Version 2.4.1 PyPI version JSON
download
home_pagehttps://github.com/vsergeev/python-periphery
SummaryA pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux.
upload_time2023-04-21 06:19:22
maintainer
docs_urlhttps://pythonhosted.org/python-periphery/
authorvsergeev
requires_python
licenseMIT
keywords gpio spi led pwm i2c mmio serial uart embedded linux beaglebone raspberrypi rpi odroid
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            python-periphery is a pure Python library for GPIO, LED, PWM, SPI, I2C, MMIO, and Serial peripheral I/O interface access in userspace Linux. It is useful in embedded Linux environments (including Raspberry Pi, BeagleBone, etc. platforms) for interfacing with external peripherals. python-periphery is compatible with Python 2 and Python 3, is written in pure Python, and is MIT licensed. See https://github.com/vsergeev/python-periphery for more information.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vsergeev/python-periphery",
    "name": "python-periphery",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/python-periphery/",
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "gpio spi led pwm i2c mmio serial uart embedded linux beaglebone raspberrypi rpi odroid",
    "author": "vsergeev",
    "author_email": "v@sergeev.io",
    "download_url": "https://files.pythonhosted.org/packages/df/f1/1a986ad2bb696033168db2121151e5ff90df033af780ffca47c8bb559f29/python-periphery-2.4.1.tar.gz",
    "platform": null,
    "description": "python-periphery is a pure Python library for GPIO, LED, PWM, SPI, I2C, MMIO, and Serial peripheral I/O interface access in userspace Linux. It is useful in embedded Linux environments (including Raspberry Pi, BeagleBone, etc. platforms) for interfacing with external peripherals. python-periphery is compatible with Python 2 and Python 3, is written in pure Python, and is MIT licensed. See https://github.com/vsergeev/python-periphery for more information.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux.",
    "version": "2.4.1",
    "split_keywords": [
        "gpio",
        "spi",
        "led",
        "pwm",
        "i2c",
        "mmio",
        "serial",
        "uart",
        "embedded",
        "linux",
        "beaglebone",
        "raspberrypi",
        "rpi",
        "odroid"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ab8423ab1d47cb61efc54461107177abb69a1390ac84885eff3ba83a00fd8f4",
                "md5": "8861e5b669bd80d4f8238437b8e7c662",
                "sha256": "8ab14002e7520966fae7a3b9c56d98ddaf4c1b78c5f5b2c7153cedc3846fd56a"
            },
            "downloads": -1,
            "filename": "python_periphery-2.4.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8861e5b669bd80d4f8238437b8e7c662",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 36362,
            "upload_time": "2023-04-21T06:19:20",
            "upload_time_iso_8601": "2023-04-21T06:19:20.176031Z",
            "url": "https://files.pythonhosted.org/packages/0a/b8/423ab1d47cb61efc54461107177abb69a1390ac84885eff3ba83a00fd8f4/python_periphery-2.4.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dff11a986ad2bb696033168db2121151e5ff90df033af780ffca47c8bb559f29",
                "md5": "2b2a1037fb4ac15e7b0514ce3659d26c",
                "sha256": "61d461d736982a6f766e878720ab10a68151e2e8c1086600d9389ac47e40e88a"
            },
            "downloads": -1,
            "filename": "python-periphery-2.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2b2a1037fb4ac15e7b0514ce3659d26c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 35407,
            "upload_time": "2023-04-21T06:19:22",
            "upload_time_iso_8601": "2023-04-21T06:19:22.056947Z",
            "url": "https://files.pythonhosted.org/packages/df/f1/1a986ad2bb696033168db2121151e5ff90df033af780ffca47c8bb559f29/python-periphery-2.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-21 06:19:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "vsergeev",
    "github_project": "python-periphery",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "python-periphery"
}
        
Elapsed time: 0.06210s