Pydirs 1.0 beta

Johnny deBris johnny at johnnydebris.net
Sun Mar 28 19:15:45 CEST 2010


I've just released the first beta of Pydirs, a very simple object 
database that uses a directory structure for storage. It can be found here:

http://johnnydebris.net/pydirs.txt

Or directly downloaded from:

http://johnnydebris.net/.files/pydirs-1.0-beta.tar.gz

Pydirs has the following features:

  * easy to understand (the library is less than 500 lines)
  * the storage format is easy to read and even modify, using plain OS tools
  * transaction support
  * hooks for logging, debugging, caching, etc.
  * starts fast, so suitable for CGI and WSGI environments
  * lazy data retrieval

Note that Pydirs uses the Py lib for file system access and unit tests.

I hope you find it useful, if you have questions, remarks, etc. let me know!

Cheers,

Guido Wesdorp


More information about the Python-announce-list mailing list