A Python package to add web ui on command line application
Project description
A Python package that helps to add web UI on command line application.
Uses
To use this package.
pip install webshell
In your script say main.py
```markdown |
from webshell import app |
if name == ‘main’: |
app.run(port=4000) |
``` |
Now open http://localhost:4000 in your browser, that’s it.
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
webshell-0.0.2.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file webshell-0.0.2.tar.gz
.
File metadata
- Download URL: webshell-0.0.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e51b24e5cdfa8fa21d71567b513f212c0789be16f44d7be0df53265038800e3 |
|
MD5 | f06a748da181f7c6e71e76288086ae51 |
|
BLAKE2b-256 | 80b8c746177e82257b2c1385a9e70521978ae2f4d8d9a17857c628b88dfe2b42 |
File details
Details for the file webshell-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: webshell-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bacad6b33044d4982bb2f703da292e2005e794c0a0817772f64b305369f0249 |
|
MD5 | f6c3e2da99c388f262a5b16ab8520843 |
|
BLAKE2b-256 | aed1d94c5d6f273d66fbc62fb6d9a8b10281e04f27387a502ae3224d1b7ee29f |