{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/6"}],"enrichment":{"capability":"Provides type annotations for the jmespath package, enabling static type checkers like mypy and pyright to validate code that uses jmespath for JSON querying.","skillfed_tags":["type-stubs","typeshed"],"use_cases":["Enable mypy or pyright to catch type errors in code that calls jmespath.search() or other jmespath functions","Provide IDE autocomplete and inline type hints when working with jmespath in a modern editor","Enforce consistent type safety in projects that query JSON using jmespath expressions","Validate that jmespath query results are handled with the correct expected types"],"what_it_does":"types-jmespath is a type stub package from the typeshed project that provides type annotations for the jmespath library. It allows static type checkers like mypy and pyright to understand and validate code that uses jmespath for querying JSON data structures. The stubs are maintained as part of typeshed and track jmespath version 1.1.*.\n\nThis package has no runtime dependencies and is purely a development tool\u2014it does not affect how jmespath itself runs. You install it alongside jmespath so that your type checker can verify that you're using jmespath's API correctly. The package is actively maintained, with recent commits and releases, and has been tested against mypy 2.3.0 and pyright 1.1.411.","worth_installing":"Yes, if you use jmespath and want static type checking. Install it as a development dependency alongside jmespath to enable type checkers to validate your code. No security concerns, low friction, and actively maintained. If you don't use a type checker or don't use jmespath, it has no value."},"id":"types-jmespath","links":{"html":"https://skillfed.io/packages/types-jmespath","md":"https://skillfed.io/packages/types-jmespath.md","pypi":"https://pypi.org/project/types-jmespath/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-24","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-jmespath","python_support":"supports_current","summary":"Typing stubs for jmespath"},"popularity":{"monthly_downloads":892923,"position":4798,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.1.0.20260724"}
