| Revision 279,
919 bytes
checked in by xi, 5 years ago
(diff) |
|
Updated README, announcement and MANIFEST files for the 3.06 release.
|
| Rev | Line | |
|---|
| [253] | 1 | PyYAML - The next generation YAML parser and emitter for Python. |
|---|
| [58] | 2 | |
|---|
| 3 | To install, type 'python setup.py install'. |
|---|
| 4 | |
|---|
| [279] | 5 | To build and install PyYAML with LibYAML bindings, type |
|---|
| 6 | 'python setup.py --with-libyaml install'. |
|---|
| 7 | Then you may use a fast LibYAML-based parser and emitter as follows: |
|---|
| 8 | |
|---|
| [230] | 9 | >>> yaml.load(stream, Loader=yaml.CLoader) |
|---|
| 10 | >>> yaml.dump(data, Dumper=yaml.CDumper) |
|---|
| 11 | |
|---|
| [149] | 12 | For more information, check the PyYAML homepage: |
|---|
| 13 | 'http://pyyaml.org/wiki/PyYAML'. |
|---|
| [58] | 14 | |
|---|
| [156] | 15 | Documentation (rough and incomplete though): |
|---|
| 16 | 'http://pyyaml.org/wiki/PyYAMLDocumentation'. |
|---|
| 17 | |
|---|
| [58] | 18 | Post your questions and opinions to the YAML-Core mailing list: |
|---|
| 19 | 'http://lists.sourceforge.net/lists/listinfo/yaml-core'. |
|---|
| 20 | |
|---|
| [149] | 21 | Submit bug reports and feature requests to the PyYAML bug tracker: |
|---|
| 22 | 'http://pyyaml.org/newticket?component=pyyaml'. |
|---|
| 23 | |
|---|
| [253] | 24 | PyYAML is written by Kirill Simonov <xi@resolvent.net>. It is released |
|---|
| [58] | 25 | under the MIT license. See the file LICENSE for more details. |
|---|
Note: See
TracBrowser
for help on using the repository browser.