A Command Line Interface (CLI) for the FAST-HEP project. Includes simplified commands for the following packages:
as well as a few other utilities (e.g. download
, versions
). All commands are
bundled under the fasthep
(or fh
) namespace.
You can install the package using pip
:
pip install fasthep-cli
This package will not install any of the above packages. You need to install
them separately if you want to use them. Alternatively, you can install all of
them at once using the fasthep
meta-package:
pip install fasthep[full]
for the full set of dependencies.