Start a publically available webhost, quickly.
Project description
quickhost
Usage
$ main.py null -h
usage: main.py null [-h] {init,make,describe,update,destroy,list-all,destroy-all} ...
positional arguments:
{init,make,describe,update,destroy,list-all,destroy-all}
init plugin initialization help
make make an app help
describe show details about an app help
update change an app help
destroy destroy an app help
list-all list all running apps
destroy-all remove the plugin help
options:
-h, --help show this help message and exit
Build
Python 3.7, 3.8
i dunno tox :(
install Python, e.g.
sudo apt-get install python3.8
install pip
sudo apt install python3.8-distutils
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3.8 get-pip.py
and your choice of venv
sudo apt install python3.8-venv
pyinstaller
do this
git clone https://github.com/zeebrow/quickhost.git
git clone https://github.com/zeebrow/quickhost-aws.git plugins/aws
python3 -m venv venv && source venv/bin/activate
pip install -e quickhost
pip install -e quickhost-plugins/plugins/aws
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
quickhost-0.2.0.tar.gz
(21.3 kB
view details)
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
quickhost-0.2.0-py3-none-any.whl
(23.0 kB
view details)
File details
Details for the file quickhost-0.2.0.tar.gz.
File metadata
- Download URL: quickhost-0.2.0.tar.gz
- Upload date:
- Size: 21.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad436389e8579e0bfb45d95e93a538ac4e9cadbbe44116c7762ce7c4ca036327
|
|
| MD5 |
661201516cc87ce2cb41504dd397143f
|
|
| BLAKE2b-256 |
183027b9a4452e758a13af6cb81e2d6ae75bacc6cb10deda255de831568f4ed1
|
File details
Details for the file quickhost-0.2.0-py3-none-any.whl.
File metadata
- Download URL: quickhost-0.2.0-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9d111e3005590ad9e416ebcb5e3bde76b3c555d344871bac7d55b1c1a086481
|
|
| MD5 |
e7a2cb4d15a3a6b00d5701c5c8bd6226
|
|
| BLAKE2b-256 |
c66af246392daa4a384023126a3b9611143ecc194614a05259fb78a94f714a23
|