Metadata-Version: 2.4
Name: quillmark
Version: 0.1.0
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Rust
Classifier: Operating System :: OS Independent
License-File: LICENSE
Summary: Python bindings for Quillmark - a template rendering engine
Keywords: template,rendering,quillmark
Home-Page: https://github.com/nibsbin/quillmark-py
Author: Quillmark Contributors
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/nibsbin/quillmark-py
Project-URL: Repository, https://github.com/nibsbin/quillmark-py

# quillmark

Python bindings for Quillmark - a template rendering engine.

## Status

🚧 **This package is currently a stub reserved on PyPI.** 🚧

The implementation is under development. This package has been published to reserve the `quillmark` name on PyPI.

## Planned Features

- Python bindings to Quillmark's rendering functionality via PyO3
- High-level API for template management and rendering
- Type hints for better IDE support
- Support for Python 3.9-3.12
- Pre-built wheels for Linux, macOS, and Windows

## Development

This package is built using:
- **PyO3**: Rust bindings for Python
- **maturin**: Build system for Rust-based Python packages
- **uv**: Fast Python package manager

## License

Licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for details.

