A python API to start, stop and list Fly.io machines
Project description
simt-py-fly-machines
A python API to start, stop and list Fly.io machines using the Machines REST API.
Local Development
> python3 -m venv .venv
> source .venv/bin/activate
(.venv)> pip install -U pip setuptools
(.venv)> pip install poetry
(.venv)> poetry install
Local Testing CLI (Fire)
Locally fire is available to invoke the API from CLI.
Example invocation:
# List machines
python -m simt_fly_machines.cli list mediators-hmce
# Create new machine
python -m simt_fly_machines.cli \
create \
mediators-hmce \
simt-emlite:0.9.4 \
'["simt_emlite.orchestrate.mediators"]' \
--name "mediator-100.79.244.203" \
--env_vars '{"EMLITE_HOST": "100.79.244.203"}' \
--metadata '{"meter_id": "a4d636c3-9b13-4261-89ab-c018e86120e8"}'
# Destroy machine
python -m simt_fly_machines.cli destroy mediators-hmce d8dd67ea074138
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
simt_fly_machines-0.2.2.tar.gz
(15.9 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
File details
Details for the file simt_fly_machines-0.2.2.tar.gz.
File metadata
- Download URL: simt_fly_machines-0.2.2.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecb01c82c98f5ca14547fd25961f3b1b85b915ecee5e4ea1dd7f21c38bc5eb6a
|
|
| MD5 |
0968b38f3c96757649a3a0aa877b3ca4
|
|
| BLAKE2b-256 |
184a0412681231a9643e770bef3f6cb07ce4fba48081a7ef29fa4595438e83c4
|
File details
Details for the file simt_fly_machines-0.2.2-py3-none-any.whl.
File metadata
- Download URL: simt_fly_machines-0.2.2-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ebdb38851fb72b46ac548bb0a8d972ed33d00682899826e0733bdf50dd050f2
|
|
| MD5 |
d23b4eac70a22180d22f72a1c38a95f9
|
|
| BLAKE2b-256 |
4aa40f3e0e9fa55b69aa1342d57aceefd93b00b0baeeb110144c7367429088c9
|