{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/8"}],"enrichment":{"capability":"Turnkey HTTP is an HTTP client for the Turnkey API that provides auto-generated typed methods from an OpenAPI specification, with built-in request signing via API key stamping.","skillfed_tags":["api-client","request-signing","openapi-generated"],"use_cases":["Initialize a Turnkey API client with credentials and make typed method calls like get_whoami() without manually constructing HTTP requests.","Build a Python application that needs to interact with Turnkey's cryptographic or custody services with full type safety.","Integrate Turnkey API calls into an existing Python backend where request signing and authentication are handled transparently.","Develop against a Turnkey API that evolves; regenerate the client from an updated OpenAPI spec to stay in sync with new endpoints."],"what_it_does":"Turnkey HTTP is a Python SDK client that wraps the Turnkey API with auto-generated, typed methods derived from an OpenAPI specification. It handles the mechanics of HTTP communication and request signing through integration with the turnkey-api-key-stamper dependency, so you initialize it once with your API credentials and organization ID, then call typed methods directly on the client object without manually constructing requests or managing signatures.\n\nThe package is designed for developers integrating Turnkey's services into Python applications. It requires Python 3.8 or later and depends on requests for HTTP transport, turnkey-api-key-stamper for cryptographic request signing, and turnkey-sdk-types for type definitions. The client code is generated from an OpenAPI schema and should not be edited manually; regeneration is done via a provided script when the schema updates.","worth_installing":"Yes. The package is actively maintained, has low install friction, carries no known vulnerabilities, and is licensed permissively. It is a straightforward choice if you need to call the Turnkey API from Python and want typed, auto-generated methods with built-in request signing. The only caveat is that it is tightly coupled to Turnkey's API, so it is only useful if you are already using Turnkey services."},"id":"turnkey-http","links":{"html":"https://skillfed.io/packages/turnkey-http","md":"https://skillfed.io/packages/turnkey-http.md","pypi":"https://pypi.org/project/turnkey-http/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-09","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"turnkey-http","python_support":"supports_current","summary":"HTTP client for Turnkey API"},"popularity":{"monthly_downloads":75435,"position":14715,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.0"}
