Python client for mediawiki/torque
Project description
torqueclient
Library to interface with a torque server running behind mediawiki. It creates a nicer programmattic interface with local caching options for the more cumbersome rest interface that the torque mediawiki extension creates.
Usage
The basic usage is:
from torqueclient import Torque
torque = Torque("<URL>", "<username>", "<password>")
print(torque.collections["<collection_name>"].documents["<document_key>"]["<field>"]
See the inline documentation for more information.
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
torqueclient-0.6.0.tar.gz
(20.6 kB
view details)
Built Distribution
File details
Details for the file torqueclient-0.6.0.tar.gz
.
File metadata
- Download URL: torqueclient-0.6.0.tar.gz
- Upload date:
- Size: 20.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3b17f054d525db6cbd2dea266e4a7ee03b438a64f8f839b8e3ec9932b3260bd |
|
MD5 | ed1e51d7e0776287ffe3bcff8d7b5bef |
|
BLAKE2b-256 | dc92aebff4d760ce75b2e71f6c333c1be49cf97d4be2ee8754afbfc57861f65c |
File details
Details for the file torqueclient-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: torqueclient-0.6.0-py3-none-any.whl
- Upload date:
- Size: 20.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb3744eec7ec94cc46153776c9a47eae9184b49bcabd18d5fe393210bad22b5b |
|
MD5 | 6684f2663a0fcee213486adc4ec3a2ea |
|
BLAKE2b-256 | bec1dbd40f172a3e043b9194668efa927f8c14a974e229b8d54fe0bdce57cd94 |