File: control

package info (click to toggle)
myghtyutils 0.52-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 196 kB
  • ctags: 392
  • sloc: python: 1,761; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,307 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: 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 (>= 9)
Build-Depends-Indep: python-all, dh-python, python-setuptools (>= 0.6b3-1~)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/python-modules/packages/myghtyutils.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/myghtyutils.git
Homepage: http://www.myghty.org/

Package: python-myghtyutils
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
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.