Overview
loren ipsum
Installation
python3 -m pip install manatus
Usage
You can see an overview of options by running python3 -m manatus --help and
python3 -m manatus <subcommand> --help. The main subcommands are:
status- display configuration environment statusharvest- interact with harvest functionalitytransform- interact with transformation functionality
Setting the configuration environment
Manatus uses a set of configuration files to direct it’s behavior. It looks for these files in three places:
A location specific by a
MANATUS_CONFIGenvironment variable
Note
Setting an environment variable
Windows: set MANATUS_CONFIG=/path/to/config/dir
Mac: export MANATUS_CONFIG=/path/to/config/dir
Linux: export MANATUS_CONFIG=/path/to/config/dir
The file path
$HOME/.local/share/manatusThe manatus source directory
If a suitable set of configuration files are not identified at those locations, manatus will give you the option of
creating empty config files at the $HOME/.local/share/manatus path. Entries can be added to empty files through the
CLI.
See Command Line Interface for full documentation of the CLI. Instructions for configuring the manatus environment are detailed in Configuring manatus.