pyraml-parser
pyraml-parser copied to clipboard
pyraml-parser - Python parser to RAML, the RESTful API Modeling Language.
Following example script fails because `yaml.add_representer` function which is called in initialization of pyraml module (`pyraml/__init__.py`) changes behavior of PyYAML module. Modified PyYAML module will parse dictionary structure in YAML...
This library only supports RAML 0.8. Are there any plans to support RAML 1.0 at any point? Or is this project abandoned?
### Background Workaround for issue #34. ### Changes * Specify `pyraml_yaml` as module name for PyYAML module by using `imp` module ### Notes * `imp.load_module` is deprecated, but equivalent implementation...
Hello. Please add [mediaType](https://github.com/raml-org/raml-spec/blob/master/raml-0.8.md) support. It is allowed to specify mediaType only once at top level, and then omit it in responses body. Currently this valid raml will fail with...
I tried to use this today to flatten out some RAML files (so I could import them into postman) and discovered that the pyraml models don't re-encode cleanly. Using a...
Docs
Is there a plan for adding docs or a tutorial for using this package? I am interested in seeing if it would fit some needs for parsing raml, and testing...