python-hoedown
The Python binding for hoedown, a markdown parsing library. the original code of the misaka library by Frank Smit.
Installation
Cython is only needed to compile .pyx file.
With pip:
pip install hoedown
Or manually:
python setup.py install
Example
Very simple example:
from hoedown import Markdown, HtmlRenderer
rndr = HtmlRenderer()
md = Markdown(rndr)
print md.render('some text')
Or:
import hoedown as m
print m.html('some other text')
Command Line Tool
output from Markdown to HTML:
hoedownpy MARKDOWNFILE.md
For Maintainer
intall development requirements:
pip install -e ".[dev]"
build:
invoke all
Release files for hoedown 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hoedown-0.3.0.tar.gz | 125.3 kB | Details |
Release files / hoedown-0.3.0.tar.gz
| Download URL | hoedown-0.3.0.tar.gz |
|---|---|
| Size | 125.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f987998271adbba8cae3d622ebaa566d72e86f0c5af73131a819f7da6ccbeb90
|
|
BLAKE2b-256 checksum How to use checksums |
4b3d2b8c11208b5219b2b490b2aac77829f0fed1c3d872d93305467c7a794906
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0
|