Camlipy

Unofficial Python client for Camlistore.

Camlipy on GitHub.

Command-line toolΒΆ

Camlipy is bundled with a basic command-line tool, camlipy that let put/get blobs. It supports raw blob, file and directory.

$ camlipy config https://mycamlistorehost.com
$ # or
$ camlipy config https://mycamlistorehost.com user password
$ # Upload
$ camlipy put /path/to/file
$ camlipy put /this/path --permanode
$ echo 'My Blob' | camlipy put -
# Restore
$ camlipy get sha1-0d31c43041edf303d9d136c918a1337abc9bde97
$ camlipy get sha1-0d31c43041edf303d9d136c918a1337abc9bde97 --contents