mwclient


Namemwclient JSON
Version 0.11.0 PyPI version JSON
download
home_pagehttps://github.com/mwclient/mwclient
SummaryMediaWiki API client
upload_time2024-08-12 09:08:14
maintainerNone
docs_urlNone
authorBryan Tong Minh
requires_pythonNone
licenseMIT
keywords mediawiki wikipedia
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
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://github.com/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/mwclient/mwclient)
[![Gitter chat][gitter-chat-img]](https://gitter.im/mwclient/mwclient)


[build-status-img]: https://github.com/mwclient/mwclient/actions/workflows/tox.yml/badge.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/mwclient/mwclient.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 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.11.0](https://github.com/mwclient/mwclient/archive/v0.11.0.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.

mwclient was originally written by Bryan Tong Minh. It was maintained
for many years by Dan Michael O. Heggø, with assistance from Waldir
Pimenta. It is currently maintained by Marc Trölitzsch, Adam Williamson
and Megan Cutrofello. The best way to get in touch with the maintainers
is by filing an issue or a pull request.

## 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/mwclient/mwclient",
    "name": "mwclient",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "mediawiki wikipedia",
    "author": "Bryan Tong Minh",
    "author_email": "bryan.tongminh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5e/b3/0f77b8838a22e99b9cb64aef15fb96a4a8315fe890dbe3bff6f8364e8940/mwclient-0.11.0.tar.gz",
    "platform": null,
    "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://github.com/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/mwclient/mwclient)\n[![Gitter chat][gitter-chat-img]](https://gitter.im/mwclient/mwclient)\n\n\n[build-status-img]: https://github.com/mwclient/mwclient/actions/workflows/tox.yml/badge.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/mwclient/mwclient.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 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.11.0](https://github.com/mwclient/mwclient/archive/v0.11.0.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\nmwclient was originally written by Bryan Tong Minh. It was maintained\nfor many years by Dan Michael O. Hegg\u00f8, with assistance from Waldir\nPimenta. It is currently maintained by Marc Tr\u00f6litzsch, Adam Williamson\nand Megan Cutrofello. The best way to get in touch with the maintainers\nis by filing an issue or a pull request.\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",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MediaWiki API client",
    "version": "0.11.0",
    "project_urls": {
        "Homepage": "https://github.com/mwclient/mwclient"
    },
    "split_keywords": [
        "mediawiki",
        "wikipedia"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0ad2bf4551a9f9c5c360b990ce6119edd717e0f28bb332a71921f4aa52889dc",
                "md5": "ded280f8cb47a0c81d75cfe35d471d86",
                "sha256": "27914a307cb4539fd49a16d634c9c777c0de0976b3af9225bd95d4657bfd4d74"
            },
            "downloads": -1,
            "filename": "mwclient-0.11.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ded280f8cb47a0c81d75cfe35d471d86",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 33274,
            "upload_time": "2024-08-12T09:08:13",
            "upload_time_iso_8601": "2024-08-12T09:08:13.000988Z",
            "url": "https://files.pythonhosted.org/packages/b0/ad/2bf4551a9f9c5c360b990ce6119edd717e0f28bb332a71921f4aa52889dc/mwclient-0.11.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5eb30f77b8838a22e99b9cb64aef15fb96a4a8315fe890dbe3bff6f8364e8940",
                "md5": "791213fdc5d071c8652d81986da9ae6a",
                "sha256": "2bb7696f3703243eb33514ab162d7f6076dcedd011be90682936046c5e34fd06"
            },
            "downloads": -1,
            "filename": "mwclient-0.11.0.tar.gz",
            "has_sig": false,
            "md5_digest": "791213fdc5d071c8652d81986da9ae6a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 71978,
            "upload_time": "2024-08-12T09:08:14",
            "upload_time_iso_8601": "2024-08-12T09:08:14.235041Z",
            "url": "https://files.pythonhosted.org/packages/5e/b3/0f77b8838a22e99b9cb64aef15fb96a4a8315fe890dbe3bff6f8364e8940/mwclient-0.11.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-12 09:08:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mwclient",
    "github_project": "mwclient",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "mwclient"
}
        
Elapsed time: 4.35007s