{ "info": { "author": "Patrick Cloke", "author_email": "clokep@patrick.cloke.us", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "mwcomposerfromhell\n##################\n\n.. image:: https://travis-ci.org/clokep/mwcomposerfromhell.svg?branch=master\n :target: https://travis-ci.org/clokep/mwcomposerfromhell\n\n**mwcomposerfromhell** is a Python package that provides an easy-to-use composer\nto convert the MediaWiki `Wikicode`_ to HTML via `mwparserfromhell`_. It supports\nPython 3.\n\n.. _Wikicode: https://en.wikipedia.org/wiki/Help:Wikitext\n.. _mwparserfromhell: https://mwparserfromhell.readthedocs.io\n\nUsage\n-----\n\nNormal usage is rather straightforward (where ``text`` is page text)\n\n.. code-block:: python\n\n >>> import mwparserfromhell\n >>> import mwcomposerfromhell\n >>> wikicode = mwparserfromhell.parse(text)\n >>> html = mwcomposerfromhell.compose(wikicode)\n\n``html`` is a ``str`` object for the output HTML.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/clokep/mwcomposerfromhell", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "mwcomposerfromhell", "package_url": "https://pypi.org/project/mwcomposerfromhell/", "platform": "", "project_url": "https://pypi.org/project/mwcomposerfromhell/", "project_urls": { "Homepage": "https://github.com/clokep/mwcomposerfromhell" }, "release_url": "https://pypi.org/project/mwcomposerfromhell/0.2.1/", "requires_dist": [ "mwparserfromhell (>=0.5)" ], "requires_python": "", "summary": "Convert the parsed MediaWiki wikicode (using mwparserfromhell) to HTML.", "version": "0.2.1" }, "last_serial": 5451395, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "43fc01c0731992100f7351dfdd2921b1", "sha256": "e228f37028fe57fb92f384bfee0ccee006d1328f9eeabd6a5f8afef458ab5666" }, "downloads": -1, "filename": "mwcomposerfromhell-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "43fc01c0731992100f7351dfdd2921b1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10744, "upload_time": "2018-03-28T22:28:54", "url": "https://files.pythonhosted.org/packages/3b/8b/b2be8cee80fff0faba2a545fc1c2f91b127e74009f3e92ae06ce9bc2f75f/mwcomposerfromhell-0.1-py3-none-any.whl" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "63048051fb0483afdb8b448c3d0958cf", "sha256": "113392b4af6b9864e62fbd34a12aa61a95aca7760e88d76cfca0b8a1fa9290c2" }, "downloads": -1, "filename": "mwcomposerfromhell-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "63048051fb0483afdb8b448c3d0958cf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11156, "upload_time": "2019-05-09T01:45:47", "url": "https://files.pythonhosted.org/packages/e9/2c/cd12f98cb9880e80877ccd311e5c48f4eb6551c3e5c9c5f52ad35f8a647c/mwcomposerfromhell-0.2-py3-none-any.whl" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "99eb7da33f665721b07f1b57f183f571", "sha256": "919fc8d4fadf44888115a5167be2865eda175c8488f22582adde909572d40afa" }, "downloads": -1, "filename": "mwcomposerfromhell-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "99eb7da33f665721b07f1b57f183f571", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8217, "upload_time": "2019-06-26T12:30:22", "url": "https://files.pythonhosted.org/packages/07/11/8f0806c12e7fc2a45ab7fc1f85ce3bf5c4e6d8fa13b751529bf26cf3e480/mwcomposerfromhell-0.2.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "99eb7da33f665721b07f1b57f183f571", "sha256": "919fc8d4fadf44888115a5167be2865eda175c8488f22582adde909572d40afa" }, "downloads": -1, "filename": "mwcomposerfromhell-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "99eb7da33f665721b07f1b57f183f571", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8217, "upload_time": "2019-06-26T12:30:22", "url": "https://files.pythonhosted.org/packages/07/11/8f0806c12e7fc2a45ab7fc1f85ce3bf5c4e6d8fa13b751529bf26cf3e480/mwcomposerfromhell-0.2.1-py3-none-any.whl" } ] }