Hi,<br><br><div class="gmail_quote">On 25 March 2010 23:40, James Harris <span dir="ltr"><<a href="mailto:james.harris.1@googlemail.com">james.harris.1@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I am looking to store named pieces of text in a form that can be<br>
edited by a standard editor such as notepad (under Windows) or vi<br>
(under Unix) and then pulled into Python as needed. The usual record<br>
locking and transactions of databases are not required.<br></blockquote><div><br>I wrote a file format and parser for Python and Matlab that enables saving structured data in a human readable file. I use it to store all kinds of scientific data, but also for ini-like files for certain applications. Implementations and more information can be obtained here:<br>
<a href="http://code.google.com/p/ssdf/">http://code.google.com/p/ssdf/</a><br><br>It's not a database in the sense that you can query it, but it might be enough for your needs; it can store named pieces of (unicode) text.<br>
<br>Cheers,<br>  Almar<br><br></div></div>