editquality


Nameeditquality JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://github.com/wikimedia/editquality
SummaryA library for performing automatic detection of the quality of Wikipedia edits.
upload_time2022-12-21 15:01:42
maintainer
docs_urlNone
authorAaron Halfaker
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements deep_merge docopt jinja2 langdetect mwapi mwtypes mwreverts mwxml revscoring statistics tqdm mysqltsv para
Travis-CI
coveralls test coverage No coveralls.
            # Edit quality

This library provides a set of utilities for building and maintaining
edit quality prediction models for Wikipedia and other Wikimedia projects.

* **Repository:** https://github.com/wikimedia/editquality
* **Documentation:** https://editquality.readthedocs.io
* **License:** MIT

## Installation

First, follow the [installation instructions for revscoring](https://github.com/wikimedia/revscoring).

At the command line:
```
pip install editquality
```

This should will install the library and CLI tool in your PATH. To check it out
try invoking the CLI:
```
editquality -h
```

## Local Development
First, make sure you have `python3`, `virtualenv`, and `git-lfs` installed and configured on your system.  Note that `git-lfs` will need you to run `git lfs install` once before it works. 

You can clone the project repo and work from the
root directory as follows:
```
git clone  https://github.com/wikimedia/editquality.git
cd editquality
virtualenv -p python3 venv
source venv/bin/activate
python setup.py install
```

Now you can invoke the utility cli:
```
./utility -h
```

## Author
* Aaron Halfaker -- https://github.com/halfak
* Amir Sarabadani -- https://github.com/Ladsgroup

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wikimedia/editquality",
    "name": "editquality",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Aaron Halfaker",
    "author_email": "ahalfaker@wikimedia.org",
    "download_url": "https://files.pythonhosted.org/packages/7c/94/2aaaf3af34fbf42786d56d34afd0f1181ea77b515f1a0d36a006c55a33e3/editquality-0.5.1.tar.gz",
    "platform": null,
    "description": "# Edit quality\n\nThis library provides a set of utilities for building and maintaining\nedit quality prediction models for Wikipedia and other Wikimedia projects.\n\n* **Repository:** https://github.com/wikimedia/editquality\n* **Documentation:** https://editquality.readthedocs.io\n* **License:** MIT\n\n## Installation\n\nFirst, follow the [installation instructions for revscoring](https://github.com/wikimedia/revscoring).\n\nAt the command line:\n```\npip install editquality\n```\n\nThis should will install the library and CLI tool in your PATH. To check it out\ntry invoking the CLI:\n```\neditquality -h\n```\n\n## Local Development\nFirst, make sure you have `python3`, `virtualenv`, and `git-lfs` installed and configured on your system.  Note that `git-lfs` will need you to run `git lfs install` once before it works. \n\nYou can clone the project repo and work from the\nroot directory as follows:\n```\ngit clone  https://github.com/wikimedia/editquality.git\ncd editquality\nvirtualenv -p python3 venv\nsource venv/bin/activate\npython setup.py install\n```\n\nNow you can invoke the utility cli:\n```\n./utility -h\n```\n\n## Author\n* Aaron Halfaker -- https://github.com/halfak\n* Amir Sarabadani -- https://github.com/Ladsgroup\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library for performing automatic detection of the quality of Wikipedia edits.",
    "version": "0.5.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "d5e5420bb42a570d4684a7e5c14862c3",
                "sha256": "93bd5b80e65270f9722e6cbf389b493bfee251c97c6ed0fcc1d8b61c2f0e154b"
            },
            "downloads": -1,
            "filename": "editquality-0.5.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d5e5420bb42a570d4684a7e5c14862c3",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 53633,
            "upload_time": "2022-12-21T15:01:40",
            "upload_time_iso_8601": "2022-12-21T15:01:40.534360Z",
            "url": "https://files.pythonhosted.org/packages/3b/6b/2de77e9bf9e36795c90709c77595a693250a4527172d33eac47722b07949/editquality-0.5.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "64d8a474272fc36752cd80f78985d6d3",
                "sha256": "60301b0e2220c53067e9cb44d586022dc74f66630fe96136ae732e6c6346569c"
            },
            "downloads": -1,
            "filename": "editquality-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "64d8a474272fc36752cd80f78985d6d3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 28399,
            "upload_time": "2022-12-21T15:01:42",
            "upload_time_iso_8601": "2022-12-21T15:01:42.290120Z",
            "url": "https://files.pythonhosted.org/packages/7c/94/2aaaf3af34fbf42786d56d34afd0f1181ea77b515f1a0d36a006c55a33e3/editquality-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-21 15:01:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "wikimedia",
    "github_project": "editquality",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "deep_merge",
            "specs": [
                [
                    ">=",
                    "0.0.2"
                ]
            ]
        },
        {
            "name": "docopt",
            "specs": [
                [
                    "==",
                    "0.6.2"
                ]
            ]
        },
        {
            "name": "jinja2",
            "specs": []
        },
        {
            "name": "langdetect",
            "specs": [
                [
                    "<",
                    "1.0.999"
                ],
                [
                    ">=",
                    "1.0.7"
                ]
            ]
        },
        {
            "name": "mwapi",
            "specs": [
                [
                    ">=",
                    "0.5.1"
                ],
                [
                    "<",
                    "0.5.999"
                ]
            ]
        },
        {
            "name": "mwtypes",
            "specs": [
                [
                    "<",
                    "0.3.999"
                ],
                [
                    ">=",
                    "0.3.0"
                ]
            ]
        },
        {
            "name": "mwreverts",
            "specs": [
                [
                    "<",
                    "0.1.999"
                ],
                [
                    ">=",
                    "0.1.0"
                ]
            ]
        },
        {
            "name": "mwxml",
            "specs": [
                [
                    ">=",
                    "0.3.3"
                ]
            ]
        },
        {
            "name": "revscoring",
            "specs": [
                [
                    "<",
                    "2.11.999"
                ],
                [
                    ">=",
                    "2.8.2"
                ]
            ]
        },
        {
            "name": "statistics",
            "specs": [
                [
                    ">=",
                    "1.0.3"
                ],
                [
                    "<",
                    "1.0.999"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    ">=",
                    "4.15.0"
                ],
                [
                    "<",
                    "4.15.999"
                ]
            ]
        },
        {
            "name": "mysqltsv",
            "specs": [
                [
                    "<",
                    "0.0.999"
                ],
                [
                    ">=",
                    "0.0.7"
                ]
            ]
        },
        {
            "name": "para",
            "specs": [
                [
                    "==",
                    "0.0.5"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "editquality"
}
        
Elapsed time: 0.10724s