.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.rst
LICENSE.txt
Pipfile
Pipfile.lock
README.md
pyproject.toml
setup.cfg
setup.py
test.py
test_ble.py
tox.ini
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.rst
docs/index.md
docs/license.rst
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/naneos/partector2/__init__.py
src/naneos/partector2/_data_structure.py
src/naneos/partector2/_lambda_upload.py
src/naneos/partector2/partector2.py
src/naneos/partector2/scan_for_p2.py
src/naneos/partector2_ble/__init__.py
src/naneos/partector2_ble/_lambda_upload.py
src/naneos/partector2_ble/partector2_ble.py
src/naneos/serial_utils/__init__.py
src/naneos/serial_utils/list_serial_ports.py
src/naneos_devices.egg-info/PKG-INFO
src/naneos_devices.egg-info/SOURCES.txt
src/naneos_devices.egg-info/dependency_links.txt
src/naneos_devices.egg-info/not-zip-safe
src/naneos_devices.egg-info/requires.txt
src/naneos_devices.egg-info/top_level.txt
tests/conftest.py
tests/test_partector2_ble.py
tests/test_partector2_serial.py