Metadata-Version: 1.0
Name: pop-utils
Version: 0.1
Summary: Collection of utilities to optimize the deployment and management of a POP-C++ or POP-Java based setup with a special focus on cloud deployments and Amazon Web Services.
Home-page: https://github.com/GaretJax/pop-utils
Author: Jonathan Stoppani
Author-email: jonathan.stoppani@gmail.com
License: MIT
Description: pop-utils
        =========
        
        The pop-utils package provides a collection of utilities to optimize the
        deployment and management of a POP-C++ or POP-Java based setup with a special
        focus on cloud deployments and Amazon Web Services.
        
        
        Utilities
        ---------
        
        The different utilities that come with the ``pop-utils`` package are:
        
        * ``pop--cloud-master`` -- An AWS/Eucalyptus based utility to create base
        machine images for custom POP-C++/POP-Java deployments.
        
        * ``pop-cloud-setup`` -- An AWS/Eucalyptus based utility to setup a complete
        POP environment on a cloud service of choice.
        
        * ``pop-cloud-destroy`` -- A companion utility of the ``pop-cloud-setup``
        utility to deploy an application to a particular setup (created either
        manually or using the ``pop-cloud-setup`` utility).
        
        * *POP deployment tools* a collection of ``fab`` commands to remotely operate
        on an already setup POP deployment.
        
        
        License
        -------
        
        The whole package is released under the MIT license. Note though that the
        POP-C++/POP-Java sources are only available under the GPL license.
        
        
        Links
        -----
        
        * https://github.com/GaretJax/pop-utils -- Website of the pop-utils project
        
        * http://pypi.python.org/pypi/pop-utils/ -- PyPI page of the package
        
        * http://gridgroup.hefr.ch/popc -- Website of the POP-C++ project
        
        * http://aws.amazon.com/ -- Amazon Web Services homepage
        
        * http://www.eucalyptus.com/ -- Eucalyptus home page
Keywords: pop cloud utils aws eucalyptus
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Utilities
