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
- Host: GitHub
- URL: https://github.com/islati/yaml-bro
- Owner: Islati
- Created: 2016-02-09T20:30:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T17:06:24.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T14:53:25.359Z (11 months ago)
- Topics: python, yaml, yaml-configuration, yaml-processor
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```