Skip to main content

Dtool is a suite of software for managing scientific data and making it accessible programatically. It consists of a command line interface dtool and a Python API: dtoolcore.

The dtool command line interface allows one to organise files into datasets and to move datasets between different storage solutions, for example from local disk to remote object storage.

The Python API gives complete access to the data and metadata in a dataset. It also allows datasets to be constructed programatically.

Dtool is extensible, meaning that it is possible to create plugins both for adding functionality to the command line interface and for creating interfaces to custom storage backends.

The dtool Python package is a meta package that installs the packages:

Installation:

$ pip install -U pip setuptools wheel
$ pip install dtool

Usage:

$ dtool create my-awesome-dataset
Created proto dataset file:///Users/olssont/my-awesome-dataset
Next steps:
1. Add descriptive metadata, e.g:
   dtool readme interactive file:///Users/olssont/my-awesome-dataset
2. Add raw data, eg:
   dtool add item my_file.txt file:///Users/olssont/my-awesome-dataset
   Or use your system commands, e.g:
   mv my_data_directory /Users/olssont/my-awesome-dataset/data/
3. Convert the proto dataset into a dataset:
   dtool freeze file:///Users/olssont/my-awesome-dataset

Download files

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

Source Distribution

dtool-2.0.0.tar.gz (2.1 kB view details)

Uploaded Source

File details

Details for the file dtool-2.0.0.tar.gz.

File metadata

  • Download URL: dtool-2.0.0.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dtool-2.0.0.tar.gz
Algorithm Hash digest
SHA256 be5a82861baaa93a3b17dbb5ed108f499734c584eaa7eef8e54ea3cfb451d3bf
MD5 bcd8daa552669a4c7ac4c82958ff9b6a
BLAKE2b-256 d6d73eced5a0e2a43d52ca1d27ad3242889d6604f6cbbbb4e9b8b7b985bb99fc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page