repozitory

Simple document versioning for web apps, especially Pyramid apps.


Keywords
pyramid, pylons, document, version, versioning, sql, sqlalchemy
License
Other
Install
pip install repozitory==1.3

Documentation

Repozitory is a library for archiving documents and recovering old
versions. It is designed to work in tandem with a primary document
storage mechanism such as ZODB. Repozitory stores the document versions
in a PostgreSQL or SQLite database using SQLAlchemy. Repozitory was
built for KARL, an open source online collaboration system, but
Repozitory is intended to be useful for any Python project that stores
user-editable documents.  Repozitory does not require ZODB.

See the documentation at http://readthedocs.org/docs/repozitory .