1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/py-myghtyutils/pkg-descr
Dryice Dong Liu 2c172e5523 New port myghtyutils. This is the set of utility classes used by Myghty
templating. And now used by Mako and Pylons.

Approved by:	itetcu (mentor, implicit)
2007-04-23 04:55:02 +00:00

21 lines
666 B
Plaintext

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.
WWW: http://www.myghty.org/