asyncio-based python client for pigpiod
Project description
apigpio
apigpio - an asyncio-based python client for pigpio
Forked from https://github.com/PierreRust/apigpio because it is kind of unmaintained. We added some more feature (I2C) and fixed Python 3.7 support.
pigpio provides a very convenient pigpiod daemon which can be used through a pipe or socket interface to access GPIOs on the Raspberry Pi.
apigpio is a python client library that uses asyncio to access the pigpiod daemon. It’s basically a (incomplete) port of the original python client provided with pigpio.
Installation
apigpio is available on Pypi and can be installed with pip:
pip install apigpio-mpf
To install it from sources:
git clone https://github.com/missionpinball/apigpio.git cd apigpio python setup.py install
Usage
See the examples in the samples directory.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file apigpio-mpf-0.0.4.tar.gz
.
File metadata
- Download URL: apigpio-mpf-0.0.4.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91a334802e65895b2d7e8636ba93b78319e757daeead9dfe9c3a76490419bf82 |
|
MD5 | ec9c8f69198efd2f050469daa32cc875 |
|
BLAKE2b-256 | 759b75510b1f9a55d357a2bd2292495fa763dde27d69123632690dd945d3b061 |
File details
Details for the file apigpio_mpf-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: apigpio_mpf-0.0.4-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 147a68454ab11b8f0c93b35577abfe9a202afe393c36632f8272925c788adf64 |
|
MD5 | 238d3f11c65ca6c3e154c95fee1001ad |
|
BLAKE2b-256 | 145bb8309921461d62202686804197382468c62696ee2cfbaf7cc223d9946b2a |