File: README

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 (17 lines) | stat: -rw-r--r-- 663 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- MyghtyUtils ---

This is the set of utility classes used by Myghty templating.  Included are:

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.