Source: strawberry-graphql-django Maintainer: Debian Python Team Uploaders: Carsten Schoenert , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-django-channels , python3-django-choices-field , python3-django-debug-toolbar , python3-django-guardian , python3-django-model-utils , python3-django-polymorphic , python3-django-tree-queries , python3-factory-boy , python3-poetry-core, python3-psycopg2 , python3-pytest , python3-pytest-asyncio , python3-pytest-cov , python3-pytest-django , python3-pytest-mock , python3-pytest-snapshot , python3-setuptools, Rules-Requires-Root: no Standards-Version: 4.7.2 Homepage: https://github.com/strawberry-graphql/strawberry-django Vcs-Browser: https://salsa.debian.org/python-team/packages/strawberry-graphql-django Vcs-Git: https://salsa.debian.org/python-team/packages/strawberry-graphql-django.git Testsuite: autopkgtest-pkg-python Package: strawberry-graphql-django Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Suggests: python3-django-choices-field, python3-django-debug-toolbar, Description: Strawberry GraphQL Django extension Strawberry is a developer friendly Python based GraphQL library for creating GraphQL APIs, designed for modern development inspired by dataclasses. One of its goals is to provide a great developer experience for both GraphQL beginners and advanced users. . Strawberry is also a code-first GraphQL server library that uses Python type annotations to define GraphQL types. This allows you to focus more on how you can integrate one or more DBs into your workflow and less on the idiosyncrasies of GraphQL itself. . This package provides the Django integration of strawberry-graphql.