Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-durus - A Python Object Database
Durus is a persistent object system for applications written in the Python
programming language. It 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.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
python-durus |
3.4.1 |
3.fc5 |
src |
49 KiB |
Fri Aug 11 11:33:10 2006 |
Changelog
- * Fri Aug 11 18:00:00 2006 Shahms E. King <shahms{%}shahms{*}com> 3.4.1-3
- Include, don't ghost .pyo files per new guidelines
- * Fri Jun 2 18:00:00 2006 Shahms E. King <shahms{%}shahms{*}com> 3.4.1-2
- Use pyver macro everywhere
- * Fri Jun 2 18:00:00 2006 Shahms E. King <shahms{%}shahms{*}com> 3.4.1-1
- Update to new upstream version
- BuildRequire setuptools