jk_mediawikiapi


Namejk_mediawikiapi JSON
Version 0.2023.12.10 PyPI version JSON
download
home_pageNone
SummaryThis python module provides access to a MediaWiki wiki via its API.
upload_time2023-12-10 11:25:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords mediawiki mediawiki-api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            jk_mediawikiapi
==========

Introduction
------------

This python module provides access to a MediaWiki wiki via its API.

Information about this module can be found here:

* [github.org](https://github.com/jkpubsrc/python-module-jk-mediawikiapi)
* [pypi.python.org](https://pypi.python.org/pypi/jk_mediawikiapi)

Why this module?
----------------

The author of this module needed to access a MediaWiki and retrieve and update some data. At that point time quite python modules were available for this purpose and the author of this module experimente with quite some of these modules. To his suprprise none of these modules worked with his installation of a quite recent MediaWiki installation. After spending quite some time in trying to use existing modules to avoid the rework involved in the process of implementing functionality again without sufficient success, he had no other choice as to implement his own MediaWiki client himself. That's how this module came into existance.

This module aims to provide a *working* MediaWiki access for at least the most frequent functionality.

Limitations of this module
--------------------------

You *can* use this module for production *iff* you do some testing in your usecase.

Nevertheless this module is still considered of being "alpha". That implies:

1. There might be some API changes in the future. Methods might get renamed or method arguments might get renamed.
	* Nevertheless if you update to a more recent version of this module and find things broken it should not be difficult to find out possible changes in method and method argument names and update your own code accordingly.
2. There might be some special situations in responses of servers that might not yet have taken into consideration in the implementation of this module.
	* In the unlikely case that you encounter such a situation either ...
		a) ... fix this problem yourself and then send the code to the author of this module for integration, or
		b) ... contact the author of this module directly, provide details about the problem and he'll try to fix that problem as soon as possible.
3. Only the most frequent functionality is provided. There might be some special functionality not yet considered to provide as a method in <c>MediaWikiClient</c>.
	* In that case see (2) how to deal with this situation.

How to use this module
----------------------

### Import this module

Please include this module into your application using the following code:

```python
import jk_mediawikiapi
```

...

Contact Information
-------------------

This work is Open Source. This enables you to use this work for free.

Please have in mind this also enables you to contribute. We, the subspecies of software developers, can create great things. But the more collaborate, the more fantastic these things can become. Therefore Feel free to contact the author(s) listed below, either for giving feedback, providing comments, hints, indicate possible collaborations, ideas, improvements. Or maybe for "only" reporting some bugs:

* Jürgen Knauth: jknauth@uni-goettingen.de, pubsrc@binary-overflow.de

License
-------

This software is provided under the following license:

