|
9 | 9 |  |
10 | 10 |  |
11 | 11 |
|
12 | | -### Remark |
13 | | - |
14 | | -Project cloud-py-api was **abandoned** and divided into two parts: |
15 | | - * `nc_py_api` - this repository, which contains Python Framework to work with Nextcloud and `app_ecosystem_v2` |
16 | | - * `app_ecosystem_v2` - New [Nextcloud Application Ecosystem](https://github.com/cloud-py-api/app_ecosystem_v2) that allows writing applications for Nextcloud in any language |
17 | | - |
18 | | -**_Projects stage: under heavy prototyping and developing_** |
| 12 | +Python library that provides a robust and well-documented API that allows developers to interact with and extend Nextcloud's functionality. |
19 | 13 |
|
20 | 14 | ### Basic Features: |
21 | | - * Listing, enabling and disabling of the applications |
22 | 15 | * Operations with Files and Folders |
23 | 16 | * ~~Operations with Trash bin and File versions~~ |
24 | 17 | * Operations with Users and User Groups |
25 | | - * User status manipulation |
| 18 | + * User status |
26 | 19 | * Weather status |
27 | 20 | * ~~Nextcloud notifications support~~ |
28 | 21 | * Shares support |
29 | 22 | * ~~Talk support~~ |
30 | 23 |
|
31 | | -### Extended Features with installed App_ecosystem_v2: |
32 | | - * Defining callback routes with FastAPI for Nextcloud |
| 24 | +### Extended Features with AppEcosystemV2: |
| 25 | + * Defining callback routes with `FastAPI` for Nextcloud |
33 | 26 | * Registering UI elements in Nextcloud |
34 | 27 | * Storing logs to the `nextcloud.log` file |
35 | 28 | * Get/save key-value pairs in AppConfigEx/PreferencesEx tables. |
36 | 29 | * **Tons of the cool stuff that is coming soon** |
37 | 30 |
|
| 31 | +### Support |
| 32 | + |
| 33 | +You can support us in several ways: |
| 34 | + |
| 35 | +- ⭐️ Star our work (it really motivates) |
| 36 | +- ❗️ Create an Issue or feature request (bring to us an excellent idea) |
| 37 | +- 💁 Resolve some Issue or create a Pull Request (contribute to this project) |
| 38 | +- 🙏 Write an example of its use or correct a typo in the documentation. |
| 39 | + |
38 | 40 | ### 🚀 How to start |
39 | 41 |
|
40 | | -In very close near future we will publish examples |
| 42 | +In a very close near future we will publish examples |
41 | 43 |
|
42 | 44 | ### More Information |
43 | 45 |
|
44 | | -- [Documentation](https://nc_py_api.readthedocs.io/) |
| 46 | +- [Documentation](https://cloud-py-api.github.io/nc_py_api/) |
45 | 47 | - [Using it as a simple client](to-do) |
46 | 48 | - [Writing a simple Nextcloud application](to-do) |
47 | | - - [Writing a Nextcloud system application](to-do) |
| 49 | + - [Writing a Nextcloud System Application](to-do) |
48 | 50 | - [Examples](https://github.com/cloud-py-api/nc_py_api/tree/main/examples) |
49 | 51 | - [Contribute](https://github.com/cloud-py-api/nc_py_api/blob/main/.github/CONTRIBUTING.md) |
50 | 52 | - [Discussions](https://github.com/cloud-py-api/nc_py_api/discussions) |
|
0 commit comments