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

find_value is not in __init__.py, so example on Pypi doesn't work #34

Closed
NodeJSmith opened this issue Jul 18, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@NodeJSmith
Copy link

The example on pypi shows importing find_value along with the other methods directly from jsonparse. However, it looks like find_value was not added to __init__.py, so it can't be imported from here. It has to be imported from jsonparse.functions.

@ctomkow
Copy link
Owner

ctomkow commented Jul 19, 2024

Thank you for the bug report!

I have released a v0.14.1 that fixes this issue. 0.14.1 is on PyPi now as well.

Cheers.

@ctomkow ctomkow closed this as completed Jul 19, 2024
@ctomkow ctomkow added the bug Something isn't working label Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants