Metadata-Version: 2.4
Name: hfwm
Version: 1.0.0
Summary: Hyper Fast Web Maker
Author: zxh
License-Expression: MIT
Project-URL: Homepage, https://github.com/zxh1993/hfwm
Project-URL: Repository, https://github.com/zxh1993/hfwm
Project-URL: Issues, https://github.com/zxh1993/hfwm/issues
Keywords: web,framework,fast,async
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Framework :: Flask
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Hyper Fast Web Maker

[![PyPI version](https://badge.fury.io/py/hfwm.svg)](https://badge.fury.io/py/hfwm)
[![Python Versions](https://img.shields.io/pypi/pyversions/hfwm.svg)](https://pypi.org/project/hfwm/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![GitHub](https://img.shields.io/badge/GitHub-zxh1993%2Fhfwm-blue)](https://github.com/zxh1993/hfwm)

## Installation

```bash
pip install hfwm
```

## Quick Start

```python
from hfwm import create_app

app = create_app()

if __name__ == "__main__":
    app.run()
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Links

- [GitHub Repository](https://github.com/zxh1993/hfwm)
- [Issue Tracker](https://github.com/zxh1993/hfwm/issues)

