Metadata-Version: 1.1
Name: appscale-tools
Version: 2.7.0
Summary: A set of command-line tools for interacting with AppScale
Home-page: https://github.com/AppScale/appscale-tools
Author: AppScale Systems, Inc.
Author-email: UNKNOWN
License: Apache License 2.0
Description: # AppScale Tools
        [![GitHub version](https://badge.fury.io/gh/AppScale%2Fappscale-tools.svg)](http://badge.fury.io/gh/AppScale%2Fappscale-tools)
        [![AppScale license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/AppScale/appscale-tools/blob/master/LICENSE)
        
        A set of command-line tools for interacting with AppScale.
        
        ## Installing AppScale Tools
        See [Installing the AppScale Tools](https://github.com/AppScale/appscale-tools/wiki/Installing-the-AppScale-Tools).
        
        ## Installing from Source
        To install the very latest code on your system:
        
        1. Make sure [setuptools](https://pypi.python.org/pypi/setuptools) is installed.
        2. Run `# python setup.py install` from this directory.
        
        ## What is AppScale?
        AppScale is an open-source cloud computing platform that automatically deploys and scales unmodified Google App Engine
        applications over public and private cloud systems and on-premise clusters. AppScale is modeled on the App Engine APIs
        and has support for Python, Go, PHP and Java applications.
        
        AppScale is developed and maintained by AppScale Systems, Inc., based in Santa Barbara, California, and Google.
        
        See http://github.com/AppScale/appscale for the main branch.
        
Keywords: appscale google-app-engine python java go php
Platform: Posix; MacOS X
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
