An open API service indexing awesome lists of open source software.

https://github.com/islati/yaml-bro

🧩 PyYaml Patch to preserve comments & dictionary order
https://github.com/islati/yaml-bro

python yaml yaml-configuration yaml-processor

Last synced: 11 months ago
JSON representation

🧩 PyYaml Patch to preserve comments & dictionary order

Awesome Lists containing this project

README

          

# yaml-bro
🧩 PyYaml wrapper to preserve comments & map-order.

#Usage

```python
from yamlbro import install_patch

install_patch()

#yaml as regular usage
```