1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: mwoauth
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-jwt,
python3-pytest,
python3-requests,
python3-requests-oauthlib,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/mediawiki-utilities/python-mwoauth
Vcs-Git: https://salsa.debian.org/python-team/packages/mwoauth.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/mwoauth
Package: python3-mwoauth
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Generic MediaWiki OAuth handshake helper.
mwoauth is an open licensed (MIT) library designed to provide a
simple means to performing an OAuth handshake with a MediaWiki
installation with the OAuth Extension installed.
|