Misaka
======
.. image:: https://img.shields.io/pypi/v/misaka.svg
:target: https://pypi.python.org/pypi/misaka
.. image:: https://img.shields.io/pypi/dm/misaka.svg
:target: https://pypi.python.org/pypi/misaka
.. image:: https://img.shields.io/travis/FSX/misaka.svg
:target: https://travis-ci.org/FSX/misaka
A CFFI binding for Hoedown_ (version 3), a markdown parsing library.
Documentation can be found at: http://misaka.61924.nl/
.. _Hoedown: https://github.com/hoedown/hoedown
Installation
------------
Misaka has been tested on CPython 2.7, 3.2, 3.4, 3.5, 3.6, 3.7 and PyPy 2.7 and 3.5.
It needs CFFI 1.0 or newer, because of this it will not work on PyPy 2.5 and older.
With pip::
pip install misaka
Or manually::
python setup.py install
Example
-------
Very simple example:
.. code:: python
import misaka as m
print m.html('some other text')
Or:
.. code:: python
from misaka import Markdown, HtmlRenderer
rndr = HtmlRenderer()
md = Markdown(rndr)
print(md('some text'))
Raw data
{
"_id": null,
"home_page": "https://github.com/FSX/misaka",
"name": "misaka",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Frank Smit",
"author_email": "frank@61924.nl",
"download_url": "https://files.pythonhosted.org/packages/fa/87/b1020510a00aba1b936477e54180b143df654c565b84936b0b3e85272cf2/misaka-2.1.1.tar.gz",
"platform": "",
"description": "Misaka\n======\n\n.. image:: https://img.shields.io/pypi/v/misaka.svg\n :target: https://pypi.python.org/pypi/misaka\n\n.. image:: https://img.shields.io/pypi/dm/misaka.svg\n :target: https://pypi.python.org/pypi/misaka\n\n.. image:: https://img.shields.io/travis/FSX/misaka.svg\n :target: https://travis-ci.org/FSX/misaka\n\nA CFFI binding for Hoedown_ (version 3), a markdown parsing library.\n\nDocumentation can be found at: http://misaka.61924.nl/\n\n.. _Hoedown: https://github.com/hoedown/hoedown\n\n\nInstallation\n------------\n\nMisaka has been tested on CPython 2.7, 3.2, 3.4, 3.5, 3.6, 3.7 and PyPy 2.7 and 3.5.\nIt needs CFFI 1.0 or newer, because of this it will not work on PyPy 2.5 and older.\n\nWith pip::\n\n pip install misaka\n\nOr manually::\n\n python setup.py install\n\n\nExample\n-------\n\nVery simple example:\n\n.. code:: python\n\n import misaka as m\n print m.html('some other text')\n\nOr:\n\n.. code:: python\n\n from misaka import Markdown, HtmlRenderer\n\n rndr = HtmlRenderer()\n md = Markdown(rndr)\n\n print(md('some text'))",
"bugtrack_url": null,
"license": "MIT",
"summary": "A CFFI binding for Hoedown, a markdown parsing library.",
"version": "2.1.1",
"project_urls": {
"Homepage": "https://github.com/FSX/misaka"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fa87b1020510a00aba1b936477e54180b143df654c565b84936b0b3e85272cf2",
"md5": "b444023ed1e36fde1270c231672c6bd8",
"sha256": "62f35254550095d899fc2ab8b33e156fc5e674176f074959cbca43cf7912ecd7"
},
"downloads": -1,
"filename": "misaka-2.1.1.tar.gz",
"has_sig": false,
"md5_digest": "b444023ed1e36fde1270c231672c6bd8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 125187,
"upload_time": "2018-12-02T20:29:26",
"upload_time_iso_8601": "2018-12-02T20:29:26.648483Z",
"url": "https://files.pythonhosted.org/packages/fa/87/b1020510a00aba1b936477e54180b143df654c565b84936b0b3e85272cf2/misaka-2.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2018-12-02 20:29:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "FSX",
"github_project": "misaka",
"travis_ci": true,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "cffi",
"specs": [
[
">=",
"1.12.0"
]
]
}
],
"tox": true,
"lcname": "misaka"
}