promenade/promenade/__init__.py
Phil Sphicas b41c3151fb Accelerate YAML operations with LibYAML
Patch PyYAML (via the pylibyaml library) to automatically enable the
LibYAML parser and emitter, which are faster than the Python versions.

https://pypi.org/project/pylibyaml/

Change-Id: Iad54bfd21083b24cad5429bd8ecf794a9ead513e
2020-09-24 04:27:29 +00:00

2 lines
71 B
Python

import pylibyaml # noqa: F401 # patch pyyaml to use libyaml bindings