Metadata-Version: 1.1
Name: fabulaws
Version: 1.0.0
Summary: Simple tool for interacting with AWS in Python
Home-page: http://github.com/caktus/fabulaws/
Author: Caktus Consulting Group
Author-email: solutions@caktusgroup.com
License: BSD
Description: 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.
        
        Development by `Caktus Consulting Group <http://www.caktusgroup.com/>`_.
        
Platform: UNKNOWN
Classifier: Topic :: System :: Systems Administration
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
