README.rst 1.0 KB

12345678910111213141516171819202122232425
  1. ruamel.yaml.clib
  2. ================
  3. ``ruamel.yaml.clib`` is the C based reader/scanner and emitter for ruamel.yaml
  4. :version: 0.2.2
  5. :updated: 2020-09-04
  6. :documentation: http://yaml.readthedocs.io
  7. :repository: https://sourceforge.net/projects/ruamel-yaml-clib/
  8. :pypi: https://pypi.org/project/ruamel.yaml.clib/
  9. This package was split of from ruamel.yaml, so that ruamel.yaml can be build as
  10. a universal wheel. Apart from the C code seldom changing, and taking a long
  11. time to compile for all platforms, this allows installation of the .so
  12. on Linux systems under /usr/lib64/pythonX.Y (without a .pth file or a ruamel
  13. directory) and the Python code for ruamel.yaml under /usr/lib/pythonX.Y.
  14. .. image:: https://bestpractices.coreinfrastructure.org/projects/1128/badge
  15. :target: https://bestpractices.coreinfrastructure.org/projects/1128
  16. .. image:: https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree/_doc/_static/license.svg?format=raw
  17. :target: https://opensource.org/licenses/MIT