{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development"}],"enrichment":{"capability":"Provides type hints for the tabulate package, enabling static type checkers like mypy and pyright to validate code that formats data into tables.","skillfed_tags":["type-stubs","static-typing"],"use_cases":["Enable mypy or pyright to catch type errors in code that calls tabulate functions before runtime.","Provide IDE autocomplete and inline type hints for tabulate's API in editors that support type stubs.","Ensure type safety in data formatting pipelines that use tabulate to generate reports or CLI output.","Validate that table data structures passed to tabulate match expected column and row types."],"what_it_does":"types-tabulate is a type stub package that provides static type annotations for the tabulate library, which formats data into human-readable tables. It is part of the typeshed project and allows type checkers to understand the types and signatures of tabulate's functions and classes without modifying tabulate itself.\n\nWhen installed alongside tabulate, this package enables mypy, pyright, and other compatible type checkers to validate calls to tabulate functions at development time. It targets tabulate version 0.10.* and has been tested against mypy 1.20.0 and pyright 1.1.408. Since it contains no runtime code, it adds no overhead to your application.","worth_installing":"Yes, if you use tabulate and run a static type checker. It has no runtime cost, low install friction, and is actively maintained. Install it only if you are already using tabulate and want type checking; it is not useful on its own."},"id":"types-tabulate","links":{"html":"https://skillfed.io/packages/types-tabulate","md":"https://skillfed.io/packages/types-tabulate.md","pypi":"https://pypi.org/project/types-tabulate/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-08","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-tabulate","python_support":"supports_current","summary":"Typing stubs for tabulate"},"popularity":{"monthly_downloads":15972507,"position":1169,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.10.0.20260508"}
