pyYaml community

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Imbaud Pierre

    #1

    pyYaml community

    I began using pyYaml.
    I found no place where pyYaml users exchange ideas, know-how, etc
    (as here for python).
    There is a wiki, a bug tracker, documentation, but such a place
    (mailing list, newsgroup, forum, or even IRC) is a must (IMHO) to smooth
    the learning curve.
    Does someone know better?

    My concern: yaml allows "complex data" as keys to dicts.
    I need tuples as keys, pyYaml turns my yaml sequences into lists,
    and then yells list cant be used as keys. No way to turn my yaml
    sequences into tuples?
    Oh, I found! RTFM, as usual!
    (the first question sticks)
  • kwatch@gmail.com

    #2
    Re: pyYaml community

    you should subscribe yaml-core mailing list.
    mailto:yaml-core@lists.sour ceforge.net
    YAML (tm) is a straight-forward data serilization language, offering an alternative to XML where markup (named lists and mixed content) are not…

    this is what you want.

    --
    kwatch

    Imbaud Pierre <pierre.imb...@ laposte.netwrot e:
    I began using pyYaml.
    I found no place where pyYaml users exchange ideas, know-how, etc
    (as here for python).
    There is a wiki, a bug tracker, documentation, but such a place
    (mailing list, newsgroup, forum, or even IRC) is a must (IMHO) to smooth
    the learning curve.
    Does someone know better?
    >
    My concern: yaml allows "complex data" as keys to dicts.
    I need tuples as keys, pyYaml turns my yaml sequences into lists,
    and then yells list cant be used as keys. No way to turn my yaml
    sequences into tuples?
    Oh, I found! RTFM, as usual!
    (the first question sticks)

    Comment

    Working...