{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/6"}],"enrichment":{"capability":"Provides type hints for the pycurl HTTP client library, enabling static type checking of pycurl code with mypy, pyright, and other type checkers.","skillfed_tags":["type-stubs","static-analysis"],"use_cases":["Enable mypy or pyright to type-check code that calls pycurl HTTP methods and options.","Catch type mismatches in pycurl configuration before running integration tests.","Provide IDE autocomplete and inline documentation for pycurl APIs in editors that support type hints.","Validate that callback functions passed to pycurl have the correct signatures."],"what_it_does":"types-pycurl is a type stub package that supplies static type information for pycurl, the Python binding to libcurl. It allows type checkers like mypy and pyright to understand and validate code that uses pycurl's HTTP client APIs. The stubs are maintained as part of the typeshed project and are tested against mypy 2.1.0 and pyright 1.1.411.\n\nThis package contains no runtime code\u2014it is purely metadata for type checkers. Installing it alongside pycurl enables developers to catch type errors during development rather than at runtime. The stubs target pycurl version 7.47.0 specifically, so they are most accurate when used with that version or compatible releases.","worth_installing":"Yes, if you use pycurl and want static type checking. Install it alongside pycurl to enable mypy or pyright to validate your code. No runtime cost, low friction, and maintained by typeshed. Only caveat: stubs are pinned to pycurl 7.47.0, so verify compatibility with your pycurl version."},"id":"types-pycurl","links":{"html":"https://skillfed.io/packages/types-pycurl","md":"https://skillfed.io/packages/types-pycurl.md","pypi":"https://pypi.org/project/types-pycurl/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-03","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-pycurl","python_support":"supports_current","summary":"Typing stubs for pycurl"},"popularity":{"monthly_downloads":783926,"position":5073,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"7.47.0.20260703"}
