Metadata-Version: 2.1
Name: aethermark
Version: 0.0.13
Summary: Aethermark: A high-performance Markdown parser with AFM support.
Keywords: markdown,parser,pybind11,afm
Author-Email: Mukul Waval <mukulwaval@gmail.com>
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: C++
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Description-Content-Type: text/markdown

![Aethermark](https://raw.githubusercontent.com/aethermark/aethermark/refs/heads/main/favicon.png)

# [Aethermark](https://aethermark.dev)

[![Unit Tests](https://github.com/aethermark/aethermark/actions/workflows/test.yml/badge.svg)](https://github.com/aethermark/aethermark/actions/workflows/test.yml)
[![PyPI Version](https://img.shields.io/pypi/v/aethermark)](https://pypi.org/project/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 `pybind11` for 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:

```sh
pip install aethermark
```

## Usage

// TODO: Add code snippet here.

## Contributing

Contributions are welcome! Feel free to open issues or submit pull requests on [GitHub](https://github.com/aethermark/aethermark). Refer to the [Contribution Guide](CONTRIBUTING.md)

## License

Aethermark is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
