1 Source: python3-mediawiki-utilities
2 Maintainer: Aaron Halfakar <aaron.halfakar@gmail.com>
5 Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), python3-nose, python3-pymysql, python3-requests
6 Standards-Version: 3.9.6
8 Package: python3-mediawiki-utilities
10 Depends: ${misc:Depends}, ${python3:Depends}
11 Description: Infrastructure for running webservices on tools.wmflabs.org
12 Provides scripts and a python package for running and controlling
13 user provided webservices on tools.wmflabs.org.
15 webservice-new is the user facing script that can start / stop / restart
16 webservices when run from commandline in bastion hosts.
17 webservice-runner is the script that starts on the exec hosts and
18 exec's to the appropriate command to run the webserver itself.