Difference between revisions of "Py-3rdparty-mediawiki"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
{{OsProject | {{OsProject | ||
|id=Py-3rdparty-mediawiki | |id=Py-3rdparty-mediawiki | ||
+ | |state=active | ||
|owner=WolfgangFahl | |owner=WolfgangFahl | ||
|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.5. | + | |version=0.5.2 |
|date=2021-10-21 | |date=2021-10-21 | ||
+ | |since=2020-03-26 | ||
|storemode=property | |storemode=property | ||
}} | }} |
Revision as of 10:30, 20 December 2021
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.5.2 |
description | |
date | 2021-10-21 |
since | 2020-03-26 |
until |
Freitext
see http://mediawiki-japi.bitplan.com/index.php/Py-3rdparty-mediawiki
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