Source: python-graphene
Section: python
Priority: optional
Maintainer: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-six,
               python3-graphql-core (>= 2.0.0),
               python3-graphql-relay,
               python3-promise (>= 2.0.1),
               python3-pytest,
               python3-pytest-benchmark,
	       python3-pytest-cov,
	       python3-pytest-mock,
               python3-mock,
	       python3-six,
               python3-tz,
               python3-iso8601
Standards-Version: 3.9.8
Homepage: https://github.com/graphql-python/graphene
X-Python3-Version: >= 3.3
Vcs-Git: git://git.kali.org/packages/python-graphene.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/python-graphene.git;a=summary

Package: python3-graphene
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-promise (>= 2.0.1), python3-graphql-core (>= 2.0.0)
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.
