| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 | Metadata-Version: 2.1Name: PyYAMLVersion: 6.0.1Summary: YAML parser and emitter for PythonHome-page: https://pyyaml.org/Download-URL: https://pypi.org/project/PyYAML/Author: Kirill SimonovAuthor-email: xi@resolvent.netLicense: MITProject-URL: Bug Tracker, https://github.com/yaml/pyyaml/issuesProject-URL: CI, https://github.com/yaml/pyyaml/actionsProject-URL: Documentation, https://pyyaml.org/wiki/PyYAMLDocumentationProject-URL: Mailing lists, http://lists.sourceforge.net/lists/listinfo/yaml-coreProject-URL: Source Code, https://github.com/yaml/pyyamlPlatform: AnyClassifier: Development Status :: 5 - Production/StableClassifier: Intended Audience :: DevelopersClassifier: License :: OSI Approved :: MIT LicenseClassifier: Operating System :: OS IndependentClassifier: Programming Language :: CythonClassifier: Programming Language :: PythonClassifier: Programming Language :: Python :: 3Classifier: Programming Language :: Python :: 3.6Classifier: Programming Language :: Python :: 3.7Classifier: Programming Language :: Python :: 3.8Classifier: Programming Language :: Python :: 3.9Classifier: Programming Language :: Python :: 3.10Classifier: Programming Language :: Python :: 3.11Classifier: Programming Language :: Python :: Implementation :: CPythonClassifier: Programming Language :: Python :: Implementation :: PyPyClassifier: Topic :: Software Development :: Libraries :: Python ModulesClassifier: Topic :: Text Processing :: MarkupRequires-Python: >=3.6License-File: LICENSEYAML is a data serialization format designed for human readabilityand interaction with scripting languages.  PyYAML is a YAML parserand emitter for Python.PyYAML features a complete YAML 1.1 parser, Unicode support, picklesupport, capable extension API, and sensible error messages.  PyYAMLsupports standard YAML tags and provides Python-specific tags thatallow to represent an arbitrary Python object.PyYAML is applicable for a broad range of tasks from complexconfiguration files to object serialization and persistence.
 |