Mini moteur Python pour créer des sites web ultra simples
Project description
-webenginepy
Mini moteur Python pour créer des sites web ultra simples.
-Installation
pip install webenginepy
Exemple d'utilisation
engine.py:
Déclarer des pages
app("/", "index.html") app("/contact", "pages/contact.html")
Activer un outil si besoin
tool("seo")
Lancer le serveur
run(port=8080)
webenginepy/ │── engine.py │──index.html ├── pages/ │ └── autrepage.html │ ├── server/ │ └── css/style.css (autres script possibles) │ ├── tools/ ├── exemple.py
Project details
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 webenginepy-0.1.0.tar.gz.
File metadata
- Download URL: webenginepy-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1a4a4dfe7f7dca585b99234d3e6cff3548e31a7210c1d9d7f31443caa950552
|
|
| MD5 |
51d7387d1486b5df0cd48603b2c6e8bb
|
|
| BLAKE2b-256 |
54c0327f9948973dbb6e14fa1c311ea44e5ed8ce8429edea8b4db8b2ef6be86e
|
File details
Details for the file webenginepy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: webenginepy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54a3bca7bd0e3588dc9fba516509748d69c5f7c8c7fdb8bbf7a8ef34a9cd4992
|
|
| MD5 |
a47b829a14f474138ac269fae6370e23
|
|
| BLAKE2b-256 |
f67629fca35f37e7a1ead7ca4b496b0f93c1bdd55ee041f9d4213f743112273b
|