Search Criteria
Package Details: wiki-monkey 5.5.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wiki-monkey.git (read-only, click to copy) |
|---|---|
| Package Base: | wiki-monkey |
| Description: | Wiki Monkey - MediaWiki (ArchWiki-optimized) bot and editor-assistant user script (server-enabled version). |
| Upstream URL: | https://github.com/kynikos/wiki-monkey/wiki |
| Keywords: | archwiki bot editor-assistant mediawiki user-script wiki |
| Licenses: | GPL3 |
| Submitter: | kynikos |
| Maintainer: | kynikos |
| Last Packager: | kynikos |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-12-05 15:40 (UTC) |
| Last Updated: | 2022-01-04 18:20 (UTC) |
Dependencies (9)
- python-configfileAUR
- python-flask-cors
- python-flask-migrate
- python-flask-restinpeaceAUR
- python-marshmallow-sqlalchemy
- python-pyxdg
- python-setuptools (make)
- gunicorn (optional) – serve the application with a proper WSGI server instead of Flask's local development server
- python-pyopenssl (optional) – make Flask's local development server use ad-hoc SSL certificates instead of a permanent one
Latest Comments
kynikos commented on 2021-06-22 15:40 (UTC)
Thanks @katt, I've changed python-xdg to python-pyxdg.
About python-cryptography, that's a dependency of python-pyopenssl, which is already included as an optional dependency: you'll need python-pyopenssl only if using ad-hoc SSL certificates, as described in the documentation.
katt commented on 2021-06-18 23:08 (UTC)
Needs to depend on python-pyxdg rather than python-xdg:
ModuleNotFoundError: No module named 'xdg.BaseDirectory'Also needs python-cryptography:
ModuleNotFoundError: No module named 'cryptography'