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.8.tar.gz
(20.7 kB
view details)
Built Distribution
File details
Details for the file torqueclient-0.6.8.tar.gz
.
File metadata
- Download URL: torqueclient-0.6.8.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 | 1b31e4138b48fcb75cb5e07516d5468f55d9b16054e4b3d47d76726fbe0e1091 |
|
MD5 | 96257fd163e21586ee71aa489f88365f |
|
BLAKE2b-256 | 27e1096531d52d37713d6d966892ac8c6e568b9a0cf12f2261a127c294615a82 |
File details
Details for the file torqueclient-0.6.8-py3-none-any.whl
.
File metadata
- Download URL: torqueclient-0.6.8-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 | 8ca84f43f8b40251cd846951b23e8107087bf19c9fe98062c19cc03a76ef5ade |
|
MD5 | 45c6b84c8b7147540d4b1f49e0043df8 |
|
BLAKE2b-256 | b79a672d06654eece438fd851a97fe5b5bbfe42d7f8201633e32c26fa2e08337 |