{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/7"}],"enrichment":{"capability":"A lightweight GraphQL client that sends queries to GraphQL endpoints and returns results, with support for custom authorization headers.","skillfed_tags":["graphql","http-client","abandoned"],"use_cases":["Send simple GraphQL queries to a public or internal GraphQL API endpoint for data retrieval","Integrate GraphQL API calls into a Python script with minimal setup","Add bearer token or API key authentication to GraphQL requests via custom headers","Prototype or test a GraphQL endpoint without installing a full-featured client library"],"what_it_does":"graphqlclient is a minimal GraphQL client that wraps HTTP requests to GraphQL endpoints. It provides a single GraphQLClient class that accepts a GraphQL endpoint URL, executes queries as strings, and returns the server's response. The package supports injecting authorization tokens into request headers, either using the default 'Authorization' header or a custom header name like 'x-api-key'.\n\nThe package is intentionally simple: it has no runtime dependencies and does not provide query builders, type safety, or advanced features. It is designed for straightforward use cases where you need to send raw GraphQL query strings to an endpoint and handle the JSON response directly in your code.","worth_installing":"No. The package is abandoned (last release 2018-07-12, no commits since 2020-09-30) and specifies only Python 2.7+ compatibility with no upper bound, raising serious questions about compatibility with modern Python versions. High install friction combined with lack of maintenance makes this a poor choice for new projects."},"id":"graphqlclient","links":{"html":"https://skillfed.io/packages/graphqlclient","md":"https://skillfed.io/packages/graphqlclient.md","pypi":"https://pypi.org/project/graphqlclient/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2018-07-12","license_spdx":null,"license_treatment":"permissive","name":"graphqlclient","python_support":"unspecified","summary":"Simple GraphQL client for Python 2.7+"},"popularity":{"monthly_downloads":102398,"position":12873,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.4"}
