- GitHub: https://github.com/livMatS/dtool-datalad
- PyPI: https://pypi.python.org/livMatS/dtool-datalad
- Free software: MIT License
- Convert dtool datasets to datalad datasets and vice versa
To install the dtool-datalad package:
pip install dtool-datalad
To copy a dtool dataset from local disk to a datalad dataset bucket use the command below:
dtool copy ./my-dataset datalad://path/to/datalad/dataset
To list all the dtool-compatible datalad datasets in a directory, use the command below:
dtool ls datalad://path/to/folder/with/datalad/datasets
See the dtool documentation for more detail.