Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →
Top 4 Python yaml-parser Projects
-
This is why I've become a fan of StrictYAML [0]. Of course it is not supported by many projects, but at least you are given the option to dispense with all the unnecessary features and their associated pitfalls in the context of your own projects.
Most notably it only offers three base types (scalar string, array, object) and moves the work of parsing values to stronger types (such as int8 or boolean) to your codebase where you tend to wrap values parsed from YAML into other types anyway.
Less surprises and headaches, but very niche, unfortunately.
[0] https://hitchdev.com/strictyaml/
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
hikaru
Move smoothly between Kubernetes YAML and Python for creating/updating/componentizing configurations.
-
parse_it
A python library for parsing multiple types of config files, envvars & command line arguments that takes the headache out of setting app configurations.
-
Python yaml-parser discussion
Python yaml-parser related posts
-
Hikaru 1.0.0 released
-
Hikaru 1.0.0 released
-
Hikaru 1.0.0 released
-
Hikaru 0.16.0b released
-
Hikaru 0.16.0b released
-
Hikaru 0.16.0b released
-
Hikaru 0.13.0a released
- A note from our sponsor - Stream getstream.io | 24 Dec 2025
Index
What are some of the best open-source yaml-parser projects in Python? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | strictyaml | 1,589 |
| 2 | hikaru | 210 |
| 3 | parse_it | 114 |
| 4 | pyaml_env | 97 |