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.1.tar.gz
(20.6 kB
view details)
Built Distribution
File details
Details for the file torqueclient-0.6.1.tar.gz
.
File metadata
- Download URL: torqueclient-0.6.1.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 | dbd0a4cd761b0144d214c796e0e584847d13094a866edba3ca270b49d274ce29 |
|
MD5 | 4c1116c497dd8d786b05c59a71b7f20e |
|
BLAKE2b-256 | c129dcb2d26ea18c2980eba5b17028db5127752873cb659e4497e51c56899cc6 |
File details
Details for the file torqueclient-0.6.1-py3-none-any.whl
.
File metadata
- Download URL: torqueclient-0.6.1-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 | 220fc7ac9610bbd76b5c1192a821d468fe505f82ab51750001a204567282e00c |
|
MD5 | 80bf6aff265f64021270837be115a3e3 |
|
BLAKE2b-256 | cde9a11a0ca64a89a923c3c4a7411495c871386fe597a1812e4456318f33a037 |