Metadata-Version: 2.4
Name: pyfronter
Version: 0.1.0
Summary: pyfronter is a modern, Python-based frontend framework designed to simplify web development. With a focus on modularity and ease of use, pyfronter helps developers build scalable and maintainable web applications quickly.
Author-email: RedSnows <id.suzuya@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama
Dynamic: license-file

# pyfronter

pyfronter is a modern, Python-based frontend framework designed to simplify web development. With a focus on modularity and ease of use, pyfronter helps developers build scalable and maintainable web applications quickly.

## Features

- **User-Friendly:** Simple APIs and clear documentation make getting started easy.
- **Modular Structure:** Organize your code with reusable components.
- **Extensible:** Easily add plugins and extensions to enhance functionality.
- **Performance-Oriented:** Optimized for fast load times and efficient rendering.
- **Active Development:** Regular updates and improvements planned.

## Installation

```bash
pip install pyfronter
```

## Usage

Start building your frontend by pyfronter:

```python
from pyfronter import Html,run

html = Html()

page1 = html.html(
    html.div(
        html.h1("Hello wolrd").style(color = "red")
    ).style(background_color = "black")
)

run(page1)
```

## Documentation

Full documentation will be available soon. For now

## Coming Soon

An exciting update is coming soon! Stay tuned for new features, improved documentation, and more examples.

---

© 2024 pyfronter Project
