Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)