File: control

package info (click to toggle)
myghty 1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,924 kB
  • ctags: 2,278
  • sloc: python: 11,705; makefile: 10
file content (27 lines) | stat: -rw-r--r-- 1,254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: myghty
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Oleksandr Moskalenko <malex@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: python-all, dh-python, python-setuptools (>= 0.6b3-1~)
Standards-Version: 3.9.6
X-Python-Version: >= 2.5
Vcs-Git: git://anonscm.debian.org/python-modules/packages/myghty.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/myghty.git
Homepage: http://www.myghty.org/

Package: python-myghty
Architecture: all
Depends: ${python:Depends}, python, ${misc:Depends}
Recommends: python-paste
XB-Python-Version: ${python:Versions}
Enhances: python-pylons
Description: Python based templating framework originally based on HTML::Mason
 Myghty is a Python based templating framework originally based on
 HTML::Mason, the enterprise-level framework used by Amazon.com, del.icio.us
 and Salon.com, among many others. Myghty fully implements Mason's templating
 language, component-based architecture, and caching system, and goes beyond,
 adding new paradigms such the Module Components controller paradigm, full
 Python whitespace syntax, threading support, WSGI support, session support,
 and much more.