METADATA 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. Metadata-Version: 2.1
  2. Name: ruamel.yaml.clib
  3. Version: 0.2.2
  4. Summary: C version of reader, parser and emitter for ruamel.yaml derived from libyaml
  5. Home-page: https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree
  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 :: 3.8
  21. Classifier: Programming Language :: Python :: Implementation :: CPython
  22. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  23. Description-Content-Type: text/x-rst
  24. ruamel.yaml.clib
  25. ================
  26. ``ruamel.yaml.clib`` is the C based reader/scanner and emitter for ruamel.yaml
  27. :version: 0.2.2
  28. :updated: 2020-09-04
  29. :documentation: http://yaml.readthedocs.io
  30. :repository: https://sourceforge.net/projects/ruamel-yaml-clib/
  31. :pypi: https://pypi.org/project/ruamel.yaml.clib/
  32. This package was split of from ruamel.yaml, so that ruamel.yaml can be build as
  33. a universal wheel. Apart from the C code seldom changing, and taking a long
  34. time to compile for all platforms, this allows installation of the .so
  35. on Linux systems under /usr/lib64/pythonX.Y (without a .pth file or a ruamel
  36. directory) and the Python code for ruamel.yaml under /usr/lib/pythonX.Y.
  37. .. image:: https://bestpractices.coreinfrastructure.org/projects/1128/badge
  38. :target: https://bestpractices.coreinfrastructure.org/projects/1128
  39. .. image:: https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree/_doc/_static/license.svg?format=raw
  40. :target: https://opensource.org/licenses/MIT