https://github.com/domdfcoding/circuitpython_latching_relay
CircuitPython library for controlling latching relays.
https://github.com/domdfcoding/circuitpython_latching_relay
circuitpython python relay
Last synced: 7 months ago
JSON representation
CircuitPython library for controlling latching relays.
- Host: GitHub
- URL: https://github.com/domdfcoding/circuitpython_latching_relay
- Owner: domdfcoding
- License: mit
- Created: 2021-11-29T11:02:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-15T10:33:09.000Z (8 months ago)
- Last Synced: 2025-05-15T11:45:08.649Z (8 months ago)
- Topics: circuitpython, python, relay
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=============================
circuitpython_latching_relay
=============================
.. start short_desc
**CircuitPython library for controlling latching relays.**
.. end short_desc
.. start shields
.. list-table::
:stub-columns: 1
:widths: 10 90
* - Tests
- |actions_linux| |actions_windows| |actions_macos|
* - Activity
- |commits-latest| |commits-since| |maintained|
* - QA
- |codefactor| |actions_flake8| |actions_mypy|
* - Other
- |license| |language| |requires|
.. |actions_linux| image:: https://github.com/domdfcoding/circuitpython_latching_relay/workflows/Linux/badge.svg
:target: https://github.com/domdfcoding/circuitpython_latching_relay/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status
.. |actions_windows| image:: https://github.com/domdfcoding/circuitpython_latching_relay/workflows/Windows/badge.svg
:target: https://github.com/domdfcoding/circuitpython_latching_relay/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status
.. |actions_macos| image:: https://github.com/domdfcoding/circuitpython_latching_relay/workflows/macOS/badge.svg
:target: https://github.com/domdfcoding/circuitpython_latching_relay/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status
.. |actions_flake8| image:: https://github.com/domdfcoding/circuitpython_latching_relay/workflows/Flake8/badge.svg
:target: https://github.com/domdfcoding/circuitpython_latching_relay/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status
.. |actions_mypy| image:: https://github.com/domdfcoding/circuitpython_latching_relay/workflows/mypy/badge.svg
:target: https://github.com/domdfcoding/circuitpython_latching_relay/actions?query=workflow%3A%22mypy%22
:alt: mypy status
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/circuitpython_latching_relay/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/circuitpython_latching_relay/
:alt: Requirements Status
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/circuitpython_latching_relay?logo=codefactor
:target: https://www.codefactor.io/repository/github/domdfcoding/circuitpython_latching_relay
:alt: CodeFactor Grade
.. |license| image:: https://img.shields.io/github/license/domdfcoding/circuitpython_latching_relay
:target: https://github.com/domdfcoding/circuitpython_latching_relay/blob/master/LICENSE
:alt: License
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/circuitpython_latching_relay
:alt: GitHub top language
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/circuitpython_latching_relay/v0.0.0
:target: https://github.com/domdfcoding/circuitpython_latching_relay/pulse
:alt: GitHub commits since tagged version
.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/circuitpython_latching_relay
:target: https://github.com/domdfcoding/circuitpython_latching_relay/commit/master
:alt: GitHub last commit
.. |maintained| image:: https://img.shields.io/maintenance/yes/2025
:alt: Maintenance
.. end shields
Installation
--------------
.. start installation
``circuitpython_latching_relay`` can be installed from GitHub.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install git+https://github.com/domdfcoding/circuitpython_latching_relay
.. end installation