.gitignore
.gitmodules
.pylintrc
.travis.yml
CMakeLists.txt
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
default.nix
setup.cfg
setup.py
tox.ini
basalt/__init__.py
basalt/serialization.py
basalt/topology.py
basalt.egg-info/PKG-INFO
basalt.egg-info/SOURCES.txt
basalt.egg-info/dependency_links.txt
basalt.egg-info/not-zip-safe
basalt.egg-info/requires.txt
basalt.egg-info/top_level.txt
cmake/DartConfig.cmake
cmake/FindClangTidy.cmake
cmake/FindGoogleBenchmark.cmake
cmake/FindRocksDB.cmake
cmake/hpc-coding-conventions/.gitignore
cmake/hpc-coding-conventions/Makefile
cmake/hpc-coding-conventions/Pipfile
cmake/hpc-coding-conventions/setup.cfg
cmake/hpc-coding-conventions/cpp/.clang-format
cmake/hpc-coding-conventions/cpp/.clang-tidy
cmake/hpc-coding-conventions/cpp/.cmake-format.yaml
cmake/hpc-coding-conventions/cpp/CMakeLists.txt
cmake/hpc-coding-conventions/cpp/DevelopmentLifecycle.md
cmake/hpc-coding-conventions/cpp/Documentation.md
cmake/hpc-coding-conventions/cpp/Makefile
cmake/hpc-coding-conventions/cpp/NamingConventions.md
cmake/hpc-coding-conventions/cpp/README.md
cmake/hpc-coding-conventions/cpp/Tooling.md
cmake/hpc-coding-conventions/cpp/cmake/FindCMakeFormat.cmake
cmake/hpc-coding-conventions/cpp/cmake/FindClangFormat.cmake
cmake/hpc-coding-conventions/cpp/cmake/FindClangTidy.cmake
cmake/hpc-coding-conventions/cpp/cmake/FindPreCommit.cmake
cmake/hpc-coding-conventions/cpp/cmake/bbp-clang-format.py
cmake/hpc-coding-conventions/cpp/cmake/bbp-clang-tidy.py
cmake/hpc-coding-conventions/cpp/cmake/bbp-cmake-format.py
cmake/hpc-coding-conventions/cpp/cmake/bbp-setup-pre-commit-config.py
cmake/hpc-coding-conventions/cpp/cmake/bob.cmake
cmake/hpc-coding-conventions/cpp/cmake/cpplib.py
cmake/hpc-coding-conventions/cpp/cmake/runClangFormat.cmake
cmake/hpc-coding-conventions/cpp/formatting/.gitignore
cmake/hpc-coding-conventions/cpp/formatting/CONTRIBUTING.md
cmake/hpc-coding-conventions/cpp/formatting/Makefile
cmake/hpc-coding-conventions/cpp/formatting/README.md
cmake/hpc-coding-conventions/cpp/formatting/README.md.jinja
cmake/hpc-coding-conventions/cpp/formatting/formatting.py
cmake/hpc-coding-conventions/cpp/formatting/github-pandoc.css
cmake/hpc-coding-conventions/cpp/formatting/snippets/AccessModifierOffset.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/AlignAfterOpenBracket.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/AlignConsecutiveAssignments.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/AlignConsecutiveDeclarations.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/AlignEscapedNewlinesLeft.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/AlignOperands.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/AlignTrailingComments.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/AllowShortBlocksOnASingleLine.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/AllowShortCaseLabelsOnASingleLine.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/AllowShortFunctionsOnASingleLine.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/AllowShortIfStatementsOnASingleLine.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/AllowShortLoopsOnASingleLine.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/AlwaysBreakBeforeMultilineStrings.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/AlwaysBreakTemplateDeclarations.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.AfterClass.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.AfterControlStatement.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.AfterEnum.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.AfterExternBlock.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.AfterFunction.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.AfterNamespace.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.AfterStruct.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.AfterUnion.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.BeforeCatch.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/BraceWrapping.BeforeElse.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/BreakBeforeBinaryOperators.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/BreakBeforeTernaryOperators.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/Cpp11BracedListStyle.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/FixNamespaceComment.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/IndentWidth.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/NamespaceIndentation.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/PointerAlignment.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/SortIncludes.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/SpaceAfterBulk.cpp
cmake/hpc-coding-conventions/cpp/formatting/snippets/one-parameter-per-line-if-they-do-no-fit.cpp
cmake/hpc-coding-conventions/dev/bump
cmake/hpc-coding-conventions/dev/repositories.yaml
dev/check-source-distribution
dev/check-source-distribution.Dockerfile
dev/travis-build
dev/update-copyright
doc/Makefile
doc/source/basalt.rst
doc/source/conf.py
doc/source/contributing.rst
doc/source/index.rst
doc/source/modules.rst
doc/source/readme.rst
doc/source/_static/basalt-logo-400.png
doc/source/_static/basalt-logo.png
doc/source/_static/ngv-graph.png
doc/source/contents/graphs.rst
doc/source/cpp_api/class_view_hierarchy.rst
doc/source/cpp_api/classbasalt_1_1AbstractGraph.rst
doc/source/cpp_api/classbasalt_1_1EdgeIterator.rst
doc/source/cpp_api/classbasalt_1_1Edges.rst
doc/source/cpp_api/classbasalt_1_1Graph.rst
doc/source/cpp_api/classbasalt_1_1GraphImpl.rst
doc/source/cpp_api/classbasalt_1_1MetaGraph.rst
doc/source/cpp_api/classbasalt_1_1VertexIterator.rst
doc/source/cpp_api/classbasalt_1_1Vertices.rst
doc/source/cpp_api/dir__goinfre_src_github.com_tristan0x_basalt_include.rst
doc/source/cpp_api/dir__goinfre_src_github.com_tristan0x_basalt_include_basalt.rst
doc/source/cpp_api/enum_fwd_8hpp_1a0db75f518986b127ba62beba1a517bf3.rst
doc/source/cpp_api/file__goinfre_src_github.com_tristan0x_basalt_include_basalt_basalt.hpp.rst
doc/source/cpp_api/file__goinfre_src_github.com_tristan0x_basalt_include_basalt_edge_iterator.hpp.rst
doc/source/cpp_api/file__goinfre_src_github.com_tristan0x_basalt_include_basalt_edges.hpp.rst
doc/source/cpp_api/file__goinfre_src_github.com_tristan0x_basalt_include_basalt_fwd.hpp.rst
doc/source/cpp_api/file__goinfre_src_github.com_tristan0x_basalt_include_basalt_graph.hpp.rst
doc/source/cpp_api/file__goinfre_src_github.com_tristan0x_basalt_include_basalt_status.hpp.rst
doc/source/cpp_api/file__goinfre_src_github.com_tristan0x_basalt_include_basalt_vertex_iterator.hpp.rst
doc/source/cpp_api/file__goinfre_src_github.com_tristan0x_basalt_include_basalt_vertices.hpp.rst
doc/source/cpp_api/file__goinfre_src_github.com_tristan0x_basalt_include_basalt_vertices.ipp.rst
doc/source/cpp_api/file_view_hierarchy.rst
doc/source/cpp_api/function_graph_8hpp_1a2c62ae82b920bd5e72c228541cac0ce2.rst
doc/source/cpp_api/function_graph_8hpp_1a3a48b23d0486e9330b139aec791f15aa.rst
doc/source/cpp_api/function_graph_8hpp_1a6c5a52c86ad459518d169da4c16ce108.rst
doc/source/cpp_api/function_graph_8hpp_1ac63a64cdc2948f45d0de8149fa14e58f.rst
doc/source/cpp_api/function_status_8hpp_1ac68f335887b2d98d11fc97b6cc543014.rst
doc/source/cpp_api/library_root.rst
doc/source/cpp_api/namespace_basalt.rst
doc/source/cpp_api/program_listing_file__goinfre_src_github.com_tristan0x_basalt_include_basalt_basalt.hpp.rst
doc/source/cpp_api/program_listing_file__goinfre_src_github.com_tristan0x_basalt_include_basalt_edge_iterator.hpp.rst
doc/source/cpp_api/program_listing_file__goinfre_src_github.com_tristan0x_basalt_include_basalt_edges.hpp.rst
doc/source/cpp_api/program_listing_file__goinfre_src_github.com_tristan0x_basalt_include_basalt_fwd.hpp.rst
doc/source/cpp_api/program_listing_file__goinfre_src_github.com_tristan0x_basalt_include_basalt_graph.hpp.rst
doc/source/cpp_api/program_listing_file__goinfre_src_github.com_tristan0x_basalt_include_basalt_status.hpp.rst
doc/source/cpp_api/program_listing_file__goinfre_src_github.com_tristan0x_basalt_include_basalt_vertex_iterator.hpp.rst
doc/source/cpp_api/program_listing_file__goinfre_src_github.com_tristan0x_basalt_include_basalt_vertices.hpp.rst
doc/source/cpp_api/program_listing_file__goinfre_src_github.com_tristan0x_basalt_include_basalt_vertices.ipp.rst
doc/source/cpp_api/structbasalt_1_1Status.rst
doc/source/cpp_api/typedef_fwd_8hpp_1a1184bfd9f51a8686000de3b523862935.rst
doc/source/cpp_api/typedef_fwd_8hpp_1a1b8cdd0a34702f61cce7674ac6b33b85.rst
doc/source/cpp_api/typedef_fwd_8hpp_1a473d7e62a9171f4d949cc15f70c3e89e.rst
doc/source/cpp_api/typedef_fwd_8hpp_1a59a98d91f23e0047afa9a057b3cfb7cc.rst
doc/source/cpp_api/typedef_fwd_8hpp_1ab2c428ebed712d45856d370722d0cd17.rst
doc/source/cpp_api/typedef_graph_8hpp_1a0a7b0a8bea205826e52566d32795de71.rst
doc/source/cpp_api/typedef_graph_8hpp_1a5419ef6e4f9754aa6afd363350a8e572.rst
doc/source/cpp_api/typedef_graph_8hpp_1abfdd634bcaf4b3d33b4c3c0cbfa865a7.rst
doc/source/cpp_api/typedef_graph_8hpp_1ac068d63b7a9d86ad2a9297e16612e168.rst
doc/source/cpp_api/typedef_graph_8hpp_1acf94090430feb6b3b92429c79c751192.rst
doc/source/cpp_api/typedef_graph_8hpp_1af2044d6a37d4485b7fa75f54716ac370.rst
doc/source/cpp_api/unabridged_api.rst
doc/source/doxyoutput/xml/basalt_8hpp.xml
doc/source/doxyoutput/xml/classbasalt_1_1AbstractGraph.xml
doc/source/doxyoutput/xml/classbasalt_1_1EdgeIterator.xml
doc/source/doxyoutput/xml/classbasalt_1_1Edges.xml
doc/source/doxyoutput/xml/classbasalt_1_1Graph.xml
doc/source/doxyoutput/xml/classbasalt_1_1GraphImpl.xml
doc/source/doxyoutput/xml/classbasalt_1_1MetaGraph.xml
doc/source/doxyoutput/xml/classbasalt_1_1VertexIterator.xml
doc/source/doxyoutput/xml/classbasalt_1_1Vertices.xml
doc/source/doxyoutput/xml/combine.xslt
doc/source/doxyoutput/xml/compound.xsd
doc/source/doxyoutput/xml/dir_a02be8925bf195ca15b64461e29f8fb1.xml
doc/source/doxyoutput/xml/dir_d44c64559bbebec7f509842c48db8b23.xml
doc/source/doxyoutput/xml/edge__iterator_8hpp.xml
doc/source/doxyoutput/xml/edges_8hpp.xml
doc/source/doxyoutput/xml/fwd_8hpp.xml
doc/source/doxyoutput/xml/graph_8hpp.xml
doc/source/doxyoutput/xml/index.xml
doc/source/doxyoutput/xml/index.xsd
doc/source/doxyoutput/xml/namespacebasalt.xml
doc/source/doxyoutput/xml/status_8hpp.xml
doc/source/doxyoutput/xml/structbasalt_1_1Status.xml
doc/source/doxyoutput/xml/vertex__iterator_8hpp.xml
doc/source/doxyoutput/xml/vertices_8hpp.xml
doc/source/doxyoutput/xml/vertices_8ipp.xml
include/basalt/basalt.hpp
include/basalt/edge_iterator.hpp
include/basalt/edges.hpp
include/basalt/fwd.hpp
include/basalt/graph.hpp
include/basalt/status.hpp
include/basalt/vertex_iterator.hpp
include/basalt/vertices.hpp
include/basalt/vertices.ipp
src/CMakeLists.txt
src/basalt/config.cpp
src/basalt/config.hpp
src/basalt/edge_iterator.cpp
src/basalt/edge_iterator_impl.cpp
src/basalt/edge_iterator_impl.hpp
src/basalt/edges.cpp
src/basalt/fwd.hpp
src/basalt/graph.cpp
src/basalt/graph_impl.cpp
src/basalt/graph_impl.hpp
src/basalt/graph_kv.hpp
src/basalt/settings.hpp.in
src/basalt/status.cpp
src/basalt/system.hpp
src/basalt/system_linux.cpp
src/basalt/system_macos.cpp
src/basalt/version.cpp
src/basalt/version.hpp.in
src/basalt/vertex_iterator.cpp
src/basalt/vertex_iterator_impl.cpp
src/basalt/vertex_iterator_impl.hpp
src/basalt/vertices.cpp
src/python_bindings/py_basalt.cpp
src/python_bindings/py_graph_edges.cpp
src/python_bindings/py_graph_edges.hpp
src/python_bindings/py_graph_vertices.cpp
src/python_bindings/py_graph_vertices.hpp
src/python_bindings/py_helpers.cpp
src/python_bindings/py_helpers.hpp
src/third_party/catch2/include/catch2/catch.hpp
src/third_party/cereal/include/cereal/access.hpp
src/third_party/cereal/include/cereal/cereal.hpp
src/third_party/cereal/include/cereal/macros.hpp
src/third_party/cereal/include/cereal/archives/adapters.hpp
src/third_party/cereal/include/cereal/archives/binary.hpp
src/third_party/cereal/include/cereal/archives/json.hpp
src/third_party/cereal/include/cereal/archives/portable_binary.hpp
src/third_party/cereal/include/cereal/archives/xml.hpp
src/third_party/cereal/include/cereal/details/helpers.hpp
src/third_party/cereal/include/cereal/details/polymorphic_impl.hpp
src/third_party/cereal/include/cereal/details/polymorphic_impl_fwd.hpp
src/third_party/cereal/include/cereal/details/static_object.hpp
src/third_party/cereal/include/cereal/details/traits.hpp
src/third_party/cereal/include/cereal/details/util.hpp
src/third_party/cereal/include/cereal/external/base64.hpp
src/third_party/cereal/include/cereal/external/rapidjson/allocators.h
src/third_party/cereal/include/cereal/external/rapidjson/document.h
src/third_party/cereal/include/cereal/external/rapidjson/encodedstream.h
src/third_party/cereal/include/cereal/external/rapidjson/encodings.h
src/third_party/cereal/include/cereal/external/rapidjson/filereadstream.h
src/third_party/cereal/include/cereal/external/rapidjson/filewritestream.h
src/third_party/cereal/include/cereal/external/rapidjson/fwd.h
src/third_party/cereal/include/cereal/external/rapidjson/istreamwrapper.h
src/third_party/cereal/include/cereal/external/rapidjson/memorybuffer.h
src/third_party/cereal/include/cereal/external/rapidjson/memorystream.h
src/third_party/cereal/include/cereal/external/rapidjson/ostreamwrapper.h
src/third_party/cereal/include/cereal/external/rapidjson/pointer.h
src/third_party/cereal/include/cereal/external/rapidjson/prettywriter.h
src/third_party/cereal/include/cereal/external/rapidjson/rapidjson.h
src/third_party/cereal/include/cereal/external/rapidjson/reader.h
src/third_party/cereal/include/cereal/external/rapidjson/schema.h
src/third_party/cereal/include/cereal/external/rapidjson/stream.h
src/third_party/cereal/include/cereal/external/rapidjson/stringbuffer.h
src/third_party/cereal/include/cereal/external/rapidjson/writer.h
src/third_party/cereal/include/cereal/external/rapidjson/error/en.h
src/third_party/cereal/include/cereal/external/rapidjson/error/error.h
src/third_party/cereal/include/cereal/external/rapidjson/internal/biginteger.h
src/third_party/cereal/include/cereal/external/rapidjson/internal/diyfp.h
src/third_party/cereal/include/cereal/external/rapidjson/internal/dtoa.h
src/third_party/cereal/include/cereal/external/rapidjson/internal/ieee754.h
src/third_party/cereal/include/cereal/external/rapidjson/internal/itoa.h
src/third_party/cereal/include/cereal/external/rapidjson/internal/meta.h
src/third_party/cereal/include/cereal/external/rapidjson/internal/pow10.h
src/third_party/cereal/include/cereal/external/rapidjson/internal/regex.h
src/third_party/cereal/include/cereal/external/rapidjson/internal/stack.h
src/third_party/cereal/include/cereal/external/rapidjson/internal/strfunc.h
src/third_party/cereal/include/cereal/external/rapidjson/internal/strtod.h
src/third_party/cereal/include/cereal/external/rapidjson/internal/swap.h
src/third_party/cereal/include/cereal/external/rapidjson/msinttypes/inttypes.h
src/third_party/cereal/include/cereal/external/rapidjson/msinttypes/stdint.h
src/third_party/cereal/include/cereal/external/rapidxml/license.txt
src/third_party/cereal/include/cereal/external/rapidxml/manual.html
src/third_party/cereal/include/cereal/external/rapidxml/rapidxml.hpp
src/third_party/cereal/include/cereal/external/rapidxml/rapidxml_iterators.hpp
src/third_party/cereal/include/cereal/external/rapidxml/rapidxml_print.hpp
src/third_party/cereal/include/cereal/external/rapidxml/rapidxml_utils.hpp
src/third_party/cereal/include/cereal/types/array.hpp
src/third_party/cereal/include/cereal/types/base_class.hpp
src/third_party/cereal/include/cereal/types/bitset.hpp
src/third_party/cereal/include/cereal/types/boost_variant.hpp
src/third_party/cereal/include/cereal/types/chrono.hpp
src/third_party/cereal/include/cereal/types/common.hpp
src/third_party/cereal/include/cereal/types/complex.hpp
src/third_party/cereal/include/cereal/types/deque.hpp
src/third_party/cereal/include/cereal/types/forward_list.hpp
src/third_party/cereal/include/cereal/types/functional.hpp
src/third_party/cereal/include/cereal/types/list.hpp
src/third_party/cereal/include/cereal/types/map.hpp
src/third_party/cereal/include/cereal/types/memory.hpp
src/third_party/cereal/include/cereal/types/polymorphic.hpp
src/third_party/cereal/include/cereal/types/queue.hpp
src/third_party/cereal/include/cereal/types/set.hpp
src/third_party/cereal/include/cereal/types/stack.hpp
src/third_party/cereal/include/cereal/types/string.hpp
src/third_party/cereal/include/cereal/types/tuple.hpp
src/third_party/cereal/include/cereal/types/unordered_map.hpp
src/third_party/cereal/include/cereal/types/unordered_set.hpp
src/third_party/cereal/include/cereal/types/utility.hpp
src/third_party/cereal/include/cereal/types/valarray.hpp
src/third_party/cereal/include/cereal/types/vector.hpp
src/third_party/cereal/include/cereal/types/concepts/pair_associative_container.hpp
src/third_party/fmt/include/fmt/chrono.h
src/third_party/fmt/include/fmt/color.h
src/third_party/fmt/include/fmt/compile.h
src/third_party/fmt/include/fmt/core.h
src/third_party/fmt/include/fmt/format-inl.h
src/third_party/fmt/include/fmt/format.h
src/third_party/fmt/include/fmt/locale.h
src/third_party/fmt/include/fmt/ostream.h
src/third_party/fmt/include/fmt/posix.h
src/third_party/fmt/include/fmt/printf.h
src/third_party/fmt/include/fmt/ranges.h
src/third_party/fmt/include/fmt/safe-duration-cast.h
src/third_party/gsl-lite/include/gsl
src/third_party/gsl-lite/include/gsl-lite.hpp
src/third_party/nlohmann/include/nlohmann/json.hpp
src/third_party/pybind11/.appveyor.yml
src/third_party/pybind11/.gitignore
src/third_party/pybind11/.gitmodules
src/third_party/pybind11/.readthedocs.yml
src/third_party/pybind11/.travis.yml
src/third_party/pybind11/CMakeLists.txt
src/third_party/pybind11/CONTRIBUTING.md
src/third_party/pybind11/CTestTestfile.cmake
src/third_party/pybind11/ISSUE_TEMPLATE.md
src/third_party/pybind11/LICENSE
src/third_party/pybind11/MANIFEST.in
src/third_party/pybind11/Makefile
src/third_party/pybind11/README.md
src/third_party/pybind11/cmake_install.cmake
src/third_party/pybind11/setup.cfg
src/third_party/pybind11/setup.py
src/third_party/pybind11/include/pybind11/attr.h
src/third_party/pybind11/include/pybind11/buffer_info.h
src/third_party/pybind11/include/pybind11/cast.h
src/third_party/pybind11/include/pybind11/chrono.h
src/third_party/pybind11/include/pybind11/common.h
src/third_party/pybind11/include/pybind11/complex.h
src/third_party/pybind11/include/pybind11/eigen.h
src/third_party/pybind11/include/pybind11/embed.h
src/third_party/pybind11/include/pybind11/eval.h
src/third_party/pybind11/include/pybind11/functional.h
src/third_party/pybind11/include/pybind11/iostream.h
src/third_party/pybind11/include/pybind11/numpy.h
src/third_party/pybind11/include/pybind11/operators.h
src/third_party/pybind11/include/pybind11/options.h
src/third_party/pybind11/include/pybind11/pybind11.h
src/third_party/pybind11/include/pybind11/pytypes.h
src/third_party/pybind11/include/pybind11/stl.h
src/third_party/pybind11/include/pybind11/stl_bind.h
src/third_party/pybind11/include/pybind11/detail/class.h
src/third_party/pybind11/include/pybind11/detail/common.h
src/third_party/pybind11/include/pybind11/detail/descr.h
src/third_party/pybind11/include/pybind11/detail/init.h
src/third_party/pybind11/include/pybind11/detail/internals.h
src/third_party/pybind11/include/pybind11/detail/typeid.h
src/third_party/pybind11/pybind11/__init__.py
src/third_party/pybind11/pybind11/__main__.py
src/third_party/pybind11/pybind11/_version.py
src/third_party/pybind11/tools/FindCatch.cmake
src/third_party/pybind11/tools/FindEigen3.cmake
src/third_party/pybind11/tools/FindPythonLibsNew.cmake
src/third_party/pybind11/tools/check-style.sh
src/third_party/pybind11/tools/libsize.py
src/third_party/pybind11/tools/mkdoc.py
src/third_party/pybind11/tools/pybind11Config.cmake.in
src/third_party/pybind11/tools/pybind11Tools.cmake
src/third_party/pybind11/tools/clang/.gitignore
src/third_party/pybind11/tools/clang/LICENSE.TXT
src/third_party/pybind11/tools/clang/README.md
src/third_party/pybind11/tools/clang/__init__.py
src/third_party/pybind11/tools/clang/cindex.py
src/third_party/pybind11/tools/clang/enumerations.py
src/third_party/spdlog/include/spdlog/async.h
src/third_party/spdlog/include/spdlog/async_logger.h
src/third_party/spdlog/include/spdlog/common.h
src/third_party/spdlog/include/spdlog/formatter.h
src/third_party/spdlog/include/spdlog/logger.h
src/third_party/spdlog/include/spdlog/spdlog.h
src/third_party/spdlog/include/spdlog/tweakme.h
src/third_party/spdlog/include/spdlog/version.h
src/third_party/spdlog/include/spdlog/details/async_logger_impl.h
src/third_party/spdlog/include/spdlog/details/circular_q.h
src/third_party/spdlog/include/spdlog/details/console_globals.h
src/third_party/spdlog/include/spdlog/details/file_helper.h
src/third_party/spdlog/include/spdlog/details/fmt_helper.h
src/third_party/spdlog/include/spdlog/details/log_msg.h
src/third_party/spdlog/include/spdlog/details/logger_impl.h
src/third_party/spdlog/include/spdlog/details/mpmc_blocking_q.h
src/third_party/spdlog/include/spdlog/details/null_mutex.h
src/third_party/spdlog/include/spdlog/details/os.h
src/third_party/spdlog/include/spdlog/details/pattern_formatter.h
src/third_party/spdlog/include/spdlog/details/periodic_worker.h
src/third_party/spdlog/include/spdlog/details/registry.h
src/third_party/spdlog/include/spdlog/details/thread_pool.h
src/third_party/spdlog/include/spdlog/fmt/bin_to_hex.h
src/third_party/spdlog/include/spdlog/fmt/fmt.h
src/third_party/spdlog/include/spdlog/fmt/ostr.h
src/third_party/spdlog/include/spdlog/fmt/bundled/LICENSE.rst
src/third_party/spdlog/include/spdlog/fmt/bundled/chrono.h
src/third_party/spdlog/include/spdlog/fmt/bundled/color.h
src/third_party/spdlog/include/spdlog/fmt/bundled/core.h
src/third_party/spdlog/include/spdlog/fmt/bundled/format-inl.h
src/third_party/spdlog/include/spdlog/fmt/bundled/format.h
src/third_party/spdlog/include/spdlog/fmt/bundled/locale.h
src/third_party/spdlog/include/spdlog/fmt/bundled/ostream.h
src/third_party/spdlog/include/spdlog/fmt/bundled/posix.h
src/third_party/spdlog/include/spdlog/fmt/bundled/printf.h
src/third_party/spdlog/include/spdlog/fmt/bundled/ranges.h
src/third_party/spdlog/include/spdlog/fmt/bundled/time.h
src/third_party/spdlog/include/spdlog/sinks/android_sink.h
src/third_party/spdlog/include/spdlog/sinks/ansicolor_sink.h
src/third_party/spdlog/include/spdlog/sinks/base_sink.h
src/third_party/spdlog/include/spdlog/sinks/basic_file_sink.h
src/third_party/spdlog/include/spdlog/sinks/daily_file_sink.h
src/third_party/spdlog/include/spdlog/sinks/dist_sink.h
src/third_party/spdlog/include/spdlog/sinks/msvc_sink.h
src/third_party/spdlog/include/spdlog/sinks/null_sink.h
src/third_party/spdlog/include/spdlog/sinks/ostream_sink.h
src/third_party/spdlog/include/spdlog/sinks/rotating_file_sink.h
src/third_party/spdlog/include/spdlog/sinks/sink.h
src/third_party/spdlog/include/spdlog/sinks/stdout_color_sinks.h
src/third_party/spdlog/include/spdlog/sinks/stdout_sinks.h
src/third_party/spdlog/include/spdlog/sinks/syslog_sink.h
src/third_party/spdlog/include/spdlog/sinks/wincolor_sink.h
tests/__init__.py
tests/benchmarks/CMakeLists.txt
tests/benchmarks/README.md
tests/benchmarks/map/CMakeLists.txt
tests/benchmarks/map/README.md
tests/benchmarks/map/google-benchmark-plot.py
tests/benchmarks/map/map_benchmark.cpp
tests/benchmarks/map/map_benchmark.ipynb
tests/benchmarks/map/map_benchmark.json
tests/py/PLGraph_developer.json
tests/py/PLGraph_influence.json
tests/py/PLGraph_license.json
tests/py/__init__.py
tests/py/graph.py
tests/py/package.py
tests/py/topology.py
tests/py/data/cell_data.h5
tests/py/data/endfeetome.h5
tests/py/data/gliovascular_connectivity.h5
tests/py/data/gliovascular_data.h5
tests/py/data/microdomain_structure.h5
tests/py/data/neuroglial_connectivity.h5
tests/py/data/synaptic_connectivity.h5
tests/py/data/synaptic_data.h5
tests/unit/101.cpp
tests/unit/CMakeLists.txt