mwclient


Namemwclient JSON
Version 0.10.1 PyPI version JSON
download
home_pagehttps://github.com/btongminh/mwclient
SummaryMediaWiki API client
upload_time2020-05-28 17:15:49
maintainer
docs_urlNone
authorBryan Tong Minh
requires_python
licenseMIT
keywords mediawiki wikipedia
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            <div align="center">
    <img alt="mwclient logo" src="docs/source/logo.png"/>
    <h1>mwclient</h1>
</div>

[![Build status][build-status-img]](https://travis-ci.org/mwclient/mwclient)
[![Test coverage][test-coverage-img]](https://coveralls.io/r/mwclient/mwclient)
[![Latest version][latest-version-img]](https://pypi.python.org/pypi/mwclient)
[![MIT license][mit-license-img]](http://opensource.org/licenses/MIT)
[![Documentation status][documentation-status-img]](http://mwclient.readthedocs.io/en/latest/)
[![Issue statistics][issue-statistics-img]](http://isitmaintained.com/project/tldr-pages/tldr)
[![Gitter chat][gitter-chat-img]](https://gitter.im/mwclient/mwclient)


[build-status-img]: https://img.shields.io/travis/mwclient/mwclient.svg
[test-coverage-img]: https://img.shields.io/coveralls/mwclient/mwclient.svg
[latest-version-img]: https://img.shields.io/pypi/v/mwclient.svg
[mit-license-img]: https://img.shields.io/github/license/mwclient/mwclient.svg
[documentation-status-img]: https://readthedocs.org/projects/mwclient/badge/
[issue-statistics-img]: http://isitmaintained.com/badge/resolution/tldr-pages/tldr.svg
[gitter-chat-img]: https://img.shields.io/gitter/room/mwclient/mwclient.svg

mwclient is a lightweight Python client library to the
[MediaWiki API](https://mediawiki.org/wiki/API)
which provides access to most API functionality.
It works with Python 2.7 as well as 3.5 and above,
and supports MediaWiki 1.16 and above.
For functions not available in the current MediaWiki,
a `MediaWikiVersionError` is raised.

The current stable
[version 0.10.1](https://github.com/mwclient/mwclient/archive/v0.10.1.zip)
is [available through PyPI](https://pypi.python.org/pypi/mwclient):

```
$ pip install mwclient
```

The current [development version](https://github.com/mwclient/mwclient)
can be installed from GitHub:

```
$ pip install git+git://github.com/mwclient/mwclient.git
```

Please see the [changelog
document](https://github.com/mwclient/mwclient/blob/master/CHANGELOG.md)
for a list of changes.

## Documentation

Up-to-date documentation is hosted [at Read the Docs](http://mwclient.readthedocs.io/en/latest/).
It includes a user guide to get started using mwclient, a reference guide,
implementation and development notes.

There is also some documentation on the [GitHub wiki](https://github.com/mwclient/mwclient/wiki)
that hasn't been ported yet.
If you want to help, you're welcome!

## Contributing

Patches are welcome! See [this page](https://mwclient.readthedocs.io/en/latest/development/)
for information on how to get started with mwclient development.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/btongminh/mwclient",
    "name": "mwclient",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "mediawiki wikipedia",
    "author": "Bryan Tong Minh",
    "author_email": "bryan.tongminh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/97/b4/5fc70ad3286a8d8ec4b9ac01acad0f6b00c5a48d4a16b9d3be6519b7eb21/mwclient-0.10.1.tar.gz",
    "platform": "",
    "description": "<div align=\"center\">\n    <img alt=\"mwclient logo\" src=\"docs/source/logo.png\"/>\n    <h1>mwclient</h1>\n</div>\n\n[![Build status][build-status-img]](https://travis-ci.org/mwclient/mwclient)\n[![Test coverage][test-coverage-img]](https://coveralls.io/r/mwclient/mwclient)\n[![Latest version][latest-version-img]](https://pypi.python.org/pypi/mwclient)\n[![MIT license][mit-license-img]](http://opensource.org/licenses/MIT)\n[![Documentation status][documentation-status-img]](http://mwclient.readthedocs.io/en/latest/)\n[![Issue statistics][issue-statistics-img]](http://isitmaintained.com/project/tldr-pages/tldr)\n[![Gitter chat][gitter-chat-img]](https://gitter.im/mwclient/mwclient)\n\n\n[build-status-img]: https://img.shields.io/travis/mwclient/mwclient.svg\n[test-coverage-img]: https://img.shields.io/coveralls/mwclient/mwclient.svg\n[latest-version-img]: https://img.shields.io/pypi/v/mwclient.svg\n[mit-license-img]: https://img.shields.io/github/license/mwclient/mwclient.svg\n[documentation-status-img]: https://readthedocs.org/projects/mwclient/badge/\n[issue-statistics-img]: http://isitmaintained.com/badge/resolution/tldr-pages/tldr.svg\n[gitter-chat-img]: https://img.shields.io/gitter/room/mwclient/mwclient.svg\n\nmwclient is a lightweight Python client library to the\n[MediaWiki API](https://mediawiki.org/wiki/API)\nwhich provides access to most API functionality.\nIt works with Python 2.7 as well as 3.5 and above,\nand supports MediaWiki 1.16 and above.\nFor functions not available in the current MediaWiki,\na `MediaWikiVersionError` is raised.\n\nThe current stable\n[version 0.10.1](https://github.com/mwclient/mwclient/archive/v0.10.1.zip)\nis [available through PyPI](https://pypi.python.org/pypi/mwclient):\n\n```\n$ pip install mwclient\n```\n\nThe current [development version](https://github.com/mwclient/mwclient)\ncan be installed from GitHub:\n\n```\n$ pip install git+git://github.com/mwclient/mwclient.git\n```\n\nPlease see the [changelog\ndocument](https://github.com/mwclient/mwclient/blob/master/CHANGELOG.md)\nfor a list of changes.\n\n## Documentation\n\nUp-to-date documentation is hosted [at Read the Docs](http://mwclient.readthedocs.io/en/latest/).\nIt includes a user guide to get started using mwclient, a reference guide,\nimplementation and development notes.\n\nThere is also some documentation on the [GitHub wiki](https://github.com/mwclient/mwclient/wiki)\nthat hasn't been ported yet.\nIf you want to help, you're welcome!\n\n## Contributing\n\nPatches are welcome! See [this page](https://mwclient.readthedocs.io/en/latest/development/)\nfor information on how to get started with mwclient development.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MediaWiki API client",
    "version": "0.10.1",
    "split_keywords": [
        "mediawiki",
        "wikipedia"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "fcb0b2e3013ecd17033ab4c719cb1604",
                "sha256": "7aad000c4c7f239c7c92c43e2d5fbdaf8573262accd6070524ff42e46950306e"
            },
            "downloads": -1,
            "filename": "mwclient-0.10.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fcb0b2e3013ecd17033ab4c719cb1604",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 27987,
            "upload_time": "2020-05-28T17:15:48",
            "upload_time_iso_8601": "2020-05-28T17:15:48.234461Z",
            "url": "https://files.pythonhosted.org/packages/a8/23/5c91d28558315124250715bf3978adcb9dfaed98ca76efad154a05bf27b3/mwclient-0.10.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "148bd36bfaaf591bd9c0076cbf1ed888",
                "sha256": "79363dd8d12f5e3b91b92b63152bf9dfef27da786c076a244e1f148c8dd67139"
            },
            "downloads": -1,
            "filename": "mwclient-0.10.1.tar.gz",
            "has_sig": false,
            "md5_digest": "148bd36bfaaf591bd9c0076cbf1ed888",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 34923,
            "upload_time": "2020-05-28T17:15:49",
            "upload_time_iso_8601": "2020-05-28T17:15:49.559190Z",
            "url": "https://files.pythonhosted.org/packages/97/b4/5fc70ad3286a8d8ec4b9ac01acad0f6b00c5a48d4a16b9d3be6519b7eb21/mwclient-0.10.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-05-28 17:15:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "btongminh",
    "github_project": "mwclient",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "mwclient"
}
        
Elapsed time: 0.01422s