Metadata-Version: 2.1
Name: python3-cyberfusion-corectl
Version: 2.0
Summary: CLI for Core API.
Home-page: https://vcs.cyberfusion.nl/core/python3-cyberfusion-corectl
Author: William Edwards
Author-email: wedwards@cyberfusion.nl
License: MIT
Keywords: cyberfusion,core,cli
Platform: linux
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: borg
License-File: LICENSE

# python3-cyberfusion-corectl

CLI for Cyberfusion Cluster 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]

# Tests

No tests are present.
