Skip to content

Welcome to the dsprofile documentation

Overview

dsprofile is a utility to describe the structure of datasets in a variety of storage formats.

Installation

Build and install the package with...

$ python -m pip install .

The optional test suite may be installed and run with:

$ python -m pip install .[test]
$ pytest --cov=dsprofile tests