dtool-config

Plugin to make configuration of dtool easier


License
MIT
Install
pip install dtool-config==0.4.1

Documentation

dtool CLI commands for configuring dtool settings

PyPi package Travis CI build status (Linux) Code Coverage

Installation

Installation using pip:

pip install dtool-config

Example usage

Setting the user name and email:

dtool config user name "Marie Curie"
dtool config user email marie.curie@sorbonne-universite.fr

Setting the download cache:

mkdir /tmp/dtool
dtool config cache /tmp/dtool

Related packages