{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/7"}],"enrichment":{"capability":"Provides type stubs for the greenlet package, enabling static type checkers like mypy and pyright to understand and validate code that uses greenlet.","skillfed_tags":["type-stubs","static-analysis"],"use_cases":["Enable mypy or pyright to type-check code that imports and uses greenlet for concurrent tasks.","Catch type errors in greenlet-based coroutine functions before runtime.","Integrate greenlet into a typed codebase where all dependencies have type stubs available.","Validate greenlet API usage in CI/CD pipelines running static type checkers.","Support IDE autocomplete and hover documentation for greenlet APIs in editors that use type stubs."],"what_it_does":"types-greenlet is a type stub package that supplies type annotations for the greenlet library, a Python package for lightweight concurrent programming using microthreads. It exists solely to help static type checkers (mypy, pyright, and others) understand greenlet's API surface and validate code that uses it. The stubs are maintained as part of the typeshed project and are kept in sync with greenlet 3.5.x releases.\n\nWhen installed, this package enables your type checker to catch type errors in greenlet-based code without needing greenlet itself to ship its own inline type hints. It has no runtime dependencies and no runtime behavior\u2014it is purely a development tool for improving code quality during static analysis.","worth_installing":"Yes, if you use greenlet and run static type checkers. It has no runtime cost, low install friction, and is actively maintained. If you do not use greenlet or do not use type checkers, it provides no value."},"id":"types-greenlet","links":{"html":"https://skillfed.io/packages/types-greenlet","md":"https://skillfed.io/packages/types-greenlet.md","pypi":"https://pypi.org/project/types-greenlet/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-18","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-greenlet","python_support":"supports_current","summary":"Typing stubs for greenlet"},"popularity":{"monthly_downloads":724563,"position":5222,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.5.0.20260518"}
