Metadata-Version: 2.0
Name: mwpersistence
Version: 0.2.3
Summary: A set of utilities for measuring content persistence and tracking authorship in MediaWiki revisions.
Home-page: https://github.com/mediawiki-utilities/python-mwpersistence
Author: Aaron Halfaker
Author-email: ahalfaker@wikimedia.org
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Utilities
Classifier: Topic :: Scientific/Engineering
Requires-Dist: deltas
Requires-Dist: mwcli
Requires-Dist: mwdiffs
Requires-Dist: mwreverts
Requires-Dist: mwtypes
Requires-Dist: mwxml
Requires-Dist: para

# MediaWiki persistence computations

This library provides a set of utilities for measuring content persistence and
tracking authorship in MediaWiki revisions.

* **Install:** ``pip install mwpersistence`` (coming coon)
* **Documentation:** https://pythonhosted.org/mwpersistence (coming soon)
* **Repository:** https://github.com/mediawiki-utilities/mwpersistence
* **License:** MIT

## Authors
* Aaron Halfaker -- https://github.com/halfak


