routemaster icon indicating copy to clipboard operation
routemaster copied to clipboard

Switch from PyYAML to ruamel.yaml

Open prophile opened this issue 7 years ago • 0 comments

ruamel.yaml is a more modern fork of PyYAML, which:

  1. Uses YAML 1.3
  2. Has some neat round-tripping functionality,
  3. Is regularly maintained,
  4. Isn't using deprecated APIs which are due to break.

prophile avatar Oct 09 '18 09:10 prophile