LICENSE
README.md
pyproject.toml
note_python.egg-info/PKG-INFO
note_python.egg-info/SOURCES.txt
note_python.egg-info/dependency_links.txt
note_python.egg-info/requires.txt
note_python.egg-info/top_level.txt
notecard/__init__.py
notecard/binary_helpers.py
notecard/card.py
notecard/cobs.py
notecard/crc32.py
notecard/env.py
notecard/file.py
notecard/gpio.py
notecard/hub.py
notecard/md5.py
notecard/note.py
notecard/notecard.py
notecard/timeout.py
notecard/transaction_manager.py
notecard/validators.py
test/test_binary_helpers.py
test/test_cobs.py
test/test_i2c.py
test/test_md5.py
test/test_notecard.py
test/test_serial.py
test/test_validators.py