FabulAWS
FabulAWS began as a tool to create ephemeral EC2 instances using Python, like so:
from fabulaws.ec2 import MicroLucidInstance
with MicroLucidInstance():
run('uname -a')
FabulAWS is now a fully-featured tool for deploying Python web applications to autoscaling-enabled AWS EC2 environments.
Please refer to the documentation for details.
Pre-commit
This repo uses pre-commit to keep the code nicely formatted. Be sure to install the commit hook locally to get these benefits:
$ pip install -r requirements.txt $ pre-commit install
Development by Caktus Consulting Group.
Release files for fabulaws 1.0.16
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fabulaws-1.0.16.tar.gz | 70.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fabulaws-1.0.16-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 151.2 kB
Release files / fabulaws-1.0.16.tar.gz
| Download URL | fabulaws-1.0.16.tar.gz |
|---|---|
| Size | 70.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
be84967e365d2ca42e3a77cbe41d9a9f228101262635c8cd9a3fff438535e5d1
|
|
BLAKE2b-256 checksum How to use checksums |
c80b23f4ca62f33d83245a3bb8912ff842f190eeae081311f518dec9e94ac884
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.12
|
Release files / fabulaws-1.0.16-py3-none-any.whl
| Download URL | fabulaws-1.0.16-py3-none-any.whl |
|---|---|
| Size | 81.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
388d40e4e2d7cba0105d63cc2dd97abb8aee22d1b5a821d45bb9eaefc9499aaf
|
|
BLAKE2b-256 checksum How to use checksums |
ae2c9c632ce5cce66a22c2faeec53f22947b69145080a88143668d6dcdbcd646
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.12
|