Skip to main content

Add ability to annotate datasets using the dtool CLI

Project description

PyPi package Travis CI build status (Linux) Code Coverage

Installation

$ pip install dtool-annotation

Example usage

Get a dataset to play with:

$ LOCAL_DS_URI=$(dtool cp -q http://bit.ly/Ecoli-ref-genome .)

Add an annotation:

$ dtool annotation set $LOCAL_DS_URI project dtool-demo

Get an annotation:

$ dtool annotation get $LOCAL_DS_URI project
dtool-demo

Add an annotation forcing a specific type:

$ dtool annotation set --type int $LOCAL_DS_URI stars 3

List all annotations:

$ dtool annotation ls
project dtool-demo
stars   3

For more information see the dtool documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dtool-annotation-0.1.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page