Metadata-Version: 2.4
Name: python3-cyberfusion-nextcloud-support
Version: 1.1.3
Summary: Library for NextCloud.
Author-email: Cyberfusion <support@cyberfusion.io>
Project-URL: Source, https://github.com/CyberfusionIO/python3-cyberfusion-nextcloud-support
Description-Content-Type: text/markdown
Requires-Dist: python3-cyberfusion-common~=2.10

# python3-cyberfusion-nextcloud-support

Library for NextCloud.

# Install

## PyPI

Run the following command to install the package from PyPI:

    pip3 install python3-cyberfusion-nextcloud-support

Next, install the following software:

* PHP (see https://docs.nextcloud.com/server/latest/admin_manual/installation/php_configuration.html)

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