{"id":16822777,"url":"https://github.com/hhatto/python-hoedown","last_synced_at":"2025-03-17T17:12:56.296Z","repository":{"id":11143154,"uuid":"13509838","full_name":"hhatto/python-hoedown","owner":"hhatto","description":"The Python binding for hoedown, a markdown parsing library.","archived":false,"fork":false,"pushed_at":"2018-10-11T12:46:06.000Z","size":364,"stargazers_count":52,"open_issues_count":2,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-25T06:41:06.918Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/hhatto.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-11T21:13:56.000Z","updated_at":"2024-09-30T14:09:46.000Z","dependencies_parsed_at":"2022-09-13T04:40:17.728Z","dependency_job_id":null,"html_url":"https://github.com/hhatto/python-hoedown","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhatto%2Fpython-hoedown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhatto%2Fpython-hoedown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhatto%2Fpython-hoedown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhatto%2Fpython-hoedown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hhatto","download_url":"https://codeload.github.com/hhatto/python-hoedown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244075635,"owners_count":20393979,"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":[],"created_at":"2024-10-13T11:05:48.835Z","updated_at":"2025-03-17T17:12:56.274Z","avatar_url":"https://github.com/hhatto.png","language":"HTML","readme":"python-hoedown\n==============\n\n.. image:: https://img.shields.io/pypi/v/hoedown.svg\n    :target: https://pypi.org/project/hoedown/\n    :alt: PyPI Version\n\n.. image:: https://secure.travis-ci.org/hhatto/python-hoedown.png?branch=master\n    :target: https://travis-ci.org/hhatto/python-hoedown\n\nThe Python binding for hoedown_, a markdown parsing library.\nthe original code of the misaka_ library by Frank Smit.\n\n.. _hoedown: https://github.com/hoedown/hoedown\n.. _misaka: https://github.com/FSX/misaka\n\n\nInstallation\n------------\n\nCython is only needed to compile .pyx file.\n\nWith pip::\n\n    pip install hoedown\n\nOr manually::\n\n    python setup.py install\n\n\nExample\n-------\n\nVery simple example::\n\n    from hoedown import Markdown, HtmlRenderer\n\n    rndr = HtmlRenderer()\n    md = Markdown(rndr)\n\n    print md.render('some text')\n\nOr::\n\n    import hoedown as m\n    print m.html('some other text')\n\n\nCommand Line Tool\n-----------------\n\noutput from Markdown to HTML::\n\n    hoedownpy MARKDOWNFILE.md\n\n\nFor Maintainer\n--------------\n\nintall development requirements::\n\n    pip install -e \".[dev]\"\n\n\nbuild::\n\n    invoke all\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhatto%2Fpython-hoedown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhhatto%2Fpython-hoedown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhatto%2Fpython-hoedown/lists"}