Checkpoint is a simple media archive management system.
Project description
Introduction
Checkpoint watches all the files in a directory (recursively), and allows you to revert your directory to any point in the past that you did a ‘commit’ to save your changes. This is useful for graphic designers, animators, musicians, and anyone looking for an easy way to version large files.
A command-line-utility is included for regular users so they can periodically save snapshots of their files and restore files from that history. Also, a python API is exposed for developers to integrate into Content Management Systems and other software requiring simple file versioning.
What’s a Media-Archive System? Is this a Version Control System?
While excellent Version Control Systems such as Bazaar and Mercurial already exist in python implementations, they are optimized for managing changes to source code using diffs. They can and do handle binary files, but binary file operations are not blazingly fast. From the Bazaar FAQ:
… [bazaar] is primarily a source code control system, not a media archive system. So it is not a priority to support enormous (hundred-megabyte) binaries or multi-gigabyte trees. There are other tools better suited to that.
This is where Checkpoint fits in. Checkpoint was specifically designed to quickly manipulate large binary files such as images, video, audio, and so on.
The other main difference between Checkpoint and a Version Control System (VCS) is that Checkpoint detects your file changes automatically. In a VCS you have to ‘add’ files to the repository using special commands such as svn add somefile.txt. While those VCS commands are helpful in managing source code projects to eliminate storage of intermediary files and generated files, in a Media-Archive System hard drive space is sacrificed for ease of use.
Also of great importance, the Checkpoint command-line utility is incredibly easy to understand, so regular users don’t have to learn any complex VCS terminology or concepts.
Installation and Usage
Visit the Checkpoint project home for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Checkpoint-0.1.tar.gz
.
File metadata
- Download URL: Checkpoint-0.1.tar.gz
- Upload date:
- Size: 29.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d694e2984242ccde9b18257587219004f5a27a0c035eafb0ff53a5f5cc8d3485 |
|
MD5 | a24a6166ab61188a09cb6459a8209bd2 |
|
BLAKE2b-256 | 6106baca5e428df1d31763fec68893e0b50d635b1aa01cd80dedae72f04d307b |
File details
Details for the file Checkpoint-0.1-py2.5.egg
.
File metadata
- Download URL: Checkpoint-0.1-py2.5.egg
- Upload date:
- Size: 76.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a761caf21d8c3c59ec17b3976b8ced19ba7835b0dd8a24f19d5ba85a53c2b45 |
|
MD5 | 211b0f3e4f75f017daab1adccf1026b9 |
|
BLAKE2b-256 | 354d60054d363128cc55a9269ebfda092ea1d6b5c1a4025101e309a6c1f47119 |