Menu

#84 Use ruamel.yaml instead of pyyaml

0.7.2
work-in-progress
yaml (5)
2017-08-17
2017-08-09
No

https://pypi.python.org/pypi/ruamel.yaml

http://yaml.readthedocs.io/en/latest/basicuse.html

Already done for reading sheets and to retrieve strings to translate from YAML sheets, but replace pyyaml to read config files too. See load_config and build_index.

Discussion

  • Nicolas Hainaux

    Nicolas Hainaux - 2017-08-09
    • labels: --> yaml
     
  • Nicolas Hainaux

    Nicolas Hainaux - 2017-08-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -2,4 +2,5 @@
    
     http://yaml.readthedocs.io/en/latest/basicuse.html
    
    -This may remove the need for OrderedDict (yet to check, but the pypi page claims it preserves the order)
    +Already for sheets, but replace pyyaml to read config files too.
    +Then remove pyyaml dependency.
    
    • status: open --> work-in-progress
    • assigned_to: Nicolas Hainaux
     
  • Nicolas Hainaux

    Nicolas Hainaux - 2017-08-11
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -2,5 +2,5 @@
    
     http://yaml.readthedocs.io/en/latest/basicuse.html
    
    -Already for sheets, but replace pyyaml to read config files too.
    +Already for sheets, but replace pyyaml to read config files too. See load_config and build_index.
     Then remove pyyaml dependency.
    
     
  • Nicolas Hainaux

    Nicolas Hainaux - 2017-08-17
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -2,5 +2,4 @@
    
     http://yaml.readthedocs.io/en/latest/basicuse.html
    
    -Already for sheets, but replace pyyaml to read config files too. See load_config and build_index.
    -Then remove pyyaml dependency.
    +Already done for reading sheets and to retrieve strings to translate from YAML sheets, but replace pyyaml to read config files too. See load_config and build_index.
    
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.