Closed bronson closed 8 years ago
Not quite JSON but I see the point :-)
About pip packages, makes sense for me. Otherwise this project would need a proper setup.py. But the term overkill fits quite well there ;-)
updated to most recent master. curious what you think, mergeable or no?
An attempt at solving #3.
There were a few ways of going about this... Using simple regexes had some pretty obvious downsides (breaking on
key: "a // b"
for example). Requiring the user to install pip packages would be overkill.This seemed like the best middle ground.