Difference between revisions of "Py-3rdparty-mediawiki"

From BITPlan Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
|url=https://github.com/WolfgangFahl/py-3rdparty-mediawiki
 
|url=https://github.com/WolfgangFahl/py-3rdparty-mediawiki
 
|version=0.7.2
 
|version=0.7.2
|date=2022-11-11
+
|date=2022-11-24
 
|since=2020-03-26
 
|since=2020-03-26
 
|storemode=property
 
|storemode=property

Revision as of 10:20, 24 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.2
description  
date  2022-11-24
since  2020-03-26
until  

tickets

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