Skip to main content

Add ability to tag datasets using the dtool CLI

Project description

PyPi package Travis CI build status (Linux) AppVeyor CI build status (Windows) Code Coverage

Installation

$ pip install dtool-tag

Example usage

Get a dataset to play with:

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

Add a couple of tags:

$ dtool tag set $LOCAL_DS_URI e.coli
$ dtool tag set $LOCAL_DS_URI genome

List the dataset tags:

$ dtool tag ls $LOCAL_DS_URI
e.coli
genome

Delete a tag:

$ dtool tag delete $LOCAL_DS_URI genome

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-tag-0.1.1.tar.gz (3.5 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