shipyard/src/bin/shipyard_airflow/shipyard_airflow/__init__.py
Phil Sphicas 4e7ff997a6 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: Ic3f7ba1ce6c4db1a4bc18fe1aef8e0675f7cd69e
2020-09-24 05:09:46 +00:00

2 lines
71 B
Python

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