Markdown parsing.
Project description
Bindings for the MD4C markdown parser.
Installing
pip3 install md4c
Usage
import md4c
parser = md4c.Html()
with open('some/doc.md') as file:
data = file.read()
html = parser.get(data)
with open('some/index.html', 'w') as file:
file.write(html)
Links
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
md4c-0.1.1.tar.gz
(7.9 kB
view details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
md4c-0.1.2-py3-none-any.whl
(13.0 kB
view details)
md4c-0.1.1-py3-none-any.whl
(10.9 kB
view details)
File details
Details for the file md4c-0.1.1.tar.gz.
File metadata
- Download URL: md4c-0.1.1.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1080f250e349a7161ae3b6e9f7c633d36fcfe44f653063b829075be2d786f83
|
|
| MD5 |
d5546bb40bf422c1cd6a9f8f5df4da38
|
|
| BLAKE2b-256 |
8f3c8d6e73cdb73da99982dc601ad9c66a7275aa0b5a256c66ed1392fc269ad5
|
File details
Details for the file md4c-0.1.2-py3-none-any.whl.
File metadata
- Download URL: md4c-0.1.2-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b3e112220ebd1ca899269c37c5e6e8399f6f1c3b50d44e06d3e683a788766c3
|
|
| MD5 |
7a5c6de2c292528f9bf4ccb787d78573
|
|
| BLAKE2b-256 |
d59f01d283a8dbec5f924a6fb118c5de4ba1b77ddba5d0f3bb53e33b2b48cc1f
|
File details
Details for the file md4c-0.1.1-py3-none-any.whl.
File metadata
- Download URL: md4c-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b489ccb5bfa6f0301a3d41d23b67deafa1c4f641334eb8260b160d00c783ee37
|
|
| MD5 |
6ef83e3ff52f589a02c8bdbd48cbc6f0
|
|
| BLAKE2b-256 |
128c456eff187bd75989aafa458f5764c19edfbc5120ae6c1f8ef2143313ced5
|