* Apache Software License 2.0




            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jk_mediawikiapi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "mediawiki,mediawiki-api",
    "author": null,
    "author_email": "J\u00fcrgen Knauth <pubsrc@binary-overflow.de>",
    "download_url": "https://files.pythonhosted.org/packages/3d/5c/56be0348b088f776dbe5a05a17c85cd3f5e29a88e1131ba3567bad81be7c/jk_mediawikiapi-0.2023.12.10.tar.gz",
    "platform": null,
    "description": "jk_mediawikiapi\n==========\n\nIntroduction\n------------\n\nThis python module provides access to a MediaWiki wiki via its API.\n\nInformation about this module can be found here:\n\n* [github.org](https://github.com/jkpubsrc/python-module-jk-mediawikiapi)\n* [pypi.python.org](https://pypi.python.org/pypi/jk_mediawikiapi)\n\nWhy this module?\n----------------\n\nThe author of this module needed to access a MediaWiki and retrieve and update some data. At that point time quite python modules were available for this purpose and the author of this module experimente with quite some of these modules. To his suprprise none of these modules worked with his installation of a quite recent MediaWiki installation. After spending quite some time in trying to use existing modules to avoid the rework involved in the process of implementing functionality again without sufficient success, he had no other choice as to implement his own MediaWiki client himself. That's how this module came into existance.\n\nThis module aims to provide a *working* MediaWiki access for at least the most frequent functionality.\n\nLimitations of this module\n--------------------------\n\nYou *can* use this module for production *iff* you do some testing in your usecase.\n\nNevertheless this module is still considered of being \"alpha\". That implies:\n\n1. There might be some API changes in the future. Methods might get renamed or method arguments might get renamed.\n\t* Nevertheless if you update to a more recent version of this module and find things broken it should not be difficult to find out possible changes in method and method argument names and update your own code accordingly.\n2. There might be some special situations in responses of servers that might not yet have taken into consideration in the implementation of this module.\n\t* In the unlikely case that you encounter such a situation either ...\n\t\ta) ... fix this problem yourself and then send the code to the author of this module for integration, or\n\t\tb) ... contact the author of this module directly, provide details about the problem and he'll try to fix that problem as soon as possible.\n3. Only the most frequent functionality is provided. There might be some special functionality not yet considered to provide as a method in <c>MediaWikiClient</c>.\n\t* In that case see (2) how to deal with this situation.\n\nHow to use this module\n----------------------\n\n### Import this module\n\nPlease include this module into your application using the following code:\n\n```python\nimport jk_mediawikiapi\n```\n\n...\n\nContact Information\n-------------------\n\nThis work is Open Source. This enables you to use this work for free.\n\nPlease have in mind this also enables you to contribute. We, the subspecies of software developers, can create great things. But the more collaborate, the more fantastic these things can become. Therefore Feel free to contact the author(s) listed below, either for giving feedback, providing comments, hints, indicate possible collaborations, ideas, improvements. Or maybe for \"only\" reporting some bugs:\n\n* J\u00fcrgen Knauth: jknauth@uni-goettingen.de, pubsrc@binary-overflow.de\n\nLicense\n-------\n\nThis software is provided under the following license:\n\n* Apache Software License 2.0\n\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This python module provides access to a MediaWiki wiki via its API.",
    "version": "0.2023.12.10",
    "project_urls": {
        "Home": "https://github.com/jkpubsrc/python-module-jk-mediawikiapi",
        "Homepage": "https://github.com/jkpubsrc/python-module-jk-mediawikiapi"
    },
    "split_keywords": [
        "mediawiki",
        "mediawiki-api"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ba7fdfedfbdb4fd95d116e3dbcb2ba720bce93780d506d5d58d57f10fb52f4c3",
                "md5": "f70ad248e0c4b470b57d0ef5258f7f3f",
                "sha256": "4671a3d5f74cb93b18a6b24a2031006592e52b1530e3ea8fc4b7d14fb500f6e4"
            },
            "downloads": -1,
            "filename": "jk_mediawikiapi-0.2023.12.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f70ad248e0c4b470b57d0ef5258f7f3f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 29859,
            "upload_time": "2023-12-10T11:25:47",
            "upload_time_iso_8601": "2023-12-10T11:25:47.084465Z",
            "url": "https://files.pythonhosted.org/packages/ba/7f/dfedfbdb4fd95d116e3dbcb2ba720bce93780d506d5d58d57f10fb52f4c3/jk_mediawikiapi-0.2023.12.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d5c56be0348b088f776dbe5a05a17c85cd3f5e29a88e1131ba3567bad81be7c",
                "md5": "adcc3c490ff0cd8c1560126667a84616",
                "sha256": "5cc86ff2aa42e92127ee10380ea422320ef88f94718ee82d631cd764474e8103"
            },
            "downloads": -1,
            "filename": "jk_mediawikiapi-0.2023.12.10.tar.gz",
            "has_sig": false,
            "md5_digest": "adcc3c490ff0cd8c1560126667a84616",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 25065,
            "upload_time": "2023-12-10T11:25:49",
            "upload_time_iso_8601": "2023-12-10T11:25:49.287321Z",
            "url": "https://files.pythonhosted.org/packages/3d/5c/56be0348b088f776dbe5a05a17c85cd3f5e29a88e1131ba3567bad81be7c/jk_mediawikiapi-0.2023.12.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-10 11:25:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jkpubsrc",
    "github_project": "python-module-jk-mediawikiapi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "jk_mediawikiapi"
}
        
Elapsed time: 0.15044s