kennknowles / python-jsonpath-rw

A robust and significantly extended implementation of JSONPath for Python, with a clear AST for metaprogramming.
Apache License 2.0
599 stars 193 forks source link

Conflicting lib names for jsonpath-python library #100

Open hernandik opened 2 years ago

hernandik commented 2 years ago

Current jsonpath-python conflicts with https://pypi.org/project/jsonpath-python/ library version. Some thirth party libaries need this one and I'm unable to use the newer jsonpath-python. How to fix that?

hernandik commented 2 years ago

Both libraries implement a file called jsonpath.py, that cause conflicts when importing such file inside python.