PKG-INFO 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. Metadata-Version: 1.1
  2. Name: PyYAML
  3. Version: 3.12
  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.12.tar.gz
  10. Description: YAML is a data serialization format designed for human readability
  11. and interaction with scripting languages. PyYAML is a YAML parser
  12. and emitter for Python.
  13. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
  14. support, capable extension API, and sensible error messages. PyYAML
  15. supports standard YAML tags and provides Python-specific tags that
  16. allow to represent an arbitrary Python object.
  17. PyYAML is applicable for a broad range of tasks from complex
  18. configuration files to object serialization and persistance.
  19. Platform: Any
  20. Classifier: Development Status :: 5 - Production/Stable
  21. Classifier: Intended Audience :: Developers
  22. Classifier: License :: OSI Approved :: MIT License
  23. Classifier: Operating System :: OS Independent
  24. Classifier: Programming Language :: Python
  25. Classifier: Programming Language :: Python :: 2
  26. Classifier: Programming Language :: Python :: 2.7
  27. Classifier: Programming Language :: Python :: 3
  28. Classifier: Programming Language :: Python :: 3.4
  29. Classifier: Programming Language :: Python :: 3.5
  30. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  31. Classifier: Topic :: Text Processing :: Markup