diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:47:29 +0000 |
commit | fd0ae3eca1c986a6b97da2fba8934ef44342b3c5 (patch) | |
tree | fe18c4c9e56e9a3368b53f0ac4494a9a55cf09ca /ruamel.yaml.clib.egg-info | |
parent | Releasing progress-linux version 0.2.8-2~progress7.99u1. (diff) | |
download | ruamel.yaml.clib-fd0ae3eca1c986a6b97da2fba8934ef44342b3c5.tar.xz ruamel.yaml.clib-fd0ae3eca1c986a6b97da2fba8934ef44342b3c5.zip |
Merging upstream version 0.2.8+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ruamel.yaml.clib.egg-info')
-rw-r--r-- | ruamel.yaml.clib.egg-info/PKG-INFO | 52 | ||||
-rw-r--r-- | ruamel.yaml.clib.egg-info/SOURCES.txt | 25 | ||||
-rw-r--r-- | ruamel.yaml.clib.egg-info/dependency_links.txt | 1 | ||||
-rw-r--r-- | ruamel.yaml.clib.egg-info/not-zip-safe | 1 | ||||
-rw-r--r-- | ruamel.yaml.clib.egg-info/top_level.txt | 2 |
5 files changed, 0 insertions, 81 deletions
diff --git a/ruamel.yaml.clib.egg-info/PKG-INFO b/ruamel.yaml.clib.egg-info/PKG-INFO deleted file mode 100644 index 01aea7b..0000000 --- a/ruamel.yaml.clib.egg-info/PKG-INFO +++ /dev/null @@ -1,52 +0,0 @@ -Metadata-Version: 2.1 -Name: ruamel.yaml.clib -Version: 0.2.8 -Summary: C version of reader, parser and emitter for ruamel.yaml derived from libyaml -Home-page: https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree -Author: Anthon van der Neut -Author-email: a.van.der.neut@ruamel.eu -License: MIT -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.10 -Classifier: Programming Language :: Python :: 3.11 -Classifier: Programming Language :: Python :: 3.6 -Classifier: Programming Language :: Python :: 3.7 -Classifier: Programming Language :: Python :: 3.8 -Classifier: Programming Language :: Python :: 3.9 -Classifier: Programming Language :: Python :: Implementation :: CPython -Classifier: Topic :: Software Development :: Libraries :: Python Modules -Requires-Python: >=3.6 -Description-Content-Type: text/x-rst -License-File: LICENSE - - -ruamel.yaml.clib -================ - -``ruamel.yaml.clib`` is the C based reader/scanner and emitter for ruamel.yaml - -:version: 0.2.7 -:updated: 2022-10-19 -:documentation: http://yaml.readthedocs.io -:repository: https://sourceforge.net/projects/ruamel-yaml-clib/ -:pypi: https://pypi.org/project/ruamel.yaml.clib/ - -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. - - -.. image:: https://bestpractices.coreinfrastructure.org/projects/1128/badge - :target: https://bestpractices.coreinfrastructure.org/projects/1128 - -.. image:: https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree/_doc/_static/license.svg?format=raw - :target: https://opensource.org/licenses/MIT - -This release in loving memory of Johanna Clasina van der Neut-Bandel [1922-10-19 - 2015-11-21] diff --git a/ruamel.yaml.clib.egg-info/SOURCES.txt b/ruamel.yaml.clib.egg-info/SOURCES.txt deleted file mode 100644 index 12446aa..0000000 --- a/ruamel.yaml.clib.egg-info/SOURCES.txt +++ /dev/null @@ -1,25 +0,0 @@ -LICENSE -MANIFEST.in -README.rst -_ruamel_yaml.c -_ruamel_yaml.h -api.c -config.h -dumper.c -emitter.c -loader.c -parser.c -pyproject.toml -reader.c -scanner.c -setup.py -writer.c -yaml.h -yaml_private.h -./LICENSE -./__init__.py -ruamel.yaml.clib.egg-info/PKG-INFO -ruamel.yaml.clib.egg-info/SOURCES.txt -ruamel.yaml.clib.egg-info/dependency_links.txt -ruamel.yaml.clib.egg-info/not-zip-safe -ruamel.yaml.clib.egg-info/top_level.txt
\ No newline at end of file diff --git a/ruamel.yaml.clib.egg-info/dependency_links.txt b/ruamel.yaml.clib.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/ruamel.yaml.clib.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/ruamel.yaml.clib.egg-info/not-zip-safe b/ruamel.yaml.clib.egg-info/not-zip-safe deleted file mode 100644 index 8b13789..0000000 --- a/ruamel.yaml.clib.egg-info/not-zip-safe +++ /dev/null @@ -1 +0,0 @@ - diff --git a/ruamel.yaml.clib.egg-info/top_level.txt b/ruamel.yaml.clib.egg-info/top_level.txt deleted file mode 100644 index be006da..0000000 --- a/ruamel.yaml.clib.egg-info/top_level.txt +++ /dev/null @@ -1,2 +0,0 @@ -_ruamel_yaml -ruamel |