Metadata-Version: 2.4
Name: python3-cyberfusion-common
Version: 2.12
Summary: Common utilities.
Author-email: Cyberfusion <support@cyberfusion.io>
Project-URL: Source, https://github.com/CyberfusionIO/python3-cyberfusion-common
Description-Content-Type: text/markdown
Requires-Dist: psutil==7.0.0
Requires-Dist: requests==2.32.3

# python3-cyberfusion-common

Common utilities.

These utilities are mostly used by Cyberfusion libraries, but are also useful standalone.

# Install

## PyPI

Run the following command to install the package from PyPI:

    pip3 install python3-cyberfusion-common

## Debian

Run the following commands to build a Debian package:

    mk-build-deps -i -t 'apt -o Debug::pkgProblemResolver=yes --no-install-recommends -y'
    dpkg-buildpackage -us -uc

# Configure

No configuration is supported.

# Usage

See code.
