Skip to main content

A set of utilities for detecting reverts in MediaWiki revisions.

Project description

# MediaWiki reverts

This library provides a set of utilities for detecting reverting activity in MediaWiki projects.

## Basic example

>>> import mwreverts
>>>
>>> checksum_revisions = [
...     ("aaa", {'rev_id': 1}),
...     ("bbb", {'rev_id': 2}),
...     ("aaa", {'rev_id': 3}),
...     ("ccc", {'rev_id': 4})
... ]
>>>
>>> list(mwreverts.detect(checksum_revisions))
[Revert(reverting={'rev_id': 3},
        reverteds=[{'rev_id': 2}],
        reverted_to={'rev_id': 1})]

## Author * Aaron Halfaker – https://github.com/halfak

## See also * https://meta.wikimedia.org/wiki/Research:Revert

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

mwreverts-0.0.5.zip (12.1 kB view hashes)

Uploaded Source

mwreverts-0.0.5.tar.gz (6.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page