Metadata-Version: 2.4
Name: htmy-rs
Version: 0.1.2
Requires-Dist: anyio>=4.7.0,<5
Requires-Dist: htmy>=0.13.4
License-File: LICENSE
Summary: Native accelerator for htmy.
Author-email: Peter Volf <do.volfp@gmail.com>
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# htmy-rs

Native accelerator for [htmy](https://github.com/volfpeter/htmy).

When installed, this library provides replacements for the renderer and tag internals of `htmy`, which are automatically picked up and used by `htmy`, without any code changes in user code.

Important: this is not a Rust rewrite of `htmy`, just an optional accelerator.

## Installation

```bash
pip install htmy-rs
```

## Async compatibility

Async features stay in Python and are handled via `anyio`, so both `asyncio` and `trio` are supported.

## License - MIT

The package is open-sourced under the conditions of the [MIT license](https://choosealicense.com/licenses/mit/).

