Skip to main content

A package for a Python Markdown parser engine

Project description

mdeng

Markdown Engine for Python

Please visit: https://pypi.org/project/mdeng for PyPI Package

Please visit: https://github.com/youhengzhou/mdeng for Github repo

Download Package

py -m pip install mdeng -U

In Your Python Files

import mdeng

mdb = mdeng.MdDB()

mdb.create({}, 'sample.md')

mdb.read('sample.md')

mdb.delete('sample.md')

For a sample of how it works, check the test.py in the test folder.

This markdown engine is able to to take a dictionary such as:

image

And turn it into a markdown file:

image

It also supports reading a markdown file and returning a dictionary.

Also supports nested markdown entries as nested dictionaries, it can go even longer than tbe linter can!

image

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

mdeng-1.0.5.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

mdeng-1.0.5-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page