Changeset 30
- Timestamp:
- 08/30/05 12:57:43 (8 years ago)
- File:
-
- 1 edited
-
trunk/README.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.txt
r29 r30 22 22 23 23 PySyck_ is aimed to update the current Python bindings for Syck. The new 24 bindings will provide wrappers for the Syck emitter and give access to the bare25 Parser tree. Hopefully it will not leak memory as well.24 bindings provide a wrapper for the Syck emitter and give access to YAML 25 representation graphs. Hopefully it will not leak memory as well. 26 26 27 27 PySyck_ may be used for various tasks, in particular, as a replacement of the … … 45 45 ============ 46 46 47 P ySyck requires Syck version 0.55 or higher. If you install it from source, unpack48 the source tarball and type::47 Please note that Syck 0.55 or higher must be installed. If you install PySyck 48 from source, unpack the source tarball and type:: 49 49 50 50 $ python setup.py install … … 56 56 ===== 57 57 58 The documentation is still incomplete. See `the source code`_ for more details. 58 The documentation is still rough and incomplete. See `the source code`_ for 59 more information. 59 60 60 61 .. _the source code: http://trac.xitology.org/pysyck/browser/ … … 104 105 ``!python/object:...``, ``!python/new:...``, and ``!python/apply:...`` are used 105 106 for constructing Python functions, classes, and objects. See the sections `Use 106 Python-specific tags in a YAML document`_ and `Use Python-specific tags to107 Python-specific tags in YAML documents`_ and `Use Python-specific tags to 107 108 construct Python objects`_ for some examples. 108 109 … … 188 189 >>> dump_documents(objects, output) 189 190 190 Get a representation tree of a YAML document191 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 191 Construct a representation tree of a YAML document 192 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 192 193 193 194 :: … … 238 239 >>> print dump(node) 239 240 240 Use Python-specific tags in a YAML document241 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~241 Use Python-specific tags in YAML documents 242 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 242 243 243 244 :: … … 874 875 ======= 875 876 876 * PySyck-0.55.1 (2005-08- ..): Initial release.877 * PySyck-0.55.1 (2005-08-30): Initial release. 877 878 878 879
Note: See TracChangeset
for help on using the changeset viewer.
