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.7.tar.gz
(19.8 kB
view details)
Built Distribution
File details
Details for the file torqueclient-0.5.7.tar.gz
.
File metadata
- Download URL: torqueclient-0.5.7.tar.gz
- Upload date:
- Size: 19.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed92fdacace6509f043d30285b1c1c1587fab426cc079ac204097c6b9ceef088 |
|
MD5 | 099917c26abfbcc8e78f388aac10960d |
|
BLAKE2b-256 | 885e227630e98e68ae4c6c9c94e5725d2397064c848d15fe9d6e8d0c43f0d0bd |
File details
Details for the file torqueclient-0.5.7-py3-none-any.whl
.
File metadata
- Download URL: torqueclient-0.5.7-py3-none-any.whl
- Upload date:
- Size: 20.0 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 | c1dc050767d53359f03b49c494ab25d2af9e817cc946fe0bf2755eaeaaf6428d |
|
MD5 | 2c3c78ba77f1f3f0ba587b876fb6c0c2 |
|
BLAKE2b-256 | 737ac10b3d11ebe764297c26e0327feb53d07497047b4a39740e3eff68e3d2a3 |