murky_tool#

Deprecated.

Tool used in support of murky_create.sh.

1$ murky_tool -h
2usage: hybrid_tool [-h] function env_file
3
4positional arguments:
5function    one of: name, pip, conda
6env_file    environment YAML file
7
8options:
9-h, --help  show this help message and exit

source code documentation#

Tool used in support of murky_create.sh

main()

Command-line application program.

print_pip_requirements(specs)

Command function: print pip requirements.

print_conda_requirements(specs)

Command function: print conda requirements.

print_environment_name(specs)

Command function: print environment name.

get_user_parameters()

Command line argument parser.

murky.murky_tool.get_user_parameters()#

Command line argument parser.

murky.murky_tool.main()#

Command-line application program.

murky.murky_tool.print_conda_requirements(specs)#

Command function: print conda requirements.

murky.murky_tool.print_environment_name(specs)#

Command function: print environment name.

murky.murky_tool.print_pip_requirements(specs)#

Command function: print pip requirements.