Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: exposing jsonnet_evaluate_snippet_stream in the Python API #235

Closed
guoshimin opened this issue Sep 6, 2016 · 2 comments

Comments

@guoshimin
Copy link
Contributor

No description provided.

@guoshimin guoshimin changed the title exposing jsonnet_evaluate_snippet_stream in the Python API Feature request: exposing jsonnet_evaluate_snippet_stream in the Python API Sep 6, 2016
@sparkprime
Copy link
Member

Why? You may as well just require evaluate_snippet to return a list. If you actually want a YAML stream as a string, you can use the yaml lib to convert it to that, or just do '\n---'.join(...) or similar.

@sparkprime
Copy link
Member

Closing as you have a workaround :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants