Difference between revisions of "Py-3rdparty-mediawiki"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
|title=python 3rd party Mediawiki bot support enhancements e.g. encrypted credential handling | |title=python 3rd party Mediawiki bot support enhancements e.g. encrypted credential handling | ||
|url=https://github.com/WolfgangFahl/py-3rdparty-mediawiki | |url=https://github.com/WolfgangFahl/py-3rdparty-mediawiki | ||
− | |version=0. | + | |version=0.7.0 |
− | |date=2022- | + | |date=2022-11-11 |
|since=2020-03-26 | |since=2020-03-26 | ||
|storemode=property | |storemode=property |
Revision as of 15:06, 15 November 2022
OsProject
OsProject | |
---|---|
edit | |
id | Py-3rdparty-mediawiki |
state | active |
owner | WolfgangFahl |
title | python 3rd party Mediawiki bot support enhancements e.g. encrypted credential handling |
url | https://github.com/WolfgangFahl/py-3rdparty-mediawiki |
version | 0.7.0 |
description | |
date | 2022-11-11 |
since | 2020-03-26 |
until |
tickets
Freitext
see http://mediawiki-japi.bitplan.com/index.php/Py-3rdparty-mediawiki
Freitext
Installation
pip install py-3rdparty-mediawiki
# alternatively if your pip is not a python3 pip
pip3 install py-3rdparty-mediawiki
# local install from source directory of py-3rdparty-mediawiki
pip install .
upgrade
pip install py-3rdparty-mediawiki -U
# alternatively if your pip is not a python3 pip
pip3 install py-3rdparty-mediawiki -U