CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
include/sensorwatch/sensorwatch.h
sensorwatch/__init__.py
sensorwatch/__main__.py
sensorwatch/_native.py
sensorwatch/_native_build.py
sensorwatch/config.py
sensorwatch/hwinfo_shm.py
sensorwatch/logger.py
sensorwatch/native.py
sensorwatch.egg-info/PKG-INFO
sensorwatch.egg-info/SOURCES.txt
sensorwatch.egg-info/dependency_links.txt
sensorwatch.egg-info/entry_points.txt
sensorwatch.egg-info/requires.txt
sensorwatch.egg-info/top_level.txt
src/sw_error.c
src/sw_internal.h
src/sw_parse.c
src/sw_platform.h
src/sw_session.c
src/sw_snapshot.c
src/sw_string.c
tests/test_config.py
tests/test_hwinfo_shm.py
tests/test_logger.py
tests/test_native.py
tests/c/abi_header_check.cpp
tests/c/sw_test_util.c
tests/c/sw_test_util.h
tests/c/test_error.c
tests/c/test_parse.c
tests/c/test_session.c
tests/c/test_snapshot.c