Pyclientutils: Difference between revisions
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 |
||
| Line 13: | Line 13: | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
{{pip|pyclientutils}} | |||
Revision as of 11:31, 28 January 2026
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 |
| 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