Changes between Version 9 and Version 10 of PySyck
- Timestamp:
- 03/18/06 04:21:34 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PySyck
v9 v10 2 2 3 3 '''Python bindings for the Syck YAML parser and emitter''' 4 4 5 5 6 == Overview == … … 19 20 module [http://docs.python.org/lib/module-pickle.html pickle]. 20 21 22 ''The old home of PySyck was http://xitology.org/pysyck/ (see also http://trac.xitology.org/pysyck/).'' 23 24 21 25 == Projects using PySyck == 22 26 … … 28 32 Pyramid uses Nevow as its templating system and YAML as the format for its file based data. 29 33 34 30 35 == Requirements == 31 36 32 37 PySyck requires Python 2.3 or higher and Syck 0.55 or higher. 33 38 34 You may download the latest Syck release from http://whytheluckystiff.net/syck/, 35 Alternatively you may check out the code from [http://code.whytheluckystiff.net/svn/syck/trunk the Syck SVN repository] 36 and apply my SyckPatches. 39 You may download the latest Syck release from http://whytheluckystiff.net/syck/. 40 Alternatively you download [http://pyyaml.org/download/pysyck/syck-0.61+svn231+patches.tar.gz my unofficial syck tarball]. 41 It is the code from [http://code.whytheluckystiff.net/svn/syck/trunk the Syck SVN repository] with my SyckPatches applied. 42 37 43 38 44 == Download == … … 42 48 ==== Syck Source ==== 43 49 44 http://whytheluckystiff.net/ appears to be down, soI prepared an '''unofficial''' syck tarball:50 I prepared an '''unofficial''' syck tarball: 45 51 46 52 * [http://pyyaml.org/download/pysyck/syck-0.61+svn231+patches.tar.gz syck-0.61+svn231+patches.tar.gz] … … 48 54 ==== Source ==== 49 55 50 * [http://pyyaml.org/download/pysyck/PySyck-0.61.1.tar.gz PySyck-0.61.1.tar.gz (release candidate)]51 * [http://pyyaml.org/download/pysyck/PySyck-0.61.1.zip PySyck-0.61.1.zip (release candidate)]56 * [http://pyyaml.org/download/pysyck/PySyck-0.61.1.tar.gz PySyck-0.61.1.tar.gz] 57 * [http://pyyaml.org/download/pysyck/PySyck-0.61.1.zip PySyck-0.61.1.zip] 52 58 53 59 ==== Windows binaries ==== 54 60 55 * [http://pyyaml.org/download/pysyck/PySyck-0.61.1.win32-py2.4.exe PySyck-0.61.1.win32-py2.4.exe (release candidate)]56 * [http://pyyaml.org/download/pysyck/PySyck-0.61.1.win32-py2.3.exe PySyck-0.61.1.win32-py2.3.exe (release candidate)]61 * [http://pyyaml.org/download/pysyck/PySyck-0.61.1.win32-py2.4.exe PySyck-0.61.1.win32-py2.4.exe] 62 * [http://pyyaml.org/download/pysyck/PySyck-0.61.1.win32-py2.3.exe PySyck-0.61.1.win32-py2.3.exe] 57 63 58 64 ==== Changes ==== … … 64 70 * Windows binaries are compiled against [http://pyyaml.org/download/pysyck/syck-0.61+svn231+patches.tar.gz syck-0.61+svn231+patches.tar.gz]. 65 71 * The site is moved to http://pyyaml.org/wiki/PySyck. 66 67 72 68 73 === Older versions === … … 78 83 * [http://pyyaml.org/download/pysyck/PySyck-0.55.1.win32-py2.3.exe PySyck-0.55.1.win32-py2.3.exe] 79 84 * [http://pyyaml.org/download/pysyck/PySyck-0.55.1.win32-py2.2.exe PySyck-0.55.1.win32-py2.2.exe] 85 80 86 81 87 == Documentation == … … 100 106 For more details, please check [http://pyyaml.org/file/pysyck/trunk/README.txt README.txt]. 101 107 108 102 109 == Development and Bug reports == 103 110 … … 108 115 You may review open bugs through [http://pyyaml.org/query?action=view&component=pysyck&order=priority the list of open tickets]. 109 116 110 You may use [http://lists.sourceforge.net/lists/listinfo/yaml-core YAML-core mailing list]111 to discuss PySyck. 117 You may discuss PySyck at [http://lists.sourceforge.net/lists/listinfo/yaml-core the YAML-core mailing list]. 118 112 119 113 120 == Author and Copyright == … … 117 124 PySyck is released under the BSD license like Syck itself. 118 125 126 119 127 == Notes == 120 128
