{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/7"}],"enrichment":{"capability":"Provides type stubs for the gevent library, enabling static type checkers to validate code that uses gevent's concurrency primitives and APIs.","skillfed_tags":["type-stubs","gevent","static-typing"],"use_cases":["Enable mypy or pyright to catch type errors in gevent-based concurrent code before runtime","Document gevent API contracts in IDE autocompletion and hover tooltips","Validate greenlet spawning and synchronization primitives in large async codebases","Integrate gevent type checking into CI/CD pipelines without modifying gevent itself"],"what_it_does":"types-gevent is a type stub package that bridges gevent and Python's static type-checking ecosystem. It provides type annotations for gevent's concurrency APIs\u2014greenlets, pools, events, locks, and other primitives\u2014so that tools like mypy, pyright, and other type checkers can validate code that uses gevent without runtime errors. The stubs are maintained as part of the typeshed project and are tested against multiple type checkers (mypy 2.3.0, pyright 1.1.411, and others) to ensure accuracy.\n\nYou install it alongside gevent in your development environment; it doesn't affect runtime behavior. It depends on two other type stub packages (types-greenlet and types-psutil) to provide complete type information for gevent's dependencies. The package tracks gevent 26.8.* versions and requires Python 3.10 or later.","worth_installing":"Yes, if you use gevent and run static type checking. It's low-friction, actively maintained, permissively licensed, and tested against multiple type checkers. Install it in your development dependencies alongside gevent to catch type errors early. Not necessary if you don't use a type checker or don't use gevent."},"id":"types-gevent","links":{"html":"https://skillfed.io/packages/types-gevent","md":"https://skillfed.io/packages/types-gevent.md","pypi":"https://pypi.org/project/types-gevent/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-11","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-gevent","python_support":"supports_current","summary":"Typing stubs for gevent"},"popularity":{"monthly_downloads":585931,"position":5884,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"26.8.0.20260811"}
