Pyclientutils: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
|title=pyclientutils | |title=pyclientutils | ||
|url=https://github.com/WolfgangFahl/pyclientutils | |url=https://github.com/WolfgangFahl/pyclientutils | ||
|version=0.0. | |version=0.0.2 | ||
|description=python MediaWiki client utilities | |description=python MediaWiki client utilities | ||
|date=2026-01-28 | |date=2026-01-28 | ||
Latest revision as of 15:09, 28 January 2026
OsProject
| OsProject | |
|---|---|
| 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