All Projects → kynan → dokuwikixmlrpc

kynan / dokuwikixmlrpc

Licence: MIT License
Python module for the DokuWiki XML-RPC backend

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dokuwikixmlrpc

python-dokuwiki
Manage Dokuwiki via XMLRPC.
Stars: ✭ 32 (+23.08%)
Mutual labels:  dokuwiki, xmlrpc
mypaas
MyPaas is an Ansible playbook for startups or small companies which want to build a modern and fully automated infrastructure.
Stars: ✭ 24 (-7.69%)
Mutual labels:  dokuwiki
dokuwiki-plugin-syntaxhighlighter4
SyntaxHighlighter4 plugin for DokuWiki
Stars: ✭ 51 (+96.15%)
Mutual labels:  dokuwiki
dokuwiki-plugin-bootswrapper
Bootstrap Wrapper for DokuWiki
Stars: ✭ 33 (+26.92%)
Mutual labels:  dokuwiki
xmlrpc
A port of CookComputing.XmlRpcV2 for dotnet core 2
Stars: ✭ 27 (+3.85%)
Mutual labels:  xmlrpc
ioBroker.hm-rpc
Connects HomeMatic Interface-Processes to ioBroker
Stars: ✭ 55 (+111.54%)
Mutual labels:  xml-rpc
xmlrpcwsc-dotnet
XML-RPC Web Service Client C# implementation
Stars: ✭ 30 (+15.38%)
Mutual labels:  xml-rpc
nspages
Plugin for dokuwiki - Display tables of content
Stars: ✭ 21 (-19.23%)
Mutual labels:  dokuwiki
necessary-evil
XML-RPC implemented as Ring HTTP handlers for Clojure
Stars: ✭ 56 (+115.38%)
Mutual labels:  xml-rpc
xmlrpc-bruteforcer
An XMLRPC brute forcer targeting Wordpress written in Python 3. (DISCONTINUED)
Stars: ✭ 62 (+138.46%)
Mutual labels:  xml-rpc
dokuwiki-strata
Strata - a Semi-Structured Data plugin for Dokuwiki
Stars: ✭ 16 (-38.46%)
Mutual labels:  dokuwiki
odooly
Python library and CLI to interact with Odoo and OpenERP.
Stars: ✭ 53 (+103.85%)
Mutual labels:  xml-rpc
Mm Wiki
MM-Wiki 一个轻量级的企业知识分享与团队协同软件,可用于快速构建企业 Wiki 和团队知识分享平台。部署方便,使用简单,帮助团队构建一个信息共享、文档管理的协作环境。
Stars: ✭ 2,364 (+8992.31%)
Mutual labels:  dokuwiki
Dokuwiki
The DokuWiki Open Source Wiki Engine
Stars: ✭ 3,297 (+12580.77%)
Mutual labels:  dokuwiki
bitnami-docker-dokuwiki
Bitnami Docker Image for DokuWiki
Stars: ✭ 98 (+276.92%)
Mutual labels:  dokuwiki
dokuwiki-plugin-prosemirror
Work in Progress
Stars: ✭ 32 (+23.08%)
Mutual labels:  dokuwiki
testlink-java-api
TestLink Java API
Stars: ✭ 62 (+138.46%)
Mutual labels:  xml-rpc
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 <[email protected]>.

See LICENSE.txt for license info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].