1a5f9918aSopenharmony_ciMetadata-Version: 2.1 2a5f9918aSopenharmony_ciName: PyYAML 3a5f9918aSopenharmony_ciVersion: 6.0 4a5f9918aSopenharmony_ciSummary: YAML parser and emitter for Python 5a5f9918aSopenharmony_ciHome-page: https://pyyaml.org/ 6a5f9918aSopenharmony_ciAuthor: Kirill Simonov 7a5f9918aSopenharmony_ciAuthor-email: xi@resolvent.net 8a5f9918aSopenharmony_ciLicense: MIT 9a5f9918aSopenharmony_ciDownload-URL: https://pypi.org/project/PyYAML/ 10a5f9918aSopenharmony_ciProject-URL: Bug Tracker, https://github.com/yaml/pyyaml/issues 11a5f9918aSopenharmony_ciProject-URL: CI, https://github.com/yaml/pyyaml/actions 12a5f9918aSopenharmony_ciProject-URL: Documentation, https://pyyaml.org/wiki/PyYAMLDocumentation 13a5f9918aSopenharmony_ciProject-URL: Mailing lists, http://lists.sourceforge.net/lists/listinfo/yaml-core 14a5f9918aSopenharmony_ciProject-URL: Source Code, https://github.com/yaml/pyyaml 15a5f9918aSopenharmony_ciPlatform: Any 16a5f9918aSopenharmony_ciClassifier: Development Status :: 5 - Production/Stable 17a5f9918aSopenharmony_ciClassifier: Intended Audience :: Developers 18a5f9918aSopenharmony_ciClassifier: License :: OSI Approved :: MIT License 19a5f9918aSopenharmony_ciClassifier: Operating System :: OS Independent 20a5f9918aSopenharmony_ciClassifier: Programming Language :: Cython 21a5f9918aSopenharmony_ciClassifier: Programming Language :: Python 22a5f9918aSopenharmony_ciClassifier: Programming Language :: Python :: 3 23a5f9918aSopenharmony_ciClassifier: Programming Language :: Python :: 3.6 24a5f9918aSopenharmony_ciClassifier: Programming Language :: Python :: 3.7 25a5f9918aSopenharmony_ciClassifier: Programming Language :: Python :: 3.8 26a5f9918aSopenharmony_ciClassifier: Programming Language :: Python :: 3.9 27a5f9918aSopenharmony_ciClassifier: Programming Language :: Python :: 3.10 28a5f9918aSopenharmony_ciClassifier: Programming Language :: Python :: Implementation :: CPython 29a5f9918aSopenharmony_ciClassifier: Programming Language :: Python :: Implementation :: PyPy 30a5f9918aSopenharmony_ciClassifier: Topic :: Software Development :: Libraries :: Python Modules 31a5f9918aSopenharmony_ciClassifier: Topic :: Text Processing :: Markup 32a5f9918aSopenharmony_ciRequires-Python: >=3.6 33a5f9918aSopenharmony_ciLicense-File: LICENSE 34a5f9918aSopenharmony_ci 35a5f9918aSopenharmony_ciYAML is a data serialization format designed for human readability 36a5f9918aSopenharmony_ciand interaction with scripting languages. PyYAML is a YAML parser 37a5f9918aSopenharmony_ciand emitter for Python. 38a5f9918aSopenharmony_ci 39a5f9918aSopenharmony_ciPyYAML features a complete YAML 1.1 parser, Unicode support, pickle 40a5f9918aSopenharmony_cisupport, capable extension API, and sensible error messages. PyYAML 41a5f9918aSopenharmony_cisupports standard YAML tags and provides Python-specific tags that 42a5f9918aSopenharmony_ciallow to represent an arbitrary Python object. 43a5f9918aSopenharmony_ci 44a5f9918aSopenharmony_ciPyYAML is applicable for a broad range of tasks from complex 45a5f9918aSopenharmony_ciconfiguration files to object serialization and persistence. 46a5f9918aSopenharmony_ci 47