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.
Release files for dokuwikixmlrpc 2022.12.22
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dokuwikixmlrpc-2022.12.22.tar.gz | 7.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dokuwikixmlrpc-2022.12.22-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 14.6 kB
Release files / dokuwikixmlrpc-2022.12.22.tar.gz
| Download URL | dokuwikixmlrpc-2022.12.22.tar.gz |
|---|---|
| Size | 7.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fd1d52acd5ad3850a80743aa9e3501e55a393118dc69b4083b7f0affd3894ec3
|
|
BLAKE2b-256 checksum How to use checksums |
95f63f064e9228bdcce961e7859ca2fc119e2035c4a5ed282af97cc5068e05d1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.9
|
Release files / dokuwikixmlrpc-2022.12.22-py2.py3-none-any.whl
| Download URL | dokuwikixmlrpc-2022.12.22-py2.py3-none-any.whl |
|---|---|
| Size | 7.3 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
3ae87ca6ec9855e5e8ac54672924e40118704d50037e1d7e95b58747191d7fe7
|
|
BLAKE2b-256 checksum How to use checksums |
d02f6881effd7136a32c928498981e35e9cd6abf792c87d9458a9c14f01fcaa0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.9
|