source: trunk/packages/pyyaml/PKG-INFO @ 898

Last change on this file since 898 was 898, checked in by hartmans, 16 years ago

Add pyyaml and libyaml packages
backported from lenny.
There is discussion about how these should go in the repository; these are added in this form
in order to make forward progress.

File size: 1.2 KB
Line 
1Metadata-Version: 1.0
2Name: PyYAML
3Version: 3.05
4Summary: YAML parser and emitter for Python
5Home-page: http://pyyaml.org/wiki/PyYAML
6Author: Kirill Simonov
7Author-email: xi@resolvent.net
8License: MIT
9Download-URL: http://pyyaml.org/download/pyyaml/PyYAML-3.05.tar.gz
10Description: YAML is a data serialization format designed for human readability and
11        interaction with scripting languages.  PyYAML is a YAML parser and
12        emitter for Python.
13       
14        PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
15        support, capable extension API, and sensible error messages.  PyYAML
16        supports standard YAML tags and provides Python-specific tags that allow
17        to represent an arbitrary Python object.
18       
19        PyYAML is applicable for a broad range of tasks from complex
20        configuration files to object serialization and persistance.
21Platform: Any
22Classifier: Development Status :: 4 - Beta
23Classifier: Intended Audience :: Developers
24Classifier: License :: OSI Approved :: MIT License
25Classifier: Operating System :: OS Independent
26Classifier: Programming Language :: Python
27Classifier: Topic :: Software Development :: Libraries :: Python Modules
28Classifier: Topic :: Text Processing :: Markup
Note: See TracBrowser for help on using the repository browser.