{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/5"}],"enrichment":{"capability":"GraphQL-Server-Core provides base utilities and helper functions for building GraphQL servers or integrating GraphQL into existing web frameworks via GraphQL-Core.","skillfed_tags":["graphql","server-framework","aging-maintenance"],"use_cases":["Building a custom GraphQL server integration for a web framework not already covered by existing packages.","Handling GraphQL HTTP query execution and result encoding in a minimal, dependency-free way.","Using as a foundation when creating a new framework-specific GraphQL adapter.","Encoding and formatting GraphQL execution results for HTTP responses.","Parsing and loading JSON request bodies for GraphQL queries."],"what_it_does":"GraphQL-Server-Core is a foundational library for building GraphQL servers in Python. It provides a small set of public helper functions\u2014run_http_query, encode_execution_results, load_json_body, json_encode, and json_encode_pretty\u2014that abstract common patterns needed when integrating GraphQL into web frameworks. The package has no runtime dependencies and is designed as a base layer on which framework-specific integrations (Flask, Sanic, AIOHTTP, Pyramid, and others) are built.\n\nThe package is mature and stable but aging. Its last release was in 2020, and it has not received updates in over five years. If you are building a new GraphQL server integration or need low-level HTTP query handling utilities, this library can serve that role, but you should verify that it works with your target Python version and consider whether a more actively maintained alternative better fits your needs.","worth_installing":"Yes, but with caution. The package is stable and permissively licensed, but it is aging\u2014no releases since 2020. Install it if you are building a custom GraphQL server integration and need low-level utilities, or if an existing framework integration you depend on still requires it. Verify compatibility with your Python version first, and consider whether a more recently maintained alternative exists for your use case."},"id":"graphql-server-core","links":{"html":"https://skillfed.io/packages/graphql-server-core","md":"https://skillfed.io/packages/graphql-server-core.md","pypi":"https://pypi.org/project/graphql-server-core/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2020-03-17","license_spdx":null,"license_treatment":"permissive","name":"graphql-server-core","python_support":"unspecified","summary":"GraphQL Server tools for powering your server"},"popularity":{"monthly_downloads":720499,"position":5235,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.0"}
