From: Michael Vrable Date: Thu, 20 Nov 2008 19:55:13 +0000 (-0800) Subject: Introduce a script to provide access to remote repositories. X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=commitdiff_plain;h=5f2e50c2ad75043142dc1812fe19dbd7ad86488c;hp=5f2e50c2ad75043142dc1812fe19dbd7ad86488c Introduce a script to provide access to remote repositories. cumulus-store is a Python script that uses the cumulus library code to access various storage repositories (local file, S3, and extensible to others). It allows non-Python code to access these storage repositories through a simple interface through stdin/stdout. Additionally, make a few extensions and fixes to the cumulus Python libraries. ---