Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kitware/smqtk-dataprovider

Data structure abstractions around data locality and access.
https://github.com/kitware/smqtk-dataprovider

Last synced: 3 months ago
JSON representation

Data structure abstractions around data locality and access.

Awesome Lists containing this project

README

        

# SMQTK - Data Providers

## Intent
This package builds on top of SMQTK-Core to provide data structures that are
abstractions around data and where it is fundamentally stored.

## Documentation
You can build the sphinx documentation locally for the most up-to-date
reference:
```bash
# Install dependencies
poetry install
# Navigate to the documentation root.
cd docs
# Build the docs.
poetry run make html
# Open in your favorite browser!
firefox _build/html/index.html
```