comparison env/lib/python3.7/site-packages/PyYAML-5.3.1-py3.7.egg-info/PKG-INFO @ 0:26e78fe6e8c4 draft

"planemo upload commit c699937486c35866861690329de38ec1a5d9f783"
author shellac
date Sat, 02 May 2020 07:14:21 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:26e78fe6e8c4
1 Metadata-Version: 1.2
2 Name: PyYAML
3 Version: 5.3.1
4 Summary: YAML parser and emitter for Python
5 Home-page: https://github.com/yaml/pyyaml
6 Author: Kirill Simonov
7 Author-email: xi@resolvent.net
8 License: MIT
9 Download-URL: https://pypi.org/project/PyYAML/
10 Description: YAML is a data serialization format designed for human readability
11 and interaction with scripting languages. PyYAML is a YAML parser
12 and emitter for Python.
13
14 PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
15 support, capable extension API, and sensible error messages. PyYAML
16 supports standard YAML tags and provides Python-specific tags that
17 allow to represent an arbitrary Python object.
18
19 PyYAML is applicable for a broad range of tasks from complex
20 configuration files to object serialization and persistence.
21 Platform: Any
22 Classifier: Development Status :: 5 - Production/Stable
23 Classifier: Intended Audience :: Developers
24 Classifier: License :: OSI Approved :: MIT License
25 Classifier: Operating System :: OS Independent
26 Classifier: Programming Language :: Cython
27 Classifier: Programming Language :: Python
28 Classifier: Programming Language :: Python :: 2
29 Classifier: Programming Language :: Python :: 2.7
30 Classifier: Programming Language :: Python :: 3
31 Classifier: Programming Language :: Python :: 3.5
32 Classifier: Programming Language :: Python :: 3.6
33 Classifier: Programming Language :: Python :: 3.7
34 Classifier: Programming Language :: Python :: 3.8
35 Classifier: Programming Language :: Python :: Implementation :: CPython
36 Classifier: Programming Language :: Python :: Implementation :: PyPy
37 Classifier: Topic :: Software Development :: Libraries :: Python Modules
38 Classifier: Topic :: Text Processing :: Markup
39 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*