{"id":13500063,"url":"https://github.com/FSX/misaka","last_synced_at":"2025-03-29T05:32:55.461Z","repository":{"id":1442786,"uuid":"1673145","full_name":"FSX/misaka","owner":"FSX","description":"A Python binding for Hoedown.","archived":true,"fork":false,"pushed_at":"2022-09-23T21:29:33.000Z","size":1784,"stargazers_count":418,"open_issues_count":9,"forks_count":65,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-24T08:26:29.647Z","etag":null,"topics":["c","cffi","hoedown","markdown","python"],"latest_commit_sha":null,"homepage":"http://misaka.61924.nl","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FSX.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"tidelift":"pypi/misaka"}},"created_at":"2011-04-27T22:40:27.000Z","updated_at":"2025-03-19T08:59:18.000Z","dependencies_parsed_at":"2022-07-29T13:39:11.683Z","dependency_job_id":null,"html_url":"https://github.com/FSX/misaka","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSX%2Fmisaka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSX%2Fmisaka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSX%2Fmisaka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FSX%2Fmisaka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FSX","download_url":"https://codeload.github.com/FSX/misaka/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246145012,"owners_count":20730494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","cffi","hoedown","markdown","python"],"created_at":"2024-07-31T22:00:50.659Z","updated_at":"2025-03-29T05:32:50.563Z","avatar_url":"https://github.com/FSX.png","language":"C","readme":"**WARNING**: Misaka is not being maintained anymore. I've not been able to find time to to properly maintain this project. Consider using `mistletoe`_ or `Mistune`_.\n\n.. _mistletoe: https://github.com/miyuchina/mistletoe\n.. _Mistune: https://github.com/lepture/mistune\n\nMisaka\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\nProfessional support\n====================\n\nProfessional support for Misaka is available as part of the `Tidelift\nSubscription`_. Tidelift gives software development teams a single\nsource for purchasing and maintaining their software, with professional\ngrade assurances from the experts who know it best, while seamlessly\nintegrating with existing tools. By subscribing you will help support\nMisaka future development. Alternatively consider making a small\n`donation`_.\n\n.. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-misaka?utm_source=pypi-misaka\u0026utm_medium=referral\u0026utm_campaign=readme\n.. _`donation`: https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=FB6NWEJC87BJY\u0026currency_code=EUR\u0026source=url\n\n\nInstallation\n------------\n\nMisaka has been tested on CPython 2.7, 3.5, 3.6, 3.7, 3.8 and PyPy 2.7\nand 3.5. It needs CFFI 1.12.0 or newer, because of this it will not work\non 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'))\n\n\nSecurity contact information\n----------------------------\n\nTo report a security vulnerability, please use the\n`Tidelift security contact \u003chttps://tidelift.com/security\u003e`_.\nTidelift will coordinate the fix and disclosure.\n","funding_links":["https://tidelift.com/funding/github/pypi/misaka","https://tidelift.com/subscription/pkg/pypi-misaka?utm_source=pypi-misaka\u0026utm_medium=referral\u0026utm_campaign=readme","https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=FB6NWEJC87BJY\u0026currency_code=EUR\u0026source=url","https://tidelift.com/security"],"categories":["Others","C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFSX%2Fmisaka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFSX%2Fmisaka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFSX%2Fmisaka/lists"}