mwtypes


Namemwtypes JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/mediawiki-utilities/python-mwtypes
SummaryA set of types for processing MediaWiki data.
upload_time2024-07-09 17:39:37
maintainerNone
docs_urlhttps://pythonhosted.org/mwtypes/
authorAaron Halfaker
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements jsonable
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MediaWiki Types

This library provides a set of classes for working with MediaWiki data types.  
The point of this library is to help standardize different schemes and naming
patterns between the database, XML dumps and API responses.  

* **Installation:** ``pip install mwtypes``
* **Documentation:** https://pythonhosted.org/mwtypes
* **Repositiory:** https://github.com/mediawiki-utilities/python-mwtypes
* **License:** MIT

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mediawiki-utilities/python-mwtypes",
    "name": "mwtypes",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/mwtypes/",
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Aaron Halfaker",
    "author_email": "aaron.halfaker@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/93/43/8c5969f9ab23d768062aecfd0126ad47c4ffb0f0ec418ed99cac6c37efc6/mwtypes-0.4.0.tar.gz",
    "platform": null,
    "description": "# MediaWiki Types\n\nThis library provides a set of classes for working with MediaWiki data types.  \nThe point of this library is to help standardize different schemes and naming\npatterns between the database, XML dumps and API responses.  \n\n* **Installation:** ``pip install mwtypes``\n* **Documentation:** https://pythonhosted.org/mwtypes\n* **Repositiory:** https://github.com/mediawiki-utilities/python-mwtypes\n* **License:** MIT\n\n## Author\n* Aaron Halfaker -- https://github.com/halfak\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A set of types for processing MediaWiki data.",
    "version": "0.4.0",
    "project_urls": {
        "Homepage": "https://github.com/mediawiki-utilities/python-mwtypes"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5fd15e9b1e546ac702c316bd8c68dcde63452489a55896979d4f87bc7f8d96b",
                "md5": "cb112fb1ece7686272b00492d4d8035f",
                "sha256": "b63fb06ba3ebd704aa2c6d504e71dfcbf49368ef1552791df8dd735ab321e423"
            },
            "downloads": -1,
            "filename": "mwtypes-0.4.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cb112fb1ece7686272b00492d4d8035f",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 20145,
            "upload_time": "2024-07-09T17:39:35",
            "upload_time_iso_8601": "2024-07-09T17:39:35.447605Z",
            "url": "https://files.pythonhosted.org/packages/a5/fd/15e9b1e546ac702c316bd8c68dcde63452489a55896979d4f87bc7f8d96b/mwtypes-0.4.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93438c5969f9ab23d768062aecfd0126ad47c4ffb0f0ec418ed99cac6c37efc6",
                "md5": "bc9f36a7d213202b4fdcf28e4de51b72",
                "sha256": "3e0706524ff6edc008bf37cbbd1a155f6bc738269be7d9bee1b7220cf9ad956f"
            },
            "downloads": -1,
            "filename": "mwtypes-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bc9f36a7d213202b4fdcf28e4de51b72",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13869,
            "upload_time": "2024-07-09T17:39:37",
            "upload_time_iso_8601": "2024-07-09T17:39:37.752542Z",
            "url": "https://files.pythonhosted.org/packages/93/43/8c5969f9ab23d768062aecfd0126ad47c4ffb0f0ec418ed99cac6c37efc6/mwtypes-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-09 17:39:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mediawiki-utilities",
    "github_project": "python-mwtypes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "jsonable",
            "specs": [
                [
                    ">=",
                    "0.3.0"
                ]
            ]
        }
    ],
    "lcname": "mwtypes"
}
        
Elapsed time: 1.64741s