PKG-INFO 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Metadata-Version: 1.2
  2. Name: PyYAML
  3. Version: 5.4.1
  4. Summary: YAML parser and emitter for Python
  5. Home-page: https://pyyaml.org/
  6. Author: Kirill Simonov
  7. Author-email: xi@resolvent.net
  8. License: MIT
  9. Download-URL: https://pypi.org/project/PyYAML/
  10. Project-URL: Bug Tracker, https://github.com/yaml/pyyaml/issues
  11. Project-URL: CI, https://github.com/yaml/pyyaml/actions
  12. Project-URL: Documentation, https://pyyaml.org/wiki/PyYAMLDocumentation
  13. Project-URL: Mailing lists, http://lists.sourceforge.net/lists/listinfo/yaml-core
  14. Project-URL: Source Code, https://github.com/yaml/pyyaml
  15. Description: YAML is a data serialization format designed for human readability
  16. and interaction with scripting languages. PyYAML is a YAML parser
  17. and emitter for Python.
  18. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
  19. support, capable extension API, and sensible error messages. PyYAML
  20. supports standard YAML tags and provides Python-specific tags that
  21. allow to represent an arbitrary Python object.
  22. PyYAML is applicable for a broad range of tasks from complex
  23. configuration files to object serialization and persistence.
  24. Platform: Any
  25. Classifier: Development Status :: 5 - Production/Stable
  26. Classifier: Intended Audience :: Developers
  27. Classifier: License :: OSI Approved :: MIT License
  28. Classifier: Operating System :: OS Independent
  29. Classifier: Programming Language :: Cython
  30. Classifier: Programming Language :: Python
  31. Classifier: Programming Language :: Python :: 2
  32. Classifier: Programming Language :: Python :: 2.7
  33. Classifier: Programming Language :: Python :: 3
  34. Classifier: Programming Language :: Python :: 3.6
  35. Classifier: Programming Language :: Python :: 3.7
  36. Classifier: Programming Language :: Python :: 3.8
  37. Classifier: Programming Language :: Python :: 3.9
  38. Classifier: Programming Language :: Python :: Implementation :: CPython
  39. Classifier: Programming Language :: Python :: Implementation :: PyPy
  40. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  41. Classifier: Topic :: Text Processing :: Markup
  42. Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*