File: control

package info (click to toggle)
python-lamson 1.0pre11-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 3,508 kB
  • ctags: 1,036
  • sloc: python: 5,772; xml: 177; makefile: 19
file content (20 lines) | stat: -rw-r--r-- 1,017 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: python-lamson
Section: python
Priority: extra
Maintainer: David Watson <david@kutoken.com>
Uploaders: David Watson <dwatson@debian.org>
Build-Depends: debhelper (>= 7.0.50), python-support (>= 0.90), python-setuptools, python
Standards-Version: 3.8.4
Homepage: http://lamsonproject.org/

Package: python-lamson
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-mock, python-daemon, python-lockfile, python, python-chardet, python-dns
Description: A pure Python SMTP server
 Lamson is a pure Python SMTP server designed to create robust and
 complex mail applications in the style of modern web frameworks such as
 Django. Unlike traditional SMTP servers like Postfix or Sendmail,
 Lamson has all the features of a web application stack (ORM, templates,
 routing, handlers, state machines, Python) without needing to configure
 alias files, run newaliases, or juggle tons of tiny fragile processes.
 Lamson also plays well with other web frameworks and Python libraries.