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.3.tar.gz
(20.6 kB
view details)
Built Distribution
File details
Details for the file torqueclient-0.6.3.tar.gz
.
File metadata
- Download URL: torqueclient-0.6.3.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 | 857e09037ac3acee3d50a930501ebd22e5ec8161090e003ea3dd1425060ad84a |
|
MD5 | 30df23dda577dcdc8c5170b966966f55 |
|
BLAKE2b-256 | 3168d492be9150175d4e397b653656bdf8673142afef6223b50a1f7bc82bef0f |
File details
Details for the file torqueclient-0.6.3-py3-none-any.whl
.
File metadata
- Download URL: torqueclient-0.6.3-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 | 7742f1a7b3c9c5cef18444deb1b77b3c496a842f00425b392cea81aee82ac37a |
|
MD5 | 4a3a7c9d35597794bafe1abbf34d63a4 |
|
BLAKE2b-256 | 08e7de2120fd03386d1f039e3b0caef27d2c637c8fb228ed3e2162e206002592 |