Skip to content

Instantly share code, notes, and snippets.

@mcardillo55
mcardillo55 / escher.py
Created December 14, 2012 07:50 — forked from lecram/escher.py
#! /usr/bin/env python
"""{escher} -- one-file key-value storage.
What?
This is a toy application to manage persistent key-value string data.
The file {escher} is *both* the application and it's data.
When you run any of the commands bellow, the file will be executed and,
after data change, it will rewrite itself with updated data.
You can copy the file with whatever name to create multiple datasets.