1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: python-graphene
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Carsten Schoenert <c.schoenert@t-online.de>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
python3-all,
Build-Depends-Indep:
dh-python,
python3-aniso8601,
python3-graphql-core (<< 3~),
# python3-graphql-relay,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
Rules-Requires-Root: no
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-graphene
Vcs-Git: https://salsa.debian.org/python-team/packages/python-graphene.git
Homepage: https://github.com/graphql-python/graphene
Package: python-graphene-doc
Architecture: all
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~),
python3-graphql-relay (<< 3~),
${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.
|