A simple Python package to simplify Flask web app development.
Project description
VastSite
VastSite is a simple Python package that simplifies Flask web app development by providing a function to start the server with customizable IP and port.
Installation
You can install Vast Site using pip:
pip install vastsite
Usage
Import the start_flask_app function from vastsite and call it to start a Flask web server with default or custom host and port.
from vastsite import start_flask_app
# Start Flask app with default host and port
start_flask_app()
# Start Flask app with custom host and port
start_flask_app(host='127.0.0.1', port=8080)
Please note that if import vastsite does not work, try import VastSite.
License
This project is licensed under the MIT License - see the LICENSE file for details.
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 vastsite-1.7.1.tar.gz.
File metadata
- Download URL: vastsite-1.7.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
375faf5196301af54c50645442c494c14b5ef350797689f24a950353ca5c8cfc
|
|
| MD5 |
81bfd363ba205ebb2c099f93a830efa6
|
|
| BLAKE2b-256 |
cb2cf2a761d33db9e791edd2069894c718b580bf86ece31fc2577cbc309741b8
|
File details
Details for the file vastsite-1.7.1-py3-none-any.whl.
File metadata
- Download URL: vastsite-1.7.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca0748257332e24074795e1d14b846580f0242a03d8d3ccce83169622296f5cc
|
|
| MD5 |
d91f9764d2acc57085e3458d5bc902f4
|
|
| BLAKE2b-256 |
84b6571d463384fbfb5dd400c9504305d427a8c2e0d506496eaf6950953a76b7
|