Fix the bug when the `path` in `add_path_resolver` contains boolean values. Fix...
[pyyaml/python3.git] / README
blob137a3a30f781939c46e4ad68dfc785a1b247b7d3
1 PyYAML 3000 - The next generation YAML parser and emitter for Python.
3 To install, type 'python setup.py install'.
5 You may build faster LibYAML based parser and emitter with
6 'python setup_with_libyaml.py install'.
7 Then you may use them with the calls:
8     >>> yaml.load(stream, Loader=yaml.CLoader)
9     >>> yaml.dump(data, Dumper=yaml.CDumper)
11 For more information, check the PyYAML homepage:
12 'http://pyyaml.org/wiki/PyYAML'.
14 Documentation (rough and incomplete though):
15 'http://pyyaml.org/wiki/PyYAMLDocumentation'.
17 Post your questions and opinions to the YAML-Core mailing list:
18 'http://lists.sourceforge.net/lists/listinfo/yaml-core'.
20 Submit bug reports and feature requests to the PyYAML bug tracker:
21 'http://pyyaml.org/newticket?component=pyyaml'.
23 PyYAML 3000 is written by Kirill Simonov <xi@resolvent.net>. It is released
24 under the MIT license. See the file LICENSE for more details.