File: __init__.py

package info (click to toggle)
quixote1 1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,020 kB
  • ctags: 1,115
  • sloc: python: 5,339; ansic: 1,297; makefile: 83; sh: 43
file content (10 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
"""quixote.server

This package is for HTTP servers, built using one or another
framework, that publish a Quixote application.  These servers can make
it easy to run a small application without having to install and
configure a full-blown Web server such as Apache.

"""

__revision__ = "$Id: __init__.py 25234 2004-09-30 17:36:19Z nascheme $"