Socket
Socket
Sign inDemoInstall

pwebb

Package Overview
Dependencies
5
Maintainers
2
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pwebb

Python Web Boot (PWebB). PWebB is a DRY full-stack framework based on Flask micro web framework.


Maintainers
2

Readme

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>

# If windows then active the virtual environment using below command
venv\Scripts\activate

# For Linux or MacOS
source venv\bin\activate

# Run project using below command
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.

Buy Me Us Coffee




Contributing

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




FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc