Source: python-graphene
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-six,
               python3-graphql-core (>= 2.1),
               python3-graphql-relay,
               python3-promise (>= 2.1),
               python3-pytest,
               python3-pytest-benchmark,
	       python3-pytest-cov,
	       python3-pytest-mock,
               python3-mock,
	       python3-six,
               python3-tz,
               python3-aniso8601
Standards-Version: 4.4.0
Homepage: https://github.com/graphql-python/graphene
Vcs-Git: https://gitlab.com/kalilinux/packages/python-graphene.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-graphene
Testsuite: autopkgtest-pkg-python

Package: python3-graphene
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-promise (>= 2.1), python3-graphql-core (>= 2.1)
Description: GraphQL framework for Python 3
 This package contains a Python library for building GraphQL schemas/types fast
 and easily.
    * Easy to use: Graphene helps you use GraphQL in Python without effort.
    * Relay: Graphene has builtin support for Relay.  Data agnostic: Graphene
    * supports any kind of data source: SQL (Django, SQLAlchemy), NoSQL, custom
    * Python objects, etc.
 .
 This package installs the library for Python 3.
