File: __init__.py

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


# Current package version
__version__ = '1.7.0'