[Python-ideas] Python Object Notation (PyON)
Bruce Leban
bruce at leapyear.org
Sat Nov 1 21:29:23 CET 2008
YAML does support type tagging (with ! and !!) so I think a good approach to
consider here would be defining a subset of YAML specifically for python
compatibility.
Furthermore, is there any reason this wouldn't be best integrated with
pickle? That is, when I pickle an object, I could specify that it be in
"Pyon" format (or maybe "Pyckle") and when I unpickle, it automatically
accepts any format?
--- Bruce
On Sat, Nov 1, 2008 at 12:22 PM, Arnaud Delobelle <arnodel at googlemail.com>wrote:
>
> Zaur Shibzoukhov wrote:
>>
>>> Python Object Notation (PyON <
>>> http://code.google.com/p/pyon/wiki/GettingStarted>)
>>>
>>> Looking at the page, it seems to me that it aims to:
>
> * be able to give a string representation of any(*) object like pickle and
> unlike json
> * produce human readable output like json and unlike pickle
>
> (*) for a suitable definition of 'any', ideally the same as pickle I guess.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20081101/0162aac0/attachment.html>
More information about the Python-ideas
mailing list