Aethermark: A high-performance Markdown parser with AFM support.
Project description
Aethermark
Aethermark is a high-performance, extensible Markdown parser and renderer built with pybind11. It introduces Aethermark-Flavored Markdown (AFM), a custom dialect that enhances standard Markdown with additional features and improved rendering capabilities.
Features
- Optimized Performance: Leverages
pybind11for efficient execution. - Custom Dialect (AFM): Extends Markdown with additional syntax and enhancements.
- Extensible: Easily integrates with other Python projects and allows custom extensions.
- Accurate Rendering: Provides precise and consistent Markdown output.
Installation
You can install Aethermark directly from PyPI:
pip install aethermark
Usage
Aethermark provides a simple API to parse and render Markdown:
import aethermark
md_text = """
# Hello, Aethermark!
This is an example of **Aethermark-Flavored Markdown (AFM)**.
"""
html_output = aethermark.render(md_text)
print(html_output)
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests on GitHub.
License
Aethermark is licensed under the MIT License. See the LICENSE file for details.
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
File details
Details for the file aethermark-0.0.11.tar.gz.
File metadata
- Download URL: aethermark-0.0.11.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1055a87742590415f6bf7b41fb77a445712a165707439d2b09a4deff303d6242
|
|
| MD5 |
d33698409805e2b384a8a740ddb81491
|
|
| BLAKE2b-256 |
683a18d0d418f4b504a910decf69a65d58ce7e75234817655e59cde6ac3480b7
|