Frances Hocutt
Frances Hocutt
I am seeing this error in my logs: ``` /opt/pypy/lib/pypy3.9/site-packages/jwt/api_jwt.py:101: DeprecationWarning: The `verify` argument to `decode` does nothing in PyJWT 2.0 and newer. The equivalent is setting `verify_signature` to False...
Indicating wikitools' maintenance status would help potential contributors decide where makes the most sense to contribute and would help set accurate expectations for responses.
Adding unit tests would make debugging easier overall as well as easier to automate if desired.
The documentation that exists is clear and well written; however, it is very limited. Suggestions for improvement: - Expand the documentation to modules besides api, including links to the relevant...
Improve the available code samples by demonstrating use of the user-agent function and including a sample that demonstrates use of login/cookies to make edits to a wiki.
It would be very useful if simplemediawiki automatically handled the process of acquiring various forms of edit tokens.
It would be very useful if simplemediawiki handled query continuations (via `continue` or `query-continue` automatically.
Improve discoverability of documentation by adding a link to the README. Addressed by https://github.com/ianweller/python-simplemediawiki/pull/10 .
Using [`requests`](http://docs.python-requests.org/en/latest/) instead of `urllib` to handle HTTP requests would improve security as well as code readability. `urllib` does not verify SSL certificates.
I [added a line to README](https://github.com/ianweller/python-simplemediawiki/pull/10) and the tests for Python 2.6 and 3.3 failed (but not the one for 2.7): https://travis-ci.org/ianweller/python-simplemediawiki/builds/26683173. This doesn't seem right. Is something wrong with...