Skip to content

cloud-py-api/cloud_py_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextcloud Python Framework

(Py)Analysis & Coverage PythonVersion impl pypi codecov

Framework(App) for Nextcloud to develop apps, that using Python.

Consists of PHP part(cloud_py_api app) and a Python module(nc-py-api).

Current state: Abandoned

Project was divided into two different repositories:

Provides Convenient Functions for Python

  • Read & Write File System objects
  • Working with Database
  • Wrapper around OCC calls
  • Calling your python function from php part of app and return a result

🚀 Installation

In your Nextcloud, simply enable the cloud_py_api app through the Apps management and then install apps, that using it.

The Nextcloud cloud_py_api app supports Nextcloud version 25 and higher.

More information can be found on Wiki page

Maintainers

Apps using this

  • MediaDC - Nextcloud Media Duplicate collector app. Python part - core logics for duplicates search.