NOMAD’s Python library¶
The nomad
python package comes with a command line interface (CLI) that
can be accessed after installation by simply running the nomad
command
in your terminal. The CLI provides a hiearchy of commands by using the click
package.
This documentation describes how the CLI can be used to manage a NOMAD installation. For commmon use cases see Other use cases. For a full reference of the CLI commands see CLI Reference.