-
Notifications
You must be signed in to change notification settings - Fork 43
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
Added support for json5 #44
base: master
Are you sure you want to change the base?
Conversation
* Switched the json module for pyjson5 to support json5 (comments, yay) * moved the test grammar out into its own file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pyjson5 should be listed as a dependency in install_requires
here:
Line 28 in 57d20dd
install_requires=[], |
(pyjson5 probably doesn't support all old Python versions pytracery claims to, but pytracery should probably drop those anyway.)
README.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's delete this empty file, there's already a README.rst
hello.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can delete this file too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, not sure how that got in there.
Co-authored-by: Hugo van Kemenade <[email protected]>
Switched the json module for pyjson5 to support json5 (comments, yay)
moved the test grammar out into its own file.