New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fabulaws

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabulaws

Simple tool for interacting with AWS in Python

  • 1.0.16
  • PyPI
  • Socket score

Maintainers
4

FabulAWS

FabulAWS <https://github.com/caktus/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 <http://fabulaws.readthedocs.org/>_ for details.

Pre-commit

This repo uses pre-commit <https://pre-commit.com/>_ 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 <http://www.caktusgroup.com/>_.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc