File: __init__.py

package info (click to toggle)
python-jsonpath-rw 1.4.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: python: 898; makefile: 21; sh: 10
file content (4 lines) | stat: -rw-r--r-- 73 bytes parent folder | download | duplicates (6)
1
2
3
4
from .jsonpath import *
from .parser import parse

__version__ = '1.3.0'