MANIFEST.in
README.md
pyproject.toml
setup.py
../include/sds.h
../include/sds_error.h
../include/sds_json.h
../include/sds_platform.h
../include/sds_types.h
../platform/esp32/sds_platform_esp32.cpp
../platform/posix/sds_platform_posix.c
../src/sds_core.c
../src/sds_json.c
./sds/__init__.py
./sds/_bindings.py
./sds/_build_ffi.py
./sds/_cdefs.h
./sds/_logging.py
./sds/_types.py
./sds/node.py
./sds/table.py
./sds/tables.py
sds/__init__.py
sds/_bindings.py
sds/_build_ffi.py
sds/_cdefs.h
sds/_logging.py
sds/_types.py
sds/node.py
sds/table.py
sds/tables.py
sds_library.egg-info/PKG-INFO
sds_library.egg-info/SOURCES.txt
sds_library.egg-info/dependency_links.txt
sds_library.egg-info/requires.txt
sds_library.egg-info/top_level.txt
tests/test_concurrent.py
tests/test_eviction.py
tests/test_imports.py
tests/test_node.py
tests/test_signed_integers.py
tests/test_table.py
tests/test_types.py