Changeset 253 for pyyaml/trunk/README
- Timestamp:
- 05/12/07 16:33:09 (5 years ago)
- Files:
-
- 1 modified
-
pyyaml/trunk/README (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/README
r230 r253 1 PyYAML 3000- The next generation YAML parser and emitter for Python.1 PyYAML - The next generation YAML parser and emitter for Python. 2 2 3 3 To install, type 'python setup.py install'. … … 5 5 You may build faster LibYAML based parser and emitter with 6 6 'python setup_with_libyaml.py install'. 7 Then you may use the m with the calls:7 Then you may use the LibYAML based parser this way: 8 8 >>> yaml.load(stream, Loader=yaml.CLoader) 9 9 >>> yaml.dump(data, Dumper=yaml.CDumper) … … 21 21 'http://pyyaml.org/newticket?component=pyyaml'. 22 22 23 PyYAML 3000 is written by Kirill Simonov <xi@resolvent.net>.It is released23 PyYAML is written by Kirill Simonov <xi@resolvent.net>. It is released 24 24 under the MIT license. See the file LICENSE for more details.
