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.5.1.tar.gz
(19.5 kB
view details)
Built Distribution
File details
Details for the file torqueclient-0.5.1.tar.gz
.
File metadata
- Download URL: torqueclient-0.5.1.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a77ebc9e6af0282e236ce500de6f4e43298ba7b29fa1fd4cb2515463880ad6b5 |
|
MD5 | 870862b55f465bd46a922ecb37ac4b98 |
|
BLAKE2b-256 | 56f4b0e9bbe8caf29e632d1fa2e23cd1ee5bce9994a0ded762ed995976d3f424 |
File details
Details for the file torqueclient-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: torqueclient-0.5.1-py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 777ae211f9cbe974a9658f0ab77f4c73773a8577640546b924d68b1c214018bc |
|
MD5 | 555f2212cbc7ee3f3e21be4d350be2f6 |
|
BLAKE2b-256 | 8537b65728ec9cb5422b72d2791a7df65fb2d46f68a0f63cac1b2708274d6bce |