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://readthedocs.org/docs/repozitory .

Changes

1.3 (2012-09-01)

  • Added performance metrics using the perfmetrics package.

1.2 (2012-01-30)

  • Added the shred method for deleting objects and containers permanently.

1.1 (2012-01-24)

  • Added the iter_hierarchy method, which iterates over archived containers in a hierarchy more efficiently than repeated calls to container_contents.

  • Added the which_contain_deleted method, which is useful for making a hierarchical trash UI with reasonable performance. Designed to help solve lp:913990.

1.0 (2011-11-17)

  • Fixed lp:891277: Blob file chunks were sometimes retrieved in the wrong order due to an incorrect backref declaration.

0.2.1 (2011-09-22)

  • Fixed packaging on PyPI (essential files were missing; setuptools-git was needed.)

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-1.3.tar.gz (27.4 kB view details)

Uploaded Source

File details

Details for the file repozitory-1.3.tar.gz.

File metadata

  • Download URL: repozitory-1.3.tar.gz
  • Upload date:
  • Size: 27.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for repozitory-1.3.tar.gz
Algorithm Hash digest
SHA256 153d4705bfe07de222e306c62ebcd44ce099f0be6039f01658fe8538b46e65a2
MD5 9b0d2250909fd1b511f97676ac83d8a1
BLAKE2b-256 14c9504a56f19399bfd0599fe41078c7a35d357efa0217e5b3ba514275ac1227

See more details on using hashes here.

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