Metadata-Version: 2.4
Name: pyserial-mock
Version: 1.0.0
Summary: A mock serial instance for testing purposes
Author-email: Christian Hellum Bye <chbye@berkeley.edu>
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# mockserial

[![codecov](https://codecov.io/github/christianhbye/mockserial/graph/badge.svg?token=3RyhEqZz3O)](https://codecov.io/github/christianhbye/mockserial)

MockSerial provides a mock instance of the Serial class in Python, implemented e.g. by [pySerial](https://github.com/pyserial/pyserial/). This can be used to test code that requires a serial connection between devices.
