{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/4"}],"enrichment":{"capability":"Provides type stubs for the httplib2 HTTP client library, enabling static type checkers like mypy and pyright to validate code that uses httplib2.","skillfed_tags":["type-stubs","static-analysis"],"use_cases":["Enable mypy or pyright to type-check code that calls httplib2 methods and functions","Catch type errors in HTTP client code before runtime in a CI/CD pipeline","Get IDE autocomplete and inline type hints when working with httplib2 in an editor that supports type stubs","Verify that your code passes httplib2 the correct argument types and uses its return values correctly"],"what_it_does":"This package provides type stub files (.pyi) for httplib2, a mature HTTP client library. Type stubs are metadata files that tell static type checkers like mypy and pyright what types httplib2's functions and classes accept and return, without modifying httplib2 itself. The stubs are maintained as part of typeshed, the community repository of type information for popular Python packages.\n\nWhen installed alongside httplib2, this package allows your IDE and type checker to catch type errors in code that uses httplib2\u2014for example, passing the wrong argument type to http.request() or accessing non-existent attributes on response objects. The stubs are tested against mypy 2.3.0 and pyright 1.1.411, and track httplib2 version 0.32.0.","worth_installing":"Yes, if you use httplib2 and run static type checking. This is a lightweight, actively maintained stub package with no dependencies and permissive licensing. Install it alongside httplib2 to enable type checkers to validate your HTTP client code. Not necessary if you don't use type checking or don't use httplib2."},"id":"types-httplib2","links":{"html":"https://skillfed.io/packages/types-httplib2","md":"https://skillfed.io/packages/types-httplib2.md","pypi":"https://pypi.org/project/types-httplib2/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-20","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-httplib2","python_support":"supports_current","summary":"Typing stubs for httplib2"},"popularity":{"monthly_downloads":2789324,"position":2888,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.32.0.20260720"}
