Source: python-graphql-core
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org> 
Uploaders: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-promise,
               python3-six,
               python3-pytest,
               python3-pytest-cov,
               python3-pytest-django,
               python3-pytest-mock,
               python3-gevent,
	       python3-rx
Standards-Version: 4.2.1
Homepage: https://github.com/graphql-python/graphql-core
Vcs-Git: git://git.kali.org/packages/python-graphql-core.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/packages/python-graphql-core.git;a=summary

Package: python3-graphql-core
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: GraphQL base implementation for Python 3
 This package contains a port of graphql-js to Python. GraphQL.js provides two
 important capabilities: building a type schema, and serving queries against
 that type schema.
 .
 This package installs the library for Python 3.
