--- id: graphene version: "3.4.3" license: MIT license_treatment: permissive maintenance: aging --- # graphene — GraphQL Framework for Python License: permissive · Maintenance: aging · Popularity: top 1,000 on PyPI ## Install pip install graphene uv add graphene poetry add graphene ## Description # ![Graphene Logo](http://graphene-python.org/favicon.png) [Graphene](http://graphene-python.org) [![PyPI version](https://badge.fury.io/py/graphene.svg)](https://badge.fury.io/py/graphene) [![Coverage Status](https://coveralls.io/repos/graphql-python/graphene/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql-python/graphene?branch=master) [![](https://dcbadge.vercel.app/api/server/T6Gp6NFYHe?style=flat)](https://discord.gg/T6Gp6NFYHe) [���� Join the community on Discord](https://discord.gg/T6Gp6NFYHe) **We are looking for contributors**! Please check the current issues to see how you can help ������ ## Introduction [Graphene](http://graphene-python.org) is an opinionated 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), Mongo, custom Python objects, etc. We believe that by providing a complete API you could plug Graphene anywhere your data lives and make your data available through GraphQL. ##... ## AI interpretation — verify before relying Graphene is a Python library for building GraphQL schemas and types declaratively, supporting multiple data sources and providing built-in Relay support. Verdict: Graphene is a mature, permissively licensed GraphQL framework suitable for production use. Its aging maintenance status (642 days since last release) warrants monitoring, but active repository commits and zero known vulnerabilities indicate stable ongoing support. Low install friction and broad Python version support (3.8–3.13) make it accessible for new projects. [View on SkillFed](https://skillfed.io/packages/graphene) · [View on PyPI](https://pypi.org/project/graphene/)