Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 2.33 KB

File metadata and controls

55 lines (42 loc) · 2.33 KB

fasthep-cli

Actions Status Documentation Status

PyPI version PyPI platforms

GitHub Discussion Gitter

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.

Installation

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.