Pyclientutils: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "=OsProject= {{OsProject |id=pyclientutils |state=active |owner=WolfgangFahl |title=pyclientutils |url=https://github.com/WolfgangFahl/pyclientutils |version=0.0.1 |description=python MediaWiki client utilities |date=2026-01-28 |since=2026-01-28 |storemode=property }}")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
|title=pyclientutils
|title=pyclientutils
|url=https://github.com/WolfgangFahl/pyclientutils
|url=https://github.com/WolfgangFahl/pyclientutils
|version=0.0.1
|version=0.0.2
|description=python MediaWiki client utilities
|description=python MediaWiki client utilities
|date=2026-01-28
|date=2026-01-28
Line 13: Line 13:
|storemode=property
|storemode=property
}}
}}
{{pip|pyclientutils}}

Latest revision as of 15:09, 28 January 2026

OsProject

OsProject
edit
id  pyclientutils
state  active
owner  WolfgangFahl
title  pyclientutils
url  https://github.com/WolfgangFahl/pyclientutils
version  0.0.2
description  python MediaWiki client utilities
date  2026-01-28
since  2026-01-28
until  


Installation

pip install pyclientutils
# alternatively if your pip is not a python3 pip
pip3 install pyclientutils 
# local install from source directory of pyclientutils 
pip install .

upgrade

pip install pyclientutils  -U
# alternatively if your pip is not a python3 pip
pip3 install pyclientutils -U