A Nextcloud Notes app API wrapper
Project description
nextcloud-notes-api
A Nextcloud Notes app API wrapper.
from nextcloud_notes_api import NotesApi, Note
api = NotesApi('username', 'pass', 'hostname')
note = Note('Shopping List', 'Spam', favorite=True)
api.create_note(note)
nextcloud-notes-api is not supported nor endorsed by Nextcloud.
Installation
pip install nextcloud-notes-api
Documentation
The docs are available on Github Pages.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests and documentation as appropriate.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nextcloud-notes-api-1.0.0.tar.gz
.
File metadata
- Download URL: nextcloud-notes-api-1.0.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.9.2 Linux/5.4.0-1040-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4393a3c4adfaab839e1b5f8687245ae1b21d5fee638045fba53bf557dcaaf8b7 |
|
MD5 | 4c9fbee56a891335537abb735aa87b94 |
|
BLAKE2b-256 | e09d68be71d752b0771f468a966d1c792300512c9e57b9c1183f47f00d610234 |
File details
Details for the file nextcloud_notes_api-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: nextcloud_notes_api-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.9.2 Linux/5.4.0-1040-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 641dd7cd4ed0037d2f30f10cef104d7ec4382497f2086a149ebb28d916f82ca0 |
|
MD5 | b2f46f9f625015e68b2f9e3377691d73 |
|
BLAKE2b-256 | 6ccd6bb7797e66e58f70843fa96a5a6e058eb2532a6ee90bbd1c235327dbe8b8 |