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

Added support for json5 #44

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

danhon
Copy link

@danhon danhon commented Dec 12, 2024

  • Switched the json module for pyjson5 to support json5 (comments, yay)

  • moved the test grammar out into its own file.

* Switched the json module for pyjson5 to support json5 (comments, yay)

* moved the test grammar out into its own file.
Copy link
Contributor

@hugovk hugovk left a 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:

install_requires=[],

(pyjson5 probably doesn't support all old Python versions pytracery claims to, but pytracery should probably drop those anyway.)

README.md Outdated
Copy link
Contributor

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
Copy link
Contributor

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?

Copy link
Author

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.

tests/test_tracery.py Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
Co-authored-by: Hugo van Kemenade <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants