This commit is contained in:
Iliyan Angelov
2025-12-01 06:50:10 +02:00
parent 91f51bc6fe
commit 62c1fe5951
4682 changed files with 544807 additions and 31208 deletions

View File

@@ -0,0 +1,88 @@
Metadata-Version: 2.4
Name: ruamel.yaml.clib
Version: 0.2.15
Summary: C version of reader, parser and emitter for ruamel.yaml derived from libyaml
Author: Anthon van der Neut
Author-email: a.van.der.neut@ruamel.eu
License: MIT
Project-URL: Home, https://sourceforge.net/p/ruamel-yaml-clib/
Project-URL: Source, https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree/
Project-URL: Tracker, https://sourceforge.net/p/ruamel-yaml-clib/tickets/
Project-URL: Documentation, https://yaml.dev/doc/ruamel.yaml.clib/
Keywords: yaml 1.2 parser c-library config
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=CommonMark
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary
# ruamel.yaml.clib
`ruamel.yaml.clib` is the C based reader/scanner and emitter for ruamel.yaml
<table class="docutils">
<tr>
<td>version</td>
<td>0.2.15</td>
</tr>
<tr>
<td>updated</td>
<td>2025-11-16</td>
</tr>
<tr>
<td>documentation</td>
<td><a href="https://yaml.dev/doc/ruamel.yaml.clib">https://yaml.dev/doc/ruamel.yaml.clib</a></td>
</tr>
<tr>
<td>repository</td>
<td><a href="https://sourceforge.net/projects/ruamel-yaml-clib/">https://sourceforge.net/projects/ruamel-yaml-clib/</a></td>
</tr>
<tr>
<td>pypi</td>
<td><a href="https://pypi.org/project/ruamel.yaml.clib/">https://pypi.org/project/ruamel.yaml.clib/</a></td>
</tr>
</table>
This package was split of from ruamel.yaml, so that ruamel.yaml can be
build as a universal wheel. Apart from the C code seldom changing, and
taking a long time to compile for all platforms, this allows
installation of the .so on Linux systems under /usr/lib64/pythonX.Y
(without a .pth file or a ruamel directory) and the Python code for
ruamel.yaml under /usr/lib/pythonX.Y.
For packaging purposes you can use a download of the [tar balls of tagged source](https://yaml.dev/ruamel-dl-tagged-releases)
[![image](https://bestpractices.coreinfrastructure.org/projects/1128/badge)](https://bestpractices.coreinfrastructure.org/projects/1128)
[![image](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree/_doc/_static/license.svg?format=raw)](https://opensource.org/licenses/MIT)
[![image](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree/_doc/_static/pypi.svg?format=raw)](https://pypi.org/project/ruamel.yaml.clib/)
This release in loving memory of
Johanna Clasina van der Neut-Bandel \[1922-10-19 2015-11-21\] and
Jan van der Neut \[1919-12-01 1998-11-19\].
Klaus E. \[1938-04-25 2025-11-01\],
thanx for your help and trust, I do miss "Und was macht Coco?".

View File

@@ -0,0 +1,7 @@
_ruamel_yaml.cpython-312-x86_64-linux-gnu.so,sha256=ojK-cWy3dvZfKHYOR6mi2zPOdAxnGdjlebdEgbguzac,2751216
ruamel_yaml_clib-0.2.15.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
ruamel_yaml_clib-0.2.15.dist-info/METADATA,sha256=H1nnIfNRzrKW4zEWmKUuQ4i8Evl6xwmSb-yt3qAuigU,3506
ruamel_yaml_clib-0.2.15.dist-info/RECORD,,
ruamel_yaml_clib-0.2.15.dist-info/WHEEL,sha256=DxRnWQz-Kp9-4a4hdDHsSv0KUC3H7sN9Nbef3-8RjXU,190
ruamel_yaml_clib-0.2.15.dist-info/licenses/LICENSE,sha256=-K1-_nHd6Qny1pT33GlHDT2-B8ABwLMMa9mVHkcgd_o,1121
ruamel_yaml_clib-0.2.15.dist-info/top_level.txt,sha256=1sJba3IGd2sab3u_6kWyNPS8yG_AHtP0JdmaDoB4XB0,20

View File

@@ -0,0 +1,7 @@
Wheel-Version: 1.0
Generator: setuptools (80.9.0)
Root-Is-Purelib: false
Tag: cp312-cp312-manylinux_2_17_x86_64
Tag: cp312-cp312-manylinux2014_x86_64
Tag: cp312-cp312-manylinux_2_28_x86_64

View File

@@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2019-2025 Anthon van der Neut, Ruamel bvba
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -0,0 +1,2 @@
_ruamel_yaml
ruamel