mwcli


Namemwcli JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/mediawiki-utilities/python-mwcli
SummaryUtilities for processing MediaWiki on the command line.
upload_time2020-01-14 19:11:40
maintainer
docs_urlNone
authorAaron Halfaker
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements docopt para mwxml
Travis-CI
coveralls test coverage No coveralls.
            # MediaWiki command-line interface

A set of helper functions and classes for mediawiki-utilities command-line
utilities. 

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

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



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mediawiki-utilities/python-mwcli",
    "name": "mwcli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Aaron Halfaker",
    "author_email": "aaron.halfaker@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2a/f2/87d8a6ce3c2f0e124aefad313cebee5bce9703837c21685842a68b795b68/mwcli-0.0.3.tar.gz",
    "platform": "",
    "description": "# MediaWiki command-line interface\n\nA set of helper functions and classes for mediawiki-utilities command-line\nutilities. \n\n* **Installation:** ``pip install mwcli``\n* **Documentation:** https://pythonhosted.org/mwcli\n* **Repositiory:** https://github.com/mediawiki-utilities/python-mwcli\n* **License:** MIT\n\n## Author\n* Aaron Halfaker -- https://github.com/halfak\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Utilities for processing MediaWiki on the command line.",
    "version": "0.0.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "8c3953122746aa9cb122008febb199e4",
                "sha256": "24a7e53730e6fa7e55626e4f2a61a0b016d5e0a9798306c1d8c71bcead0ab239"
            },
            "downloads": -1,
            "filename": "mwcli-0.0.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8c3953122746aa9cb122008febb199e4",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 8441,
            "upload_time": "2020-01-14T19:11:39",
            "upload_time_iso_8601": "2020-01-14T19:11:39.340586Z",
            "url": "https://files.pythonhosted.org/packages/d2/21/71ba94260e798e02adeeaa3be2dc81c5ba72d307af52da7b596869cb8a91/mwcli-0.0.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "59c0a302ca79ee63b502c417fb37cecf",
                "sha256": "00331bd0ff16b5721c9c6274d91e25fd355f45ec0773c8a0e3926eac058719a0"
            },
            "downloads": -1,
            "filename": "mwcli-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "59c0a302ca79ee63b502c417fb37cecf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6070,
            "upload_time": "2020-01-14T19:11:40",
            "upload_time_iso_8601": "2020-01-14T19:11:40.947265Z",
            "url": "https://files.pythonhosted.org/packages/2a/f2/87d8a6ce3c2f0e124aefad313cebee5bce9703837c21685842a68b795b68/mwcli-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-01-14 19:11:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mediawiki-utilities",
    "github_project": "python-mwcli",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "docopt",
            "specs": []
        },
        {
            "name": "para",
            "specs": []
        },
        {
            "name": "mwxml",
            "specs": []
        }
    ],
    "lcname": "mwcli"
}
        
Elapsed time: 0.02896s