Metadata-Version: 1.1
Name: pyaas
Version: 0.3.12
Summary: Python-as-a-Service is a set of utilities for quickly creating Tornado applications.
Home-page: https://github.com/moertle/pyaas
Author: Matthew Oertle
Author-email: moertle@gmail.com
License: MIT
Description: pyaas
        -----
        
        PyaaS, or pyaas, or Python-as-a-Service, is a simple wrapper around `Tornado <http://www.tornadoweb.org/>`_ that makes it quick and easy to rapid deploy new web applications. It has a settings parser, storage engine, and authentication modules.
        
        Usage
        -----
        
        ::
        
            # install pyaas
            pip install pyaas
        
            # seed an example project in the named directory
            python -m pyaas.skel --name example
        
            # start the seed project
            python example/example.py
        
        The site is now available at http://localhost:8080/
        
        Edit the file ``example/etc/example.ini`` to tweak the configuration of the server.
        
        Hosted at `GitHub <https://github.com/moertle/pyaas>`_ and `PyPi <https://pypi.python.org/pypi/pyaas>`_
        
        People using pyaas:
        
        - `deploy.tk <http://github.com/moertle/deploy.tk>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
