asyncio-based python client for pigpiod
Project description
apigpio
apigpio - an asyncio-based python client for pigpio
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
To install it from sources: :
git clone https://github.com/PierreRust/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 Distributions
Built Distribution
File details
Details for the file apigpio-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: apigpio-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 408c6391645e2966cbcac053187342929b66c47983ffdabfd3da71c3b38c24ca |
|
MD5 | 58c3814fe24795ef0465bdd15719fe52 |
|
BLAKE2b-256 | 6536577f877693110d543c423c72b9a1dfeba6cb8b66e86df3f6a07a913f90a3 |