comparison env/lib/python3.9/site-packages/PyYAML-5.4.1.dist-info/METADATA @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
1 Metadata-Version: 2.1
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 Platform: Any
16 Classifier: Development Status :: 5 - Production/Stable
17 Classifier: Intended Audience :: Developers
18 Classifier: License :: OSI Approved :: MIT License
19 Classifier: Operating System :: OS Independent
20 Classifier: Programming Language :: Cython
21 Classifier: Programming Language :: Python
22 Classifier: Programming Language :: Python :: 2
23 Classifier: Programming Language :: Python :: 2.7
24 Classifier: Programming Language :: Python :: 3
25 Classifier: Programming Language :: Python :: 3.6
26 Classifier: Programming Language :: Python :: 3.7
27 Classifier: Programming Language :: Python :: 3.8
28 Classifier: Programming Language :: Python :: 3.9
29 Classifier: Programming Language :: Python :: Implementation :: CPython
30 Classifier: Programming Language :: Python :: Implementation :: PyPy
31 Classifier: Topic :: Software Development :: Libraries :: Python Modules
32 Classifier: Topic :: Text Processing :: Markup
33 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
34
35 YAML is a data serialization format designed for human readability
36 and interaction with scripting languages. PyYAML is a YAML parser
37 and emitter for Python.
38
39 PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
40 support, capable extension API, and sensible error messages. PyYAML
41 supports standard YAML tags and provides Python-specific tags that
42 allow to represent an arbitrary Python object.
43
44 PyYAML is applicable for a broad range of tasks from complex
45 configuration files to object serialization and persistence.
46