In the name of God, the Most Gracious, the Most Merciful.
PWebB
Python Web Boot (PWebB). PWebB is a DRY full-stack framework based on Flask micro web framework.
Documentation
Install and update using pip:
pip install -U pwebb
Create project using CLI
pwebcli project init -n <specify_project_name>
It will automatically create a project with the name. For example the project name is example then it will create
an example directory and initialize the project in it.
Run the project
cd <specify_project_name>
venv\Scripts\activate
source venv\bin\activate
python pweb_app.py
The project will run in http://127.0.0.1:1212
Please find the Documentation with example from hmtmcse.com/pwebb
Donate
Bangla Fighter develops and supports PWeb and the libraries it uses. In order to grow
the community of contributors and users, and allow the maintainers to devote more time to the projects.

Contributing
For guidance on setting up a development environment and how to make a contribution to PWeb, see the contributing guidelines.
Links