Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kitware/smqtk-dataprovider
- Owner: Kitware
- License: other
- Created: 2021-03-09T23:05:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T17:16:41.000Z (over 1 year ago)
- Last Synced: 2024-10-08T16:07:00.794Z (4 months ago)
- Language: Python
- Size: 1.35 MB
- Stars: 1
- Watchers: 10
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
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
```