File: control

package info (click to toggle)
myghtyutils 0.52-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 180 kB
  • ctags: 394
  • sloc: python: 1,761; makefile: 47
file content (29 lines) | stat: -rw-r--r-- 1,392 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
28
29
Source: myghtyutils
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 (>= 5)
Build-Depends-Indep: python-all, python-support (>= 0.6.4), python-setuptools (>= 0.6b3-1~)
Standards-Version: 3.8.4
XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/python-modules/packages/myghtyutils/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/myghtyutils/trunk/
Homepage: http://www.myghty.org/

Package: python-myghtyutils
Architecture: all
Depends: ${python:Depends}, python, ${misc:Depends}
XB-Python-Version: ${python:Versions}
Enhances: python-myghty
Description: Set of utility classes used by Myghty templating
 Utility classes used by Myghty templating:
 container - the Containment system providing back-end neutral key/value
 storage, with support for in-memory, DBM files, flat files, and memcached.
 buffer - some functions for augmenting file objects .
 util - various utility functions and objects.
 synchronizer - provides many reader/single writer synchronization using
 either thread mutexes or lockfiles.
 session - provides a Session interface built upon the Container, similar
 interface to mod_python session. Currently needs a mod_python-like request
 object, this should be changed to something more generic.