.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/schema.py
basalt/serialization.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/ngv-graph.png
doc/source/contents/graphs.rst
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/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/time.h
src/third_party/gsl-lite/include/gsl-lite/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
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/__init__.py
tests/py/graph.py
tests/py/metagraph.py
tests/py/package.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