denshoproject / ddr-cmdln

Command-line tools for automating the Densho Digital Repository's various processes.
Other
0 stars 2 forks source link

========= ddr-cmdln

DDR is a set of tools for constructing a distributed repository suitable for the archival preservation of media files and metadata. It is built from standard open-source components, uses archival standard metadata formats, and provides for replication of collections under low- or no-bandwidth conditions.

ddr-cmdln is a set of command-line tools which automates various low-level DDR processes. Processes include the creation and management of collections, entities, and media files, the creation of repository clones, and the synchronization of collection repositories with each other.

.. REQUIREMENTS .. ============ .. .. Python 2.7 .. Git .. git-annex .. pmount .. * udisks .. .. .. INSTALL .. ======= .. .. If you have downloaded the source code: .. .. python setup.py install ..
.. or if you want to obtain a copy more easily: .. .. easy_install gitpython ..
.. A distribution package can be obtained for manual installation at: .. .. URL .. .. .. SOURCE .. ====== .. .. ddr-cmdln's git repo is available on GitHub, which can be browsed at: .. .. https://github.com/densho/ddr-cmdln .. .. and cloned using: .. .. git clone git://github.com/densho/ddr-cmdln.git ddr-cmdln .. .. .. DOCUMENTATION .. ============= .. .. The html-compiled documentation can be found at the following URL: .. .. URL .. .. .. MAILING LIST .. ============ .. .. URL .. .. .. ISSUE TRACKER .. ============= .. Issues are tracked on github: .. .. https://github.com/densho/ddr-cmdln/issues .. .. .. LICENSE .. ======= .. .. TBD