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.6. | + | |version=0.6.2 |
− | |date=2022- | + | |date=2022-04-30 |
|since=2020-03-26 | |since=2020-03-26 | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
+ | =tickets= | ||
=Freitext= | =Freitext= | ||
see http://mediawiki-japi.bitplan.com/index.php/Py-3rdparty-mediawiki | see http://mediawiki-japi.bitplan.com/index.php/Py-3rdparty-mediawiki | ||
+ | |||
+ | =Freitext= | ||
{{pip|py-3rdparty-mediawiki}} | {{pip|py-3rdparty-mediawiki}} |
Revision as of 10:33, 30 April 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.6.2 |
description | |
date | 2022-04-30 |
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