draftquality


Namedraftquality JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/wikimedia/draftquality
SummaryA library for performing automatic detection of the quality of Wikipedia article creations.
upload_time2022-12-21 15:00:27
maintainer
docs_urlNone
authorAaron Halfaker
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements docopt revscoring mysqltsv yamlconf json2tsv articlequality
Travis-CI
coveralls test coverage No coveralls.
            # draftquality

This library provides a set of utilities for building and maintaining
draft (new article creation) quality prediction models for Wikipedia.

* **Installation:** ``pip install draftquality``
* **Repository:** https://github.com/wikimedia/draftquality
* **License:** MIT

## Requirements

Optionally requires the following based on usage:

* NLTK SentiWordnet - ``python -m nltk.downloader sentiwordnet``
* NLTK Wordnet - ``python -m nltk.downloader wordnet``

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wikimedia/draftquality",
    "name": "draftquality",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Aaron Halfaker",
    "author_email": "ahalfaker@wikimedia.org",
    "download_url": "https://files.pythonhosted.org/packages/87/6f/a72f33a6dfd0b1fd1f35f3a58d089ac954ec7675b797a480ebde4ee434bb/draftquality-0.0.4.tar.gz",
    "platform": null,
    "description": "# draftquality\n\nThis library provides a set of utilities for building and maintaining\ndraft (new article creation) quality prediction models for Wikipedia.\n\n* **Installation:** ``pip install draftquality``\n* **Repository:** https://github.com/wikimedia/draftquality\n* **License:** MIT\n\n## Requirements\n\nOptionally requires the following based on usage:\n\n* NLTK SentiWordnet - ``python -m nltk.downloader sentiwordnet``\n* NLTK Wordnet - ``python -m nltk.downloader wordnet``\n\n## Author\n* Aaron Halfaker -- https://github.com/halfak\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library for performing automatic detection of the quality of Wikipedia article creations.",
    "version": "0.0.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "45e4dad306a95fb50a1c4f2ea8fbdd95",
                "sha256": "493b803ed9746103a36e1771d9f6427e44fcede9ac9858d577c891fbdaf615a6"
            },
            "downloads": -1,
            "filename": "draftquality-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "45e4dad306a95fb50a1c4f2ea8fbdd95",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6360,
            "upload_time": "2022-12-21T15:00:25",
            "upload_time_iso_8601": "2022-12-21T15:00:25.792791Z",
            "url": "https://files.pythonhosted.org/packages/09/a1/1dd1d9aed12f2b479a0dac0ef50af52a9203eacea81b5f527b3b0c86b896/draftquality-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "8114481e0583ae685c01e2257344d04f",
                "sha256": "ede98211bb05270a029b4be90203d57f65ed1555d10cdfe56ef35a062c3eb2b4"
            },
            "downloads": -1,
            "filename": "draftquality-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "8114481e0583ae685c01e2257344d04f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4556,
            "upload_time": "2022-12-21T15:00:27",
            "upload_time_iso_8601": "2022-12-21T15:00:27.628340Z",
            "url": "https://files.pythonhosted.org/packages/87/6f/a72f33a6dfd0b1fd1f35f3a58d089ac954ec7675b797a480ebde4ee434bb/draftquality-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-21 15:00:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "wikimedia",
    "github_project": "draftquality",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "docopt",
            "specs": [
                [
                    "==",
                    "0.6.2"
                ]
            ]
        },
        {
            "name": "revscoring",
            "specs": [
                [
                    "<",
                    "2.11.999"
                ],
                [
                    ">=",
                    "2.8.2"
                ]
            ]
        },
        {
            "name": "mysqltsv",
            "specs": [
                [
                    "<",
                    "0.0.999"
                ],
                [
                    ">=",
                    "0.0.7"
                ]
            ]
        },
        {
            "name": "yamlconf",
            "specs": [
                [
                    "<",
                    "0.2.999"
                ],
                [
                    ">=",
                    "0.2.2"
                ]
            ]
        },
        {
            "name": "json2tsv",
            "specs": [
                [
                    ">=",
                    "0.1.2"
                ]
            ]
        },
        {
            "name": "articlequality",
            "specs": [
                [
                    ">=",
                    "0.4.1"
                ],
                [
                    "<",
                    "0.4.999"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "draftquality"
}
        
Elapsed time: 0.06053s