# SMQTK-Dataprovider **Repository Path**: mirrors_Kitware/SMQTK-Dataprovider ## Basic Information - **Project Name**: SMQTK-Dataprovider - **Description**: Data structure abstractions around data locality and access. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-11 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```