Skip to main content

DokuWiki XML-RPC module.

Project description

https://img.shields.io/pypi/dm/dokuwikixmlrpc https://img.shields.io/pypi/v/dokuwikixmlrpc https://img.shields.io/pypi/pyversions/dokuwikixmlrpc https://img.shields.io/pypi/format/dokuwikixmlrpc https://img.shields.io/pypi/l/dokuwikixmlrpc https://img.shields.io/github/stars/kynan/dokuwikixmlrpc?style=social https://img.shields.io/github/forks/kynan/dokuwikixmlrpc?style=social

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dokuwikixmlrpc-2021.3.28.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

dokuwikixmlrpc-2021.3.28-py2.py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page