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.
Project description
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
pip install pyfronter
Usage
Start building your frontend by pyfronter:
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyfronter-0.1.0.tar.gz.
File metadata
- Download URL: pyfronter-0.1.0.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cff980b45559fec9fa46254571522f89627296a29e9646a5fb8df70901c46086
|
|
| MD5 |
1228cdcc6b83808fe6a4cd6ecd50baea
|
|
| BLAKE2b-256 |
dff391645698e4ca7c7bbe9f946d42ad579f9328762689c67743b2daf1743e02
|
File details
Details for the file pyfronter-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pyfronter-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2817e6c04b578e9404b46cc528d6606d9a9fc53b2763eb1fae3f98092acf0df
|
|
| MD5 |
2e82074fcf7b27bbce9cd80da4d724ae
|
|
| BLAKE2b-256 |
94291e7e99f4ad7722a363dd3e6814264d5ec771eed4ac5ce39cbd71b3e67f68
|