Source: python-graphene Maintainer: Debian Python Team Uploaders: Carsten Schoenert , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc, python3-all, Build-Depends-Indep: python3-aniso8601, python3-graphql-core (>> 3.1), python3-graphql-relay (>> 3.1), python3-pytest , python3-pytest-asyncio , python3-pytest-benchmark , python3-pytest-cov , python3-pytest-mock , python3-setuptools, python3-sphinx , python3-sphinx-rtd-theme , python3-tz , Rules-Requires-Root: no Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-graphene/commits/debian/master Vcs-Git: https://salsa.debian.org/python-team/packages/python-graphene.git -b debian/master Homepage: https://github.com/graphql-python/graphene Package: python-graphene-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Description: GraphQL Framework for Python (Documentation) Graphene is 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. Upstream believes that by providing a complete API you could plug Graphene anywhere your data lives and make your data available through GraphQL. . This package contains the documentation of the library. Package: python3-graphene Architecture: all Depends: python3-graphql-core (>= 3.1.2~), python3-graphql-relay (>= 3.0~), ${misc:Depends}, ${python3:Depends}, Description: GraphQL Framework for Python (Python3 version) Graphene is 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. Upstream believes that by providing a complete API you could plug Graphene anywhere your data lives and make your data available through GraphQL. . This package contains the Python 3 version of the library.