Metadata-Version: 2.1
Name: python3-cyberfusion-sync-support
Version: 1.2.7.3.1
Summary: Library for syncing objects (e.g. directories).
Home-page: https://github.com/CyberfusionIO/python3-cyberfusion-sync-support
Author: Cyberfusion
Author-email: support@cyberfusion.io
Platform: linux
Description-Content-Type: text/markdown

# python3-cyberfusion-sync-support

Library for syncing objects (e.g. directories).

# Install

## PyPI

Run the following command to install the package from PyPI:

    pip3 install python3-cyberfusion-sync-support

## Generic

Run the following command to create a source distribution:

    python3 setup.py sdist

## 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.
