https://github.com/edsu/dflat
an implementation of the dflat and redd specifications from CDL for versioning of digital objects
https://github.com/edsu/dflat
Last synced: 4 months ago
JSON representation
an implementation of the dflat and redd specifications from CDL for versioning of digital objects
- Host: GitHub
- URL: https://github.com/edsu/dflat
- Owner: edsu
- Created: 2009-09-25T06:24:19.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T08:12:01.000Z (about 8 years ago)
- Last Synced: 2025-09-30T12:27:54.213Z (9 months ago)
- Language: Python
- Homepage:
- Size: 446 KB
- Stars: 19
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
[dflat]: http://www.cdlib.org/inside/diglib/dflat/dflatspec.pdf
[redd]: http://www.cdlib.org/inside/diglib/redd/reddspec.html