Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sachaa-thanasius/rpi.gpio-stubs
Type stubs for RPi.GPIO.
https://github.com/sachaa-thanasius/rpi.gpio-stubs
Last synced: 27 days ago
JSON representation
Type stubs for RPi.GPIO.
- Host: GitHub
- URL: https://github.com/sachaa-thanasius/rpi.gpio-stubs
- Owner: Sachaa-Thanasius
- License: mit
- Created: 2024-02-02T01:46:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-02T18:34:29.000Z (11 months ago)
- Last Synced: 2024-02-03T05:24:27.883Z (11 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPi.GPIO-stubs
Type stubs for [RPi.GPIO](https://pypi.org/project/RPi.GPIO/).
Function and class docstrings are modified from the original package for clarity and included for language servers to use. See the included [RPi.GPIO license](LICENSE_rpi_gpio).
## Installation
```bash
pip install https://github.com/Sachaa-Thanasius/RPi.GPIO-stubs
```## Note
Most of this has been pushed upstream to [typeshed](https://github.com/python/typeshed/blob/main/stubs/RPi.GPIO/RPi/GPIO/__init__.pyi), but this may provide some use due to the included docstrings.