Metadata-Version: 2.1
Name: python3-cyberfusion-corectl
Version: 2.1
Summary: CLI for Core API.
Author-email: Cyberfusion <support@cyberfusion.io>
Project-URL: Source, https://github.com/CyberfusionIO/python3-cyberfusion-corectl
Description-Content-Type: text/markdown
Requires-Dist: python3-cyberfusion-cluster-apicli ==3.0.2
Requires-Dist: python3-cyberfusion-cluster-support ==1.49.10
Requires-Dist: python3-cyberfusion-common ==2.10.11.3
Requires-Dist: click ==8.1.7
Requires-Dist: plotext ==5.2.8
Requires-Dist: requests ==2.28.1
Requires-Dist: rich ==13.3.1
Requires-Dist: typer ==0.12.4
Provides-Extra: borg
Requires-Dist: cryptography ==43.0.0 ; extra == 'borg'

# python3-cyberfusion-corectl

CLI for Cyberfusion Core API.

# Install

## Recommended

Follow instructions on https://core-api.cyberfusion.io/redoc#section/Documentation/CLI.

## PyPI (expert only)

Run one of the following commands to install the package from PyPI.

Python version 3.9 or higher is required.

    # Default

    pip3 install python3-cyberfusion-corectl

    # Alternative: with Borg support
    #
    # This installs dependencies needed to manage Borg, which do not work on all
    # operating systems.

    pip3 install python3-cyberfusion-corectl[borg]
