Created by: svlasov
What is this Python project?
Configure is a thin wrapper around PyYAML which extends already readable and powerful YAML with inheritance, composition and (so called) “object-graph configuration” features.
What's the difference between this Python project and similar ones?
- This package works with any of YAML, JSON or a mix of both formats
- It has inheritance, composition and object-graph refrences features
- Flexible configuration loading. Can be load from file, dictionary or string
- A separate method for logging configuration
--
Anyone who agrees with this pull request could vote for it by adding a
This package works with any of YAML, JSON or a mix of both formats