On Thu, 05 Jun 2008 12:13:49 +0200
Walter Franzini <[EMAIL PROTECTED]> wrote:

> >>>>> "Lele" == Lele Gaifax <[EMAIL PROTECTED]> writes:
> 
> [...]
> 
>     Lele> It looks a lot like JSON... if not for the semi-comma ';'
>     Lele> instead of comma ',' at end of line.
> 
> I thinks it's more like C.
>

Uh? Since when C has a serialization syntax like that? Surely you
can't feed that text to a plain C compiler :)

Taking that format, wrapping it between '{' and '}', replacing ';$'
with ',', you have JSON_, for which there are several parser around.

> I've not yet looked how to access a cpio archive from python.

There's http://developer.berlios.de/projects/python-cpio/, but I think
executing raw cpio commands would be enough.

ciao, lele.

.. _json: http://www.json.org/
-- 
nickname: Lele Gaifax    | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas    | comincerò ad aver paura di chi mi copia.
[EMAIL PROTECTED] |                 -- Fortunato Depero, 1929.
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to