CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
lib/CMakeLists.txt
lib/cmake_modules/DetectCPUFeatures.cmake
lib/deglib/CMakeLists.txt
lib/deglib/include/analysis.h
lib/deglib/include/builder.h
lib/deglib/include/concurrent.h
lib/deglib/include/config.h
lib/deglib/include/deglib.h
lib/deglib/include/distances.h
lib/deglib/include/filter.h
lib/deglib/include/graph.h
lib/deglib/include/memory.h
lib/deglib/include/repository.h
lib/deglib/include/search.h
lib/deglib/include/visited_list_pool.h
lib/deglib/include/graph/readonly_graph.h
lib/deglib/include/graph/sizebounded_graph.h
src/deg_cpp/deglib_cpp.cpp
src/deglib/__init__.py
src/deglib/analysis.py
src/deglib/builder.py
src/deglib/distances.py
src/deglib/graph.py
src/deglib/repository.py
src/deglib/search.py
src/deglib/std.py
src/deglib/utils.py
src/deglib.egg-info/PKG-INFO
src/deglib.egg-info/SOURCES.txt
src/deglib.egg-info/dependency_links.txt
src/deglib.egg-info/requires.txt
src/deglib.egg-info/top_level.txt
tests/test_builder.py
tests/test_graph.py