Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/int-brain-lab/serial_singleton
A singleton wrapping pyserial's Serial class
https://github.com/int-brain-lab/serial_singleton
Last synced: 12 days ago
JSON representation
A singleton wrapping pyserial's Serial class
- Host: GitHub
- URL: https://github.com/int-brain-lab/serial_singleton
- Owner: int-brain-lab
- License: mit
- Created: 2023-11-16T14:55:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-30T16:01:59.000Z (12 months ago)
- Last Synced: 2024-11-08T21:47:39.891Z (2 months ago)
- Language: Python
- Size: 3.09 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serial_singleton
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm-project.org)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Coverage Status](https://coveralls.io/repos/github/int-brain-lab/serial_singleton/badge.svg?branch=main)](https://coveralls.io/github/int-brain-lab/serial_singleton?branch=main)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Actions status](https://github.com/int-brain-lab/serial_singleton/workflows/CI/badge.svg)](https://github.com/int-brain-lab/serial_singleton/actions)A singleton object wrapping PySerial's Serial class.
[Documentation](https://int-brain-lab.github.io/serial_singleton/)