File: __init__.py

package info (click to toggle)
jsonpath-ng 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: python: 5,042; makefile: 43
file content (6 lines) | stat: -rw-r--r-- 116 bytes parent folder | download
1
2
3
4
5
6
from .jsonpath import *  # noqa
from .parser import parse  # noqa


# Current package version
__version__ = '1.8.0'