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 62 63 64 65 66 67 68 69 70
|
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),
dh-sequence-python3,
dh-sequence-sphinxdoc,
python3-all,
Build-Depends-Indep:
python3-aniso8601,
python3-dateutil <!nocheck>,
python3-graphql-core (>> 3.1),
python3-graphql-relay (>> 3.1),
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-benchmark <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-mock <!nocheck>,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-tz <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
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.
|