equal
deleted
inserted
replaced
|
1 Metadata-Version: 1.0 |
|
2 Name: PyYAML |
|
3 Version: 3.05 |
|
4 Summary: YAML parser and emitter for Python |
|
5 Home-page: http://pyyaml.org/wiki/PyYAML |
|
6 Author: Kirill Simonov |
|
7 Author-email: xi@resolvent.net |
|
8 License: MIT |
|
9 Download-URL: http://pyyaml.org/download/pyyaml/PyYAML-3.05.tar.gz |
|
10 Description: 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. |
|
21 Platform: Any |
|
22 Classifier: Development Status :: 4 - Beta |
|
23 Classifier: Intended Audience :: Developers |
|
24 Classifier: License :: OSI Approved :: MIT License |
|
25 Classifier: Operating System :: OS Independent |
|
26 Classifier: Programming Language :: Python |
|
27 Classifier: Topic :: Software Development :: Libraries :: Python Modules |
|
28 Classifier: Topic :: Text Processing :: Markup |