.clang-format
.gitignore
.gitmodules
.gitreview
.readthedocs.yaml
.travis.yml
CHANGELOG.md
CMakeLists.txt
COPYING
COPYING.LESSER
MANIFEST.in
README.rst
setup.py
.github/workflows/clang_format_check.yaml
.github/workflows/coverage_test.yaml
.github/workflows/docstring_check.yaml
.github/workflows/publish-sdist-wheels.yml
CMake/CodeCoverage.cmake
CMake/sonata-config.cmake
ci/README.md
ci/check_clang_format.sh
ci/check_generated_docstrings.sh
ci/coverage_test.sh
ci/cpp_test.sh
ci/python_push_sdist.sh
ci/python_test.sh
docs/Makefile
docs/environment.yml
docs/source/Doxyfile
docs/source/DoxygenLayout.xml
docs/source/api.rst
docs/source/conf.py
docs/source/cpp.rst
docs/source/footer.html
docs/source/header.html
docs/source/index.rst
docs/source/_images/libSonataLogo.jpg
docs/source/_templates/doxygen_page.rst_t
docs/source/doxygen/.gitignore
extlib/CMakeLists.txt
include/bbp/sonata/common.h
include/bbp/sonata/edges.h
include/bbp/sonata/nodes.h
include/bbp/sonata/optional.hpp
include/bbp/sonata/population.h
include/bbp/sonata/report_reader.h
python/CMakeLists.txt
python/bindings.cpp
python/generated/.clang-format
python/generated/docstrings.h
python/libsonata/__init__.py
python/libsonata.egg-info/PKG-INFO
python/libsonata.egg-info/SOURCES.txt
python/libsonata.egg-info/dependency_links.txt
python/libsonata.egg-info/not-zip-safe
python/libsonata.egg-info/requires.txt
python/libsonata.egg-info/top_level.txt
python/tests/__init__.py
python/tests/test.py
src/common.cpp
src/edge_index.cpp
src/edge_index.h
src/edges.cpp
src/hdf5_mutex.cpp
src/hdf5_mutex.hpp
src/nodes.cpp
src/population.cpp
src/population.hpp
src/report_reader.cpp
src/version.cpp.in
tests/CMakeLists.txt
tests/main.cpp
tests/test_edges.cpp
tests/test_nodes.cpp
tests/test_report_reader.cpp
tests/test_selection.cpp
tests/data/edges-no-index.h5
tests/data/edges1.h5
tests/data/elements.h5
tests/data/generate.py
tests/data/nodes1.h5
tests/data/somas.h5
tests/data/spikes.h5