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

Thinking alike #1

Open
pombredanne opened this issue Nov 10, 2015 · 7 comments
Open

Thinking alike #1

pombredanne opened this issue Nov 10, 2015 · 7 comments

Comments

@pombredanne
Copy link

FWIW I wrote something in the same spirit ... YAML and Pyyaml are way too complicated for the typical usage:
https://github.com/nexB/scancode-toolkit/blob/e243767f5ccd67674c1d3d0df8698a10cba419ee/src/licensedcode/saneyaml.py

@crdoconnor
Copy link
Owner

Ha. That's awesome.

Good to know I'm not the only one.

@pombredanne
Copy link
Author

Actually there is a rather large number of similar PyYAML enhancements... so much so that I wonder if we could join forces and start a fork of PyYAML that would leave out of the "junk" parts out of it?

@pombredanne
Copy link
Author

I had written this README a few months ago ;)
https://gist.github.com/pombredanne/d97ff0435dfa755461d8

@crdoconnor
Copy link
Owner

Sounds good to me.

From what I understand PyYAML is actually just following the YAML spec. It actually seems pretty decent underneath, it's just the spec which needs fixing.

@crdoconnor
Copy link
Owner

I tried searching for other similar enhancements. I didn't think I could be the only one before, but I couldn't find anything. Do you know where I could find the others?

@pombredanne
Copy link
Author

crdoconnor commented an hour ago
I tried searching for other similar enhancements. I didn't think I could be the only one before, but I couldn't find anything. Do you know where I could find the others?

I found several. See the bottom of this gist https://gist.github.com/pombredanne/d97ff0435dfa755461d8

@crdoconnor
Copy link
Owner

Ok cool. Maybe we could rope them in too.

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

No branches or pull requests

2 participants