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)
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
vastsite-0.2.0.tar.gz
(1.5 kB
view details)
Built Distribution
File details
Details for the file vastsite-0.2.0.tar.gz
.
File metadata
- Download URL: vastsite-0.2.0.tar.gz
- Upload date:
- Size: 1.5 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 | 0aab021c7f217c25056f03b7c711b4bf3a065be155cde9f41e01ba0e69736963 |
|
MD5 | 37d300e5d14d9a9745352731925fd42e |
|
BLAKE2b-256 | 3e291bb3a8b00bf41d91f9ad99688aeb63a4f104fef06073412fd6a4d06fc77c |
File details
Details for the file vastsite-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: vastsite-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.0 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 | 0fc6754713676d22d0c72302f22ee416f96f5c0e2b493e88dc61272f918d572d |
|
MD5 | 54b2cd13b9d0be8d609ea2c8d9772c91 |
|
BLAKE2b-256 | 5c813c8ac780e5af0d590f74a29b6b6e09d128648d35ce9148701beb5045d698 |