[Python] yaml

Carlo Miron miron a python.it
Lun 11 Maggio 2015 16:42:20 CEST


Il 11 maggio 2015 16:05, Manlio Perillo <manlio.perillo a gmail.com> ha scritto:

> On Mon, May 11, 2015 at 3:13 PM, computer service <cservice2001 a gmail.com>
> wrote:
>> devo dire che usare yaml è una figata. ci sono controindicazioni?
>
> Sicuramente per chi lo implementa, visto che è abbastanza complesso.
>
> Un problema che ho avuto è con la gestione di file che devono essere editati
> sia da un uomo che da una macchina, perchè
> un documento generato può essere *molto* diverso da quello originale.

In questo caso forse TOML[¹] è più indicato. Inoltre, la sua
implementazione è *molto* più semplice di YAML.

[¹]: <https://github.com/toml-lang/toml>

©

-- 
|:**THE BEER-WARE LICENSE** (Revision 42):
| <miron a python.it> wrote this mail. As long as you retain
| this notice you can do whatever you want with this stuff.
| If we meet some day, and you think this stuff is worth it,
| you can buy me a beer in return.
|                                            --Carlo Miron :


Maggiori informazioni sulla lista Python