1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/py-durus/pkg-descr
Wen Heping 1de36e1368 - Stage support [1]
- Add LICENSE [1]
- Add a mirror
- Convert to optionNG
- Pass maintainership to submitter

PR:		188484 [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
2014-04-12 13:13:52 +00:00

12 lines
539 B
Plaintext

Durus is a persistent object system for applications written in
the Python programming language.
Durus offers an easy way to use and maintain a consistent collection
of object instances used by one or more processes. Access and change
of a persistent instances is managed through a cached Connection
instance which includes commit() and abort() methods so that changes
are transactional. Durus is best suited to collections of less than a
million instances with relatively stable state.
WWW: http://www.mems-exchange.org/software/durus/