scripts
deepdataspace.scripts This module adds convenient console commands for the dds services.
dataset_cmds
deepdataspace.scripts.dataset_cmds
This file adds dataset related sub-command to ddsop command.
enter_shell
deepdataspace.scripts.enter_shell
This file adds a sub-command to ddsop command: ddsop shell. This sub-command will present user a Python interpreter shell with all configurations loaded.
label_project_cmds
deepdataspace.scripts.label_project_cmds
This file adds label project related sub-command to ddsop command.
start
deepdataspace.scripts.start
This script implements the dds command to start the dds tool.
Usage: dds.py [OPTIONS] [DATA_DIR]
- Options:
- --quickstart
Quick start dds with sample datasets instead of a specified DATA_DIR, default false. This overwrites the DATA_DIR argument.
- -V, --verbose
Display detailed logs on console, default false.
- -P, --public
Enable public access from your network neighbors, default false. This sets the service host by an auto-detected outward IP address.
- --host TEXT
Set the http service host. This overwrites the ‘–public’ flag.
- --port INTEGER
Set the http service port, default 8765.
- --reload
Auto reload service on code change, for development only.
- --help
Show this message and exit.
user_cmds
deepdataspace.scripts.user_cmds
This file adds user related sub-commands to ddsop command.