Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
NEW: textproc/py-yamlloader
To:
ports <ports@openbsd.org>
Date:
Mon, 2 Dec 2024 11:30:32 +0000

Download raw body.

Thread
This is an improved fork of textproc/py-yamlordereddictloader,
needed to update py-wbem. (yamlorderdictloader upstream advises
using this).

OK?

---
This module works with PyYAML and allows yaml files to be loaded to
Python objects and Python objects to be dumped to yaml files.
It works with both OrderedDicts and regular dicts. It started as
a copy of "yamlordereddict" but has since been improved.
---