.gitignore
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
requirements-dev.txt
setup.cfg
setup.py
tox.ini
.github/workflows/python-publish.yml
.github/workflows/tests.yml
src/pysomq/__init__.py
src/pysomq/__main__.py
src/pysomq/_utility.py
src/pysomq/serial_client.py
src/pysomq/serial_server.py
src/pysomq.egg-info/PKG-INFO
src/pysomq.egg-info/SOURCES.txt
src/pysomq.egg-info/dependency_links.txt
src/pysomq.egg-info/requires.txt
src/pysomq.egg-info/top_level.txt
tests/DummySerial.py
tests/__init__.py
tests/_utility.py
tests/conftest.py
tests/test_argsparsing.py
tests/test_serial_client.py
tests/test_serial_server.py