Warning, /yaml/PKG-INFO is written in an unsupported language. File is not indexed.
0001 Metadata-Version: 1.2
0002 Name: PyYAML
0003 Version: 5.4.1
0004 Summary: YAML parser and emitter for Python
0005 Home-page: https://pyyaml.org/
0006 Author: Kirill Simonov
0007 Author-email: xi@resolvent.net
0008 License: MIT
0009 Download-URL: https://pypi.org/project/PyYAML/
0010 Project-URL: Bug Tracker, https://github.com/yaml/pyyaml/issues
0011 Project-URL: CI, https://github.com/yaml/pyyaml/actions
0012 Project-URL: Documentation, https://pyyaml.org/wiki/PyYAMLDocumentation
0013 Project-URL: Mailing lists, http://lists.sourceforge.net/lists/listinfo/yaml-core
0014 Project-URL: Source Code, https://github.com/yaml/pyyaml
0015 Description: YAML is a data serialization format designed for human readability
0016 and interaction with scripting languages. PyYAML is a YAML parser
0017 and emitter for Python.
0018
0019 PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
0020 support, capable extension API, and sensible error messages. PyYAML
0021 supports standard YAML tags and provides Python-specific tags that
0022 allow to represent an arbitrary Python object.
0023
0024 PyYAML is applicable for a broad range of tasks from complex
0025 configuration files to object serialization and persistence.
0026 Platform: Any
0027 Classifier: Development Status :: 5 - Production/Stable
0028 Classifier: Intended Audience :: Developers
0029 Classifier: License :: OSI Approved :: MIT License
0030 Classifier: Operating System :: OS Independent
0031 Classifier: Programming Language :: Cython
0032 Classifier: Programming Language :: Python
0033 Classifier: Programming Language :: Python :: 2
0034 Classifier: Programming Language :: Python :: 2.7
0035 Classifier: Programming Language :: Python :: 3
0036 Classifier: Programming Language :: Python :: 3.6
0037 Classifier: Programming Language :: Python :: 3.7
0038 Classifier: Programming Language :: Python :: 3.8
0039 Classifier: Programming Language :: Python :: 3.9
0040 Classifier: Programming Language :: Python :: Implementation :: CPython
0041 Classifier: Programming Language :: Python :: Implementation :: PyPy
0042 Classifier: Topic :: Software Development :: Libraries :: Python Modules
0043 Classifier: Topic :: Text Processing :: Markup
0044 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*