{"id":18466526,"url":"https://github.com/graphql-python/graphql-server","last_synced_at":"2025-04-04T08:09:47.988Z","repository":{"id":39793729,"uuid":"85903189","full_name":"graphql-python/graphql-server","owner":"graphql-python","description":"This is the core package for using GraphQL in a custom server easily","archived":false,"fork":false,"pushed_at":"2024-02-26T06:55:08.000Z","size":297,"stargazers_count":123,"open_issues_count":17,"forks_count":71,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-28T07:09:04.178Z","etag":null,"topics":["aiohttp","api","flask","graphql","graphql-python","graphql-servers","quart","sanic","webob"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graphql-python.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-23T03:32:26.000Z","updated_at":"2025-01-07T17:05:34.000Z","dependencies_parsed_at":"2022-07-15T01:15:58.618Z","dependency_job_id":"6ea8b8bc-9020-4b12-8906-747b1e6dfecd","html_url":"https://github.com/graphql-python/graphql-server","commit_stats":{"total_commits":82,"total_committers":20,"mean_commits":4.1,"dds":0.7682926829268293,"last_synced_commit":"8b9639e1575a20c7322fb8f19459d743d7201410"},"previous_names":["graphql-python/graphql-server-core"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql-python%2Fgraphql-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql-python%2Fgraphql-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql-python%2Fgraphql-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql-python%2Fgraphql-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graphql-python","download_url":"https://codeload.github.com/graphql-python/graphql-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142074,"owners_count":20890653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aiohttp","api","flask","graphql","graphql-python","graphql-servers","quart","sanic","webob"],"created_at":"2024-11-06T09:16:39.645Z","updated_at":"2025-04-04T08:09:47.971Z","avatar_url":"https://github.com/graphql-python.png","language":"Python","readme":"\u003cimg src=\"https://raw.githubusercontent.com/graphql-python/graphql-server/master/docs/_static/graphql-server-logo.svg\" height=\"128px\"\u003e\n\n[![PyPI version](https://badge.fury.io/py/graphql-server.svg)](https://badge.fury.io/py/graphql-server)\n[![Coverage Status](https://codecov.io/gh/graphql-python/graphql-server/branch/master/graph/badge.svg)](https://codecov.io/gh/graphql-python/graphql-server)\n\nGraphQL-Server is a base library that serves as a helper\nfor building GraphQL servers or integrations into existing web frameworks using\n[GraphQL-Core](https://github.com/graphql-python/graphql-core).\n\n## Integrations built with GraphQL-Server\n\n| Server integration          | Docs                                                                                    |\n| --------------------------- | --------------------------------------------------------------------------------------- |\n| Flask                       | [flask](https://github.com/graphql-python/graphql-server/blob/master/docs/flask.md)     |\n| Sanic                       | [sanic](https://github.com/graphql-python/graphql-server/blob/master/docs/sanic.md)     |\n| AIOHTTP                     | [aiohttp](https://github.com/graphql-python/graphql-server/blob/master/docs/aiohttp.md) |\n| WebOb (Pyramid, TurboGears) | [webob](https://github.com/graphql-python/graphql-server/blob/master/docs/webob.md)     |\n\n## Other integrations built with GraphQL-Server\n\n| Server integration | Package                                                                                                 |\n| ------------------ | ------------------------------------------------------------------------------------------------------- |\n| WSGI               | [wsgi-graphql](https://github.com/moritzmhmk/wsgi-graphql)                                              |\n| Responder          | [responder.ext.graphql](https://github.com/kennethreitz/responder/blob/master/responder/ext/graphql.py) |\n\n## Other integrations using GraphQL-Core or Graphene\n\n| Server integration | Package                                                               |\n| ------------------ | --------------------------------------------------------------------- |\n| Django             | [graphene-django](https://github.com/graphql-python/graphene-django/) |\n\n## Documentation\n\nThe `graphql_server` package provides these public helper functions:\n\n- `run_http_query`\n- `encode_execution_results`\n- `load_json_body`\n- `json_encode`\n- `json_encode_pretty`\n\n**NOTE:** the `json_encode_pretty` is kept as backward compatibility change as it uses `json_encode` with `pretty` parameter set to `True`.\n\nAll functions in the package are annotated with type hints and docstrings,\nand you can build HTML documentation from these using `bin/build_docs`.\n\nYou can also use one of the existing integrations listed above as\nblueprint to build your own integration or GraphQL server implementations.\n\nPlease let us know when you have built something new, so we can list it here.\n\n## Contributing\n\nSee [CONTRIBUTING.md](https://github.com/graphql-python/graphql-server/blob/master/CONTRIBUTING.md)\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphql-python%2Fgraphql-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraphql-python%2Fgraphql-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphql-python%2Fgraphql-server/lists"}