edsu / dflat
- Source
- Commits
- Network (3)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
dflat /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Sep 24 22:52:40 -0700 2009 | |
| |
README | Sat Oct 03 18:13:06 -0700 2009 | |
| |
bin/ | Tue Sep 29 20:12:24 -0700 2009 | |
| |
dflat.egg-info/ | Mon Oct 05 17:36:19 -0700 2009 | |
| |
dflat.py | Mon Oct 05 17:29:20 -0700 2009 | |
| |
docs/ | Sun Oct 04 20:14:48 -0700 2009 | |
| |
ez_setup.py | Tue Sep 29 15:09:10 -0700 2009 | |
| |
setup.py | Mon Oct 05 17:36:19 -0700 2009 | |
| |
test.py | Mon Oct 05 17:14:22 -0700 2009 |
README
A python client implementation of the dflat [1] and redd [2] 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 [1] http://www.cdlib.org/inside/diglib/dflat/dflatspec.pdf [2] http://www.cdlib.org/inside/diglib/redd/reddspec.html
