.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/templates/.travis.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/logo.png
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/images/Dashboard_ECG.jpg
docs/images/Dashboard_EEG.jpg
docs/images/Dashboard_imp.jpg
docs/reference/explorepy.rst
docs/reference/index.rst
lib/linux/BTSerialPortBinding.cpp
lib/linux/DeviceINQ.cpp
lib/linux/swig_interface_wrap.cxx
lib/windows/BTSerialPortBinding.cpp
lib/windows/BluetoothHelpers.cpp
lib/windows/DeviceINQ.cpp
lib/windows/swig_interface_wrap.cxx
src/explorepy/__init__.py
src/explorepy/__main__.py
src/explorepy/_exceptions.py
src/explorepy/bt_client.py
src/explorepy/btcpp.py
src/explorepy/cli.py
src/explorepy/command.py
src/explorepy/explore.py
src/explorepy/exploresdk.py
src/explorepy/filters.py
src/explorepy/packet.py
src/explorepy/parser.py
src/explorepy/stream_processor.py
src/explorepy/test.py
src/explorepy/tools.py
src/explorepy.egg-info/PKG-INFO
src/explorepy.egg-info/SOURCES.txt
src/explorepy.egg-info/dependency_links.txt
src/explorepy.egg-info/entry_points.txt
src/explorepy.egg-info/not-zip-safe
src/explorepy.egg-info/requires.txt
src/explorepy.egg-info/top_level.txt
src/explorepy/dashboard/__init__.py
src/explorepy/dashboard/dashboard.py
src/explorepy/dashboard/theme.yaml
src/explorepy/dashboard/templates/index.html
tests/test_explorepy.py