чт, 14 февр. 2019 г. в 18:15, Matthew Thode <mthode@mthode.org>:
On 19-02-14 16:58:49, Oleg Ovcharuk wrote:
Hi! Can you please add yamlloader library to global requirements? https://pypi.org/project/yamlloader/
It provides ability to preserve key order in dicts, it supports either python 2.7 and python 3.x, it provides better performance than built-in functions. Thank you.
I'd like to know a little more about why we need this, yaml as a spec itself doesn't guarantee order so order should be stored somewhere else.
If all you need is ordereddict support something like this may be better then adding yet another lib.
<trolling> <joke> > this may be better then adding yet another lib If someone raised this question before, probably, we would have less oslo libs. </joke> </trolling>
https://gist.github.com/enaeseth/844388
-- Matthew Thode
-- Best regards, Andrey Kurilin.