awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to graphql-python/swapi-graphene

Open-source alternatives to Swapi Graphene

20 open-source projects similar to graphql-python/swapi-graphene, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Swapi Graphene alternative.

  • callsign-viper/flask-graphql-authcallsign-viper का अवतार

    callsign-viper/Flask-GraphQL-Auth

    63GitHub पर देखें↗

    (UNMAINTAINED. FEEL FREE TO FORK) 🐍A Pythonic way to provide JWT authentication for Flask-GraphQL

    Python
    GitHub पर देखें↗63
  • dailymotion/tartiflettedailymotion का अवतार

    dailymotion/tartiflette

    853GitHub पर देखें↗

    GraphQL Engine built with Python 3.6+ / asyncio

    Python
    GitHub पर देखें↗853
  • dailymotion/tartiflette-aiohttpdailymotion का अवतार

    dailymotion/tartiflette-aiohttp

    62GitHub पर देखें↗

    tartiflette-aiohttp is a wrapper of aiohttp which includes the Tartiflette GraphQL Engine, do not hesitate to take a look of the Tartiflette project.

    Python
    GitHub पर देखें↗62
  • graphql-python-archive/django-graphiqlGraphQL-python-archive का अवतार

    GraphQL-python-archive/django-graphiql

    35GitHub पर देखें↗

    DEPRECATED | Use graphene-django package Integrate GraphiQL easily into your Django project

    CSS
    GitHub पर देखें↗35
  • graphql-python/flask-graphqlgraphql-python का अवतार

    graphql-python/flask-graphql

    1,339GitHub पर देखें↗

    Adds GraphQL support to your Flask application.

    Python
    GitHub पर देखें↗1,339

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
graphql-python/graphenegraphql-python का अवतार

graphql-python/graphene

8,238GitHub पर देखें↗

Graphene is a library and framework for building type-safe GraphQL APIs and schemas using Python objects and resolvers. It provides a system for mapping internal data models to typed GraphQL schemas, enabling the creation of servers that process queries and execute resolvers to return structured data. The project includes a full implementation of the Relay specification, providing standardized patterns for global object identification and cursor-based pagination. It utilizes a class-based approach to schema definition and supports interface-based type inheritance. The framework covers a broa

Python
GitHub पर देखें↗8,238
  • graphql-python/graphene-djangographql-python का अवतार

    graphql-python/graphene-django

    4,390GitHub पर देखें↗

    Graphene-Django is a GraphQL integration framework and schema mapper used to build typed APIs for Django applications. It functions as a database API layer that transforms Django model fields and relationships into a graph schema, allowing clients to request specific data in a single call. The project implements the Relay specification, providing tools for global object identification and standardized connection-based pagination to manage large datasets. It distinguishes itself by mapping database models, forms, and serializers directly into GraphQL object types and mutations. The framework

    Python
    GitHub पर देखें↗4,390
  • graphql-python/graphene-gaegraphql-python का अवतार

    graphql-python/graphene-gae

    117GitHub पर देखें↗

    GraphQL Support for Google AppEngine DEPRECATED - Looking for maintainers

    Python
    GitHub पर देखें↗117
  • graphql-python/graphql-coregraphql-python का अवतार

    graphql-python/graphql-core

    527GitHub पर देखें↗

    A Python 3 port of the GraphQL.js reference implementation of GraphQL.

    Python
    GitHub पर देखें↗527
  • graphql-python/graphql-relay-pygraphql-python का अवतार

    graphql-python/graphql-relay-py

    144GitHub पर देखें↗

    A library to help construct a graphql-py server supporting react-relay

    Python
    GitHub पर देखें↗144
  • healx/python-graphjoinerhealx का अवतार

    healx/python-graphjoiner

    2GitHub पर देखें↗

    Implementing GraphQL with joins to avoid the N+1 problem

    GitHub पर देखें↗2
  • jhnnsrs/rathjhnnsrs का अवतार

    jhnnsrs/rath

    10GitHub पर देखें↗

    rath is an apollo-like graphql client that supports links, multipart uploads, websocket subscriptions with sync and async interface

    Python
    GitHub पर देखें↗10
  • jhnnsrs/turmsjhnnsrs का अवतार

    jhnnsrs/turms

    73GitHub पर देखें↗

    Turms is a pure python implementation of the awesome graphql-codegen library, following a simliar extensible design.

    Python
    GitHub पर देखें↗73
  • mirumee/ariadnemirumee का अवतार

    mirumee/ariadne

    2,317GitHub पर देखें↗
    Pythonapiapollo-graphqlapollo-python
    GitHub पर देखें↗2,317
  • pedrobern/django-graphql-authPedroBern का अवतार

    PedroBern/django-graphql-auth

    329GitHub पर देखें↗

    Django registration and authentication with GraphQL.

    Python
    GitHub पर देखें↗329
  • prisma/python-graphql-clientprisma का अवतार

    prisma/python-graphql-client

    157GitHub पर देखें↗

    Simple GraphQL client for Python 2.7+

    Python
    GitHub पर देखें↗157
  • profusion/sgqlcprofusion का अवतार

    profusion/sgqlc

    552GitHub पर देखें↗

    Simple GraphQL Client

    Python
    GitHub पर देखें↗552
  • strawberry-graphql/strawberrystrawberry-graphql का अवतार

    strawberry-graphql/strawberry

    4,674GitHub पर देखें↗

    Strawberry is a type-safe GraphQL library for Python that enables the design of schemas using Python type annotations and dataclasses. It functions as an asynchronous GraphQL server and execution engine, providing a bridge to expose schemas across ASGI-compliant web frameworks such as FastAPI, Django, Flask, and Litestar. The project implements GraphQL Federation, allowing for the creation of distributed schemas and entities that merge into a unified supergraph across multiple services. It also includes a dedicated toolkit for the Relay specification, supporting global object identification a

    Pythonasgiasynciodjango
    GitHub पर देखें↗4,674
  • tallstreet/graphql-parser-pythontallstreet का अवतार

    tallstreet/graphql-parser-python

    4GitHub पर देखें↗

    A GraphQL parser for python

    Python
    GitHub पर देखें↗4
  • tryolabs/graphql-parsertryolabs का अवतार

    tryolabs/graphql-parser

    46GitHub पर देखें↗

    GraphQL parser for Python

    Python
    GitHub पर देखें↗46