Segerberg / dflat

an implementation of the dflat and redd specifications from CDL for versioning of digital objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dflat is a python client implementation of the dflat and redd specifications for versioning of simple filesystem based digital objects.

Installation:

easy_install dflat

Usage:

cd /my/object/directory/
dflat init
dflat checkout 
# ... make some changes to v002
dflat status
dflat commit
dflat export v001  

About

an implementation of the dflat and redd specifications from CDL for versioning of digital objects


Languages

Language:Python 100.0%