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.6.tar.gz
(20.7 kB
view details)
Built Distribution
File details
Details for the file torqueclient-0.6.6.tar.gz
.
File metadata
- Download URL: torqueclient-0.6.6.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5eb7385ff7243ddf40c26b6f37e0579de94e9e8240bcceffe836f17053d4ad6a |
|
MD5 | a8cabb1737dda2f61dfa0c7dd289bfc2 |
|
BLAKE2b-256 | 7ca186ef2a1c1782997aec21d1a337a0154b4aa5c5be096f5dcfa39879f83e06 |
File details
Details for the file torqueclient-0.6.6-py3-none-any.whl
.
File metadata
- Download URL: torqueclient-0.6.6-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 | 72bfaef2c4723d2ece6c209a0a090facb5dfe7553a46fe375894133fc9d25336 |
|
MD5 | 7b9fd482d24c32cd2e7aa0cfbf328fec |
|
BLAKE2b-256 | dd13129e96ebd74d7494537b1bacc30ba38c2dd26dedb2137532b7b0d88a878b |