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:
And turn it into a markdown file:
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!
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
Built Distribution
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
File details
Details for the file mdeng-1.0.5.tar.gz.
File metadata
- Download URL: mdeng-1.0.5.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86471f23983373c6295ad768c7248eef88c3eb91d2d558f80c82238585a37730
|
|
| MD5 |
70b768ed8a009b3a7067cf2294ba6689
|
|
| BLAKE2b-256 |
f7f5d7f9821f4b5de4b41604a63effd4b743bde1b6165aa3a49f0b03d7270b78
|
File details
Details for the file mdeng-1.0.5-py3-none-any.whl.
File metadata
- Download URL: mdeng-1.0.5-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16569d230a1f2e76a128889ceffc5359fafa07f71bed2bbe4246443b77b543b6
|
|
| MD5 |
f8bc53833eff0c25bc5fbb8be3947f25
|
|
| BLAKE2b-256 |
4d08ca77774c6e4e43755a65055dfc7c7bf21e701400089741b7781affeb7ea4
|