.flake8
.gitignore
.pre-commit-config.yaml
CLAUDE.md
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/python-lint.yml
.github/workflows/python-publish.yml
examples/Analyse/decoder.ipynb
examples/Analyse/example_data.txt
examples/NanoPhyling-MiniPhyling/multi_devices.ipynb
examples/NanoPhyling-MiniPhyling/single_device.ipynb
examples/NanoPhyling-MiniPhyling/lab_examples/pendulum.ipynb
examples/NanoPhyling-MiniPhyling/lab_examples/data/pendulum_example.csv
examples/NanoPhyling-MiniPhyling/lab_examples/data/pendulum_picture.jpg
examples/NanoPhyling-MiniPhyling/lab_examples/data/pendulum_video.mp4
examples/Phyling API/Phyling python lib/api.ipynb
examples/Phyling API/Phyling python lib/realtime.ipynb
examples/Phyling API/RAW API examples/minimal_apikey.html
examples/Phyling API/RAW API examples/minimal_oauth.py
examples/Phyling API/RAW API examples/realtime.html
examples/Phyling API/RAW API examples/requirement.txt
examples/Phyling API/RAW API examples/single-device.html
phyling/__init__.py
phyling/phyling_utils.py
phyling.egg-info/PKG-INFO
phyling.egg-info/SOURCES.txt
phyling.egg-info/dependency_links.txt
phyling.egg-info/requires.txt
phyling.egg-info/scm_file_list.json
phyling.egg-info/scm_version.json
phyling.egg-info/top_level.txt
phyling/api/__init__.py
phyling/api/api.py
phyling/api/phylingSocket.py
phyling/api/realtime.py
phyling/api/record.py
phyling/api/user.py
phyling/api/utils.py
phyling/ble/__init__.py
phyling/ble/base_device.py
phyling/ble/miniphyling.py
phyling/ble/nanophyling.py
phyling/ble/phyling_devices.py
phyling/decoder/__init__.py
phyling/decoder/calib_texisense.py
phyling/decoder/calibration_use.py
phyling/decoder/decoder.py
phyling/decoder/decoder_utils.c
phyling/decoder/decoder_utils.pyx
tests/__init__.py
tests/test_base.py