Markdown utility for python
Project description
MdUtil
MdUtil is an open-source python package that helps you work with markdown Do note that this library is under development and it is common if you find a bug. If you do, you can report a bug Another reason this library is open-source is because you can contribute to it and prettify it! Instructions to contributing can be found on the [contributing guide] This library is licensed under the mit license and the license file is located inside of the LICENSE file
Installation
This library is available to the world through PyPi. You can install this library as a project dependency using a command as simple as this:
pip install MdUtil
After you install it, you can include it as a project dependency and use it freely across your code:
import parseMd from MdUtil
from django.shortcuts import render
def home(request):
return render(parseMd("""
# Hello World!
### Welcome to [my site](https://website.com)!
"""))
Project details
Release history Release notifications | RSS feed
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 MdUtil-0.0.1.tar.gz.
File metadata
- Download URL: MdUtil-0.0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dea0b425c091656fb1c10b4930b12780927f2e6bdc6e419ab210651908165aa5
|
|
| MD5 |
201adcf5aac118531988644564f3ace6
|
|
| BLAKE2b-256 |
527a76391b7f59922214cc6faeb4ca94945f5e1db091f9a28306d2991e21c1db
|
File details
Details for the file MdUtil-0.0.1-py3-none-any.whl.
File metadata
- Download URL: MdUtil-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d87977b52c1d7b3a626aa352db9419f937fc4c804cd9c67444768e6a3c6f46f
|
|
| MD5 |
3077b7cb73a84e68c39f8248ec14952a
|
|
| BLAKE2b-256 |
5394ed28c5b1c1146fca4525ad31d951e6b1e21e02ba53d22b1812ed332dae3d
|