# nextcloud-API **Repository Path**: leetomlee123/nextcloud-API ## Basic Information - **Project Name**: nextcloud-API - **Description**: NextCloud OCS API for Python - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NextCloud Python api [![Build Status](https://travis-ci.org/EnterpriseyIntranet/nextcloud-API.svg?branch=master)](https://travis-ci.org/EnterpriseyIntranet/nextcloud-API) [![Documentation Status](https://readthedocs.org/projects/nextcloud-api/badge/?version=latest)](https://nextcloud-api.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/EnterpriseyIntranet/nextcloud-API/branch/master/graph/badge.svg)](https://codecov.io/gh/EnterpriseyIntranet/nextcloud-API) ## Overview Python wrapper for NextCloud api This is Python wrapper for NextCloud's API. With it you can manage your NextCloud instances from Python scripts. Tested with python 3.7, NextCloud 14. ## FAQ #### Which APIs does it support ? Check out the corresponding [nextcloud API documentation](https://nextcloud-api.readthedocs.io/en/latest/introduction.html#which-api-does-it-support) section. #### How do I use it? Check out [the simple example](example.py) and also check out the [unit tests directory](tests). #### What do I do if it doesn't work? Don't run away and open a GitHub issue!