Changeset 364 for pyyaml/trunk
- Timestamp:
- 08/30/09 16:06:16 (3 years ago)
- Files:
-
- 1 modified
-
pyyaml/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/setup.py
r360 r364 4 4 DESCRIPTION = "YAML parser and emitter for Python" 5 5 LONG_DESCRIPTION = """\ 6 YAML is a data serialization format designed for human readability and7 interaction with scripting languages. PyYAML is a YAML parser and 8 emitter for Python.6 YAML is a data serialization format designed for human readability 7 and interaction with scripting languages. PyYAML is a YAML parser 8 and emitter for Python. 9 9 10 10 PyYAML features a complete YAML 1.1 parser, Unicode support, pickle 11 11 support, capable extension API, and sensible error messages. PyYAML 12 supports standard YAML tags and provides Python-specific tags that allow13 to represent an arbitrary Python object.12 supports standard YAML tags and provides Python-specific tags that 13 allow to represent an arbitrary Python object. 14 14 15 15 PyYAML is applicable for a broad range of tasks from complex
