Marc Trölitzsch
Marc Trölitzsch
There are currently some test failures. Seems like either the expected values or the tested chart have changed since the introduction of those tests. ```diff 1) Test Utils getValuesFromFile: AssertionError...
Fixes #211 by raising an error when `ignore=False` and the MediaWiki response contains the `upload.warnings.exists` key. Previously, this warning was logged, but the call to `Site.upload` succeeded. This could be...
Adds the Python 3.13.0-alpha to Tox and the GitHub action.
Attempt to resolve #322, by clarifying the authentication section of the documentation.
## Problem We are currently exposing MediaWiki API parameters, that allow for multiple values, inconsistently. In some cases, we expect a `str` of the form `param1|param2`, whereas in other cases,...
Since dropping Python 2 support in #310, we now have the ability to add type annotations to the codebase. I think this could be very helpful for users to discover...