DokuWiki XML-RPC module.
Project description
dokuwikixmlrpc is a python module which implements DokuWiki’s XML-RPC interface.
Installation:
pip install dokuwikixmlrpc
It can be used to send/retrieve data from remote DokuWiki instances:
import dokuwikixmlrpc dw = DokuWikiClient('https://mywikiurl.com', 'wikiuser', 'wikipassword') print(dw.dokuwiki_version) print(dw.pagelist(':'))
The module can be executed as a standalone script (this is mainly for testing purposes). Call
python -m dokuwikixmlrpc --help
for more information.
Copyright 2009 by Michael Klier <chi@chimeric.de>.
See LICENSE.txt for license info.
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 dokuwikixmlrpc-2022.12.22.tar.gz
.
File metadata
- Download URL: dokuwikixmlrpc-2022.12.22.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd1d52acd5ad3850a80743aa9e3501e55a393118dc69b4083b7f0affd3894ec3 |
|
MD5 | 31dc2104043c4c6fe2d323d9b5e8be6c |
|
BLAKE2b-256 | 95f63f064e9228bdcce961e7859ca2fc119e2035c4a5ed282af97cc5068e05d1 |
File details
Details for the file dokuwikixmlrpc-2022.12.22-py2.py3-none-any.whl
.
File metadata
- Download URL: dokuwikixmlrpc-2022.12.22-py2.py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ae87ca6ec9855e5e8ac54672924e40118704d50037e1d7e95b58747191d7fe7 |
|
MD5 | d583767c03c0e5663e6df6981b010f16 |
|
BLAKE2b-256 | d02f6881effd7136a32c928498981e35e9cd6abf792c87d9458a9c14f01fcaa0 |