Quick Start#

Todo

Write brief description about the possible ways for using the tool e.g. CLI, GUI and importing in Python.

CAF.cvt is provided as a Python package and a command-line utility. The command-line utility aims to make some of the commonly used functionality available without needing to use Python code, see :ref:`usage` for details.

CAF.cvt can be installed from pip, conda-forge or pipx (when using as a command-line utility).

Pip#

Installing through pip is easy and can be done in one command: pip install caf.cvt

conda-forge#

Installing through conda-forge is easy and can be done in one command: conda install caf.cvt -c conda-forge

Pipx#

Todo

Does CAF.cvt support being installed with Pipx?

Usage#

Todo

Does CAF.cvt have a CLI or GUI?

More details can be found in Tool Usage.

Python#

Todo

Does CAF.cvt have a suggested alias?

When using CAF.cvt functionality within Python:

import caf.cvt

The User Guide contains Tutorials and Code Examples, which explain available functionality. For a detailed look at the package API see API Reference.