~negronjl/+junk/python-tornado

« back to all changes in this revision

Viewing changes to metadata.yaml

  • Committer: Juan L. Negron
  • Date: 2013-04-11 14:42:01 UTC
  • Revision ID: juan.negron@canonical.com-20130411144201-z09581yrql87ndms
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: python-tornado
 
2
summary: scalable, non-blocking web server and tools
 
3
maintainer: Juan Negron <juan@ubuntu.com>
 
4
description: |
 
5
  Tornado is an open source version of the scalable, non-blocking web
 
6
  server and tools that power FriendFeed. The FriendFeed application is
 
7
  written using a web framework that looks a bit like web.py or Google's
 
8
  webapp, but with additional tools and optimizations to take advantage
 
9
  of the underlying non-blocking infrastructure.  This is the Python 2
 
10
  version of the package.
 
11
provides:
 
12
  website:
 
13
    interface: http
 
14
  wsgi:
 
15
    interface: wsgi
 
16
    scope: container
 
17
requires:
 
18
  cache:
 
19
    interface: memcache
 
20
  db:
 
21
    interface: mysql