Go to file
2007-05-08 20:38:29 +00:00
examples/yaml-highlight Rename yaml-hl to yaml-highlight. 2006-05-15 06:49:03 +00:00
ext Fix loading an empty YAML stream. 2006-09-12 13:53:30 +00:00
lib/yaml Allow for immutable subclasses of YAMLObject. Fixes #53. 2007-05-08 20:38:29 +00:00
tests Add the tests for checking the libyaml bug. 2007-03-22 16:12:36 +00:00
announcement.msg Amend the announce message. 2006-08-20 18:26:02 +00:00
LICENSE Move pyyaml3000 to a separate directory. 2006-03-04 22:43:48 +00:00
Makefile Fix makefile and add setup.cfg. 2006-08-20 09:34:59 +00:00
MANIFEST.in Preparing the next release. 2006-08-19 19:37:57 +00:00
README Update README and the announcement message. 2006-08-20 10:41:50 +00:00
setup_with_libyaml.py Preparing the next release. 2006-08-19 19:37:57 +00:00
setup.cfg Fix makefile and add setup.cfg. 2006-08-20 09:34:59 +00:00
setup.py Preparing the next release. 2006-08-19 19:37:57 +00:00

PyYAML 3000 - The next generation YAML parser and emitter for Python.

To install, type 'python setup.py install'.

You may build faster LibYAML based parser and emitter with
'python setup_with_libyaml.py install'.
Then you may use them with the calls:
    >>> yaml.load(stream, Loader=yaml.CLoader)
    >>> yaml.dump(data, Dumper=yaml.CDumper)

For more information, check the PyYAML homepage:
'http://pyyaml.org/wiki/PyYAML'.

Documentation (rough and incomplete though):
'http://pyyaml.org/wiki/PyYAMLDocumentation'.

Post your questions and opinions to the YAML-Core mailing list:
'http://lists.sourceforge.net/lists/listinfo/yaml-core'.

Submit bug reports and feature requests to the PyYAML bug tracker:
'http://pyyaml.org/newticket?component=pyyaml'.

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