/pyyaml

Canonical source repository for PyYAML

Primary LanguagePythonMIT LicenseMIT

YC_PyYAML - The next generation YAML parser and emitter for Python.

This is a special pure python3 version of the pyyaml module, modified to work as the base 
the yaml_config project. It contains several minor and major changes from the base
pyyaml repository:

 - Python2 and C extension support has been removed
 - Support for 'comment' Tokens has been added. Comments may be inserted into 
   output yaml files.
 - Mappings default to collections.OrderedDict for python < 3.6.

Submit bug reports and feature requests to the PyYAML bug tracker:
'https://github.com/pflarr/pyyaml/issues'.

PyYAML is written by Kirill Simonov <xi@resolvent.net>.  It is released
under the MIT license. See the file LICENSE for more details.