[ 源代码: python-graphene ]
软件包:python3-graphene(3.4.3-1)
python3-graphene 的相关链接
Debian 的资源:
下载源码包 python-graphene:
- [python-graphene_3.4.3-1.dsc]
- [python-graphene_3.4.3.orig.tar.gz]
- [python-graphene_3.4.3-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- python3-django-graphene
- python-django-graphene-doc
- python3-django-crispy-forms-foundation
- python3-graphql-relay
- python3-django-crispy-forms
- python3-django-restframework-guardian
- python3-django-haystack
- python-django-crispy-forms-foundation-doc
- python3-mssql-django
- python3-django-picklefield
- python3-django-pyscss
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.
其他与 python3-graphene 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-dateutil
- powerful extensions to the standard Python 3 datetime module
-
- dep: python3-graphql-core (>= 3.1.2~)
- GraphQL implementation for Python, a port of GraphQL.js (Python3 version)
-
- dep: python3-graphql-relay (>> 3.1)
- Relay Library for GraphQL Python (Python3 version)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python