Simple tool for interacting with AWS in Python
Project description
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.
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
fabulaws-1.0.4.tar.gz
(61.1 kB
view details)
File details
Details for the file fabulaws-1.0.4.tar.gz
.
File metadata
- Download URL: fabulaws-1.0.4.tar.gz
- Upload date:
- Size: 61.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04f5b58c6af893fc367cd7f3d8c719ffd986eaa87b30960d792a9dd15ad774b4 |
|
MD5 | 2457bc40c642acbd4edf40f128924e4d |
|
BLAKE2b-256 | 62aed54bd114c85d076c65e843d4d1e8d0892266b70c23d3deed4c976273e306 |