Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/ruamel.yaml.clib-0.2.0.dist-info/METADATA @ 1:56ad4e20f292 draft
"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
| author | guerler |
|---|---|
| date | Fri, 31 Jul 2020 00:32:28 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:d30785e31577 | 1:56ad4e20f292 |
|---|---|
| 1 Metadata-Version: 2.1 | |
| 2 Name: ruamel.yaml.clib | |
| 3 Version: 0.2.0 | |
| 4 Summary: C version of reader, parser and emitter for ruamel.yaml derived from libyaml | |
| 5 Home-page: https://bitbucket.org/ruamel/yaml.clib | |
| 6 Author: Anthon van der Neut | |
| 7 Author-email: a.van.der.neut@ruamel.eu | |
| 8 License: MIT | |
| 9 Keywords: yaml 1.2 parser c-library config | |
| 10 Platform: UNKNOWN | |
| 11 Classifier: Development Status :: 4 - Beta | |
| 12 Classifier: Intended Audience :: Developers | |
| 13 Classifier: License :: OSI Approved :: MIT License | |
| 14 Classifier: Operating System :: OS Independent | |
| 15 Classifier: Programming Language :: Python | |
| 16 Classifier: Programming Language :: Python :: 2.7 | |
| 17 Classifier: Programming Language :: Python :: 3.5 | |
| 18 Classifier: Programming Language :: Python :: 3.6 | |
| 19 Classifier: Programming Language :: Python :: 3.7 | |
| 20 Classifier: Programming Language :: Python :: Implementation :: CPython | |
| 21 Classifier: Topic :: Software Development :: Libraries :: Python Modules | |
| 22 | |
| 23 | |
| 24 ruamel.yaml.clib | |
| 25 ================ | |
| 26 | |
| 27 ``ruamel.yaml.clib`` is the C based reader/scanner and emitter for ruamel.yaml | |
| 28 | |
| 29 :version: 0.2.0 | |
| 30 :updated: 2019-09-26 | |
| 31 :documentation: http://yaml.readthedocs.io | |
| 32 :repository: https://bitbucket.org/ruamel/yaml.clib | |
| 33 :pypi: https://pypi.org/project/ruamel.yaml.clib/ | |
| 34 | |
| 35 This package was split of from ruamel.yaml, so that ruamel.yaml can be build as | |
| 36 a universal wheel. Apart from the C code seldom changing, and taking a long | |
| 37 time to compile for all platforms, this allows installation of the .so | |
| 38 on Linux systems under /usr/lib64/pythonX.Y (without a .pth file or a ruamel | |
| 39 directory) and the Python code for ruamel.yaml under /usr/lib/pythonX.Y. | |
| 40 | |
| 41 | |
| 42 .. image:: https://bestpractices.coreinfrastructure.org/projects/1128/badge | |
| 43 :target: https://bestpractices.coreinfrastructure.org/projects/1128 | |
| 44 | |
| 45 .. image:: https://bitbucket.org/ruamel/yaml/raw/default/_doc/_static/license.svg | |
| 46 :target: https://opensource.org/licenses/MIT | |
| 47 | |
| 48 | |
| 49 |
