🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

webint

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webint

an opinionated web framework that stays out of your way

0.1.95
PyPI
Maintainers
1

webint helps you build a web interface.

Usage

mkdir example.site && cd example.site
poetry init --name=example-site
poetry add webint
poetry run web scaffold
poetry version minor
poetry publish

web config --host digitalocean --token {YOUR_TOKEN}
web init example.site example-site example:app

Hack

poetry run web run example:app --port 9999

Changes to your python code will auto-reload the local development server.

Deploy an update

poetry version (major|minor|patch)
poetry publish

Wait a couple minutes and update your site at https://example.site/system/software

FAQs

Did you know?

Socket

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