Skip to content

repoze/repoze.folder

Repository files navigation

repoze.folder

image

Documentation Status

repoze.folder provides a barebones ZODB folder implementation with object event support. Folders have a dictionary-like interface and emit "object events" on the addition and removal of objects when certain methods of this interface are exercised.

Folder objects are based on BTree code, so as long as you persist them, the folder should be able to contain many objects efficiently.

About

Stripped-down ZODB container implementation with object event support

Resources

License

Stars

Watchers

Forks

Packages

No packages published