Skip to main content

Python-as-a-Service is a set of utilities for quickly creating Tornado applications.

Project description

pyaas

PyaaS, or pyaas, or Python-as-a-Service, is a simple wrapper around Tornado 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 and PyPi

People using pyaas:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page