Skip to main content

Simple document versioning for web apps, especially Pyramid apps.

Project description

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://packages.python.org/repozitory .

Changes

0.2 (2011-09-15)

  • Added the new_container_ids attribute to deleted item records. This allows undeletion UIs to filter out objects that have moved to another container. It should also allow applications to redirect users to the new location of a moved object. No schema migration is needed.

  • Added the get_version method to archives. The get_version method is more efficient than iterating over the entire history of an object.

0.1 (2011-08-14)

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

repozitory-0.2.tar.gz (13.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page