Source: python-graphql-core
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.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.4.0
Homepage: https://github.com/graphql-python/graphql-core
Vcs-Git: https://gitlab.com/kalilinux/packages/python-graphql-core.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-graphql-core

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.
