Source: python-jmespath
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 10)
	, python-all
	, python-setuptools
	, python3-all
	, python3-setuptools
	, python-nose
	, python3-nose
Standards-Version: 4.0.0
Homepage: https://github.com/boto/jmespath
Vcs-Git: git://git.launchpad.net/~ubuntu-server-dev/ubuntu/+source/python-jmespath
Vcs-Browser: https://git.launchpad.net/~ubuntu-server-dev/ubuntu/+source/python-jmespath

Package: python-jmespath
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: JSON Matching Expressions (Python 2)
 JMESPath is python library which allows you to declaratively specify how
 to extract elements from a JSON document.
 .
 This package contains the module for Python 2.

Package: python3-jmespath
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: JSON Matching Expressions (Python 3)
 JMESPath is python library which allows you to declaratively specify how
 to extract elements from a JSON document.
 .
 This package contains the module for Python 3.
