1Metadata-Version: 2.1
2Name: ruamel.yaml.clib
3Version: 0.2.6
4Summary: C version of reader, parser and emitter for ruamel.yaml derived from libyaml
5Home-page: https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree
6Author: Anthon van der Neut
7Author-email: a.van.der.neut@ruamel.eu
8License: MIT
9Description:
10        ruamel.yaml.clib
11        ================
12
13        ``ruamel.yaml.clib`` is the C based reader/scanner and emitter for ruamel.yaml
14
15        :version:       0.2.6
16        :updated:       2021-07-04
17        :documentation: http://yaml.readthedocs.io
18        :repository:    https://sourceforge.net/projects/ruamel-yaml-clib/
19        :pypi:          https://pypi.org/project/ruamel.yaml.clib/
20
21        This package was split of from ruamel.yaml, so that ruamel.yaml can be build as
22        a universal wheel. Apart from the C code seldom changing, and taking a long
23        time to compile for all platforms, this allows installation of the .so
24        on Linux systems under /usr/lib64/pythonX.Y (without a .pth file or a ruamel
25        directory) and the Python code for ruamel.yaml under /usr/lib/pythonX.Y.
26
27
28        .. image:: https://bestpractices.coreinfrastructure.org/projects/1128/badge
29           :target: https://bestpractices.coreinfrastructure.org/projects/1128
30
31        .. image:: https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree/_doc/_static/license.svg?format=raw
32           :target: https://opensource.org/licenses/MIT
33
34
35Keywords: yaml 1.2 parser c-library config
36Platform: UNKNOWN
37Classifier: Development Status :: 4 - Beta
38Classifier: Intended Audience :: Developers
39Classifier: License :: OSI Approved :: MIT License
40Classifier: Operating System :: OS Independent
41Classifier: Programming Language :: Python
42Classifier: Programming Language :: Python :: 3.5
43Classifier: Programming Language :: Python :: 3.6
44Classifier: Programming Language :: Python :: 3.7
45Classifier: Programming Language :: Python :: 3.8
46Classifier: Programming Language :: Python :: 3.9
47Classifier: Programming Language :: Python :: Implementation :: CPython
48Classifier: Topic :: Software Development :: Libraries :: Python Modules
49Requires-Python: >=3.5
50Description-Content-Type: text/x-rst
51