{ "info": { "author": "David Casado Mart\u00ednez", "author_email": "dcasadomartinez@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup" ], "description": "MPiece\n======\nFast and very customizable markdown parser in pure Python.\n\nFeatures\n--------\n\n- **Pure Python**. Tested in Python 2.7+, Python 3.3+ and PyPy.\n- **Very fast**.\n- **Customizable**. You can add new markdown grammar and modify the output.\n- **More**. Table, footnotes, fenced code.\n\n\nInstall\n-------\n\nInstalling mpiece with pip:\n\n.. code::\n\n $ pip install mpiece\n\n\nBasic Usage\n-----------\n\n.. code:: python\n\n from mpiece import markdown\n\n md_text = \"**Hello world!!!**\"\n result = markdown(md_text)\n\n print(result)\n # output:

Hello world!!!

\n\n\nDocumentation\n-------------\n\n`Official documentation `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/davidnotplay/mpiece", "keywords": "markdown html parser", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "mpiece", "package_url": "https://pypi.org/project/mpiece/", "platform": "any", "project_url": "https://pypi.org/project/mpiece/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/davidnotplay/mpiece" }, "release_url": "https://pypi.org/project/mpiece/0.2.3/", "requires_dist": null, "requires_python": null, "summary": "Customizable and fast Markdown parser in pure Python", "version": "0.2.3" }, "last_serial": 2177718, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d513a5b1ce4b7d32df7adc7efd717b57", "sha256": "a4c94846dcb9036965e2fc3ce28df9f52b68884160bb46bdcad0a93341da3b41" }, "downloads": -1, "filename": "mpiece-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d513a5b1ce4b7d32df7adc7efd717b57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15560, "upload_time": "2016-06-06T14:26:30", "url": "https://files.pythonhosted.org/packages/d3/63/284e0f74ddd3112ee7d3c26f3a0ffa6fcc76675e6ed3f7dfb575c4c6d699/mpiece-0.1.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "5cac29f583068a9db4cfa380d36a76c4", "sha256": "9052bdcbb3fbad114e47b3d68fdd1b6cd78160d304e78f1381e70a2556b0deb7" }, "downloads": -1, "filename": "mpiece-0.2.1.tar.gz", "has_sig": false, "md5_digest": "5cac29f583068a9db4cfa380d36a76c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18499, "upload_time": "2016-06-14T10:57:34", "url": "https://files.pythonhosted.org/packages/59/c5/162dee07af34433a81ce3fee09371dcba2f178b17d2f277ca3531e187b18/mpiece-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "94df4995b640dd687482e45f24d91e1c", "sha256": "f141b9fa82e36a68680d108713633405900cbb7d30d1bcf41da4b363ddb92164" }, "downloads": -1, "filename": "mpiece-0.2.2.tar.gz", "has_sig": false, "md5_digest": "94df4995b640dd687482e45f24d91e1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18572, "upload_time": "2016-06-18T19:41:51", "url": "https://files.pythonhosted.org/packages/7e/44/66f5f1b3890fd3ef0342a42264fb126558f41d78bf3b3a17c2495ef7c59d/mpiece-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "87a58861e98ba29d76fd69728bee0908", "sha256": "251931531a9e65755ebdfdaedda27c5fd2506eeba9e79dd8cc3078f86fe40aff" }, "downloads": -1, "filename": "mpiece-0.2.3.tar.gz", "has_sig": false, "md5_digest": "87a58861e98ba29d76fd69728bee0908", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21758, "upload_time": "2016-06-20T19:01:40", "url": "https://files.pythonhosted.org/packages/e6/95/783c00ea206183658d26a25cb074f469bf00bbd24f6ec5a2aeb93e7062ae/mpiece-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "87a58861e98ba29d76fd69728bee0908", "sha256": "251931531a9e65755ebdfdaedda27c5fd2506eeba9e79dd8cc3078f86fe40aff" }, "downloads": -1, "filename": "mpiece-0.2.3.tar.gz", "has_sig": false, "md5_digest": "87a58861e98ba29d76fd69728bee0908", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21758, "upload_time": "2016-06-20T19:01:40", "url": "https://files.pythonhosted.org/packages/e6/95/783c00ea206183658d26a25cb074f469bf00bbd24f6ec5a2aeb93e7062ae/mpiece-0.2.3.tar.gz" } ] }