DESCRIPTION.rst 534 B

123456789101112
  1. YAML is a data serialization format designed for human readability
  2. and interaction with scripting languages. PyYAML is a YAML parser
  3. and emitter for Python.
  4. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
  5. support, capable extension API, and sensible error messages. PyYAML
  6. supports standard YAML tags and provides Python-specific tags that
  7. allow to represent an arbitrary Python object.
  8. PyYAML is applicable for a broad range of tasks from complex
  9. configuration files to object serialization and persistance.