public
Description: Python port of the Namaste Perl module, "which implements the Namaste (Name as Text) convention for containing a data element completely within the content of a file, using as filename an approximation of the value preceded by a numeric tag."
Homepage:
Clone URL: git://github.com/mjgiarlo/namaste.git
README
A python client implementation of the Namaste[1] specification for directory
description with filename-based tags.

Installation:

  easy_install namaste

Usage:

  namaste -h
  cd /my/object/directory/
  namaste type dflat_0.4
  namaste who "Mark Twain"
  namaste what "The Adventures of Tom Sawyer"
  namaste when 1876
  namaste where England
  namaste get

1. http://www.cdlib.org/inside/diglib/namaste/namastespec.html