{"categories":[{"label":"Scientific/Engineering","url":"https://skillfed.io/packages/category/scientific-engineering/5"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/14"}],"enrichment":{"capability":"Provides static type annotations (stubs) for the plotly library, enabling type checking and IDE autocompletion when using plotly in Python projects.","skillfed_tags":["type-stubs","plotly","type-checking"],"use_cases":["Enable mypy or pyright type checking on code that uses plotly for data visualization.","Get IDE autocompletion and parameter hints when writing plotly chart code.","Catch type mismatches in plotly function calls before running your code.","Integrate plotly into a strictly typed Python project without losing type safety.","Document plotly API expectations in a codebase using type annotations."],"what_it_does":"plotly-stubs is a stub-only package that adds type annotations to plotly, the popular Python visualization library. It contains no runtime code\u2014only `.pyi` files that tell type checkers like mypy what types plotly's functions and classes expect and return. When installed alongside plotly, it enables your IDE to provide accurate autocompletion and allows type checkers to catch type errors before runtime.\n\nThe package is designed for developers who use plotly with modern Python versions (3.11 through 3.14) and want static type safety. It has no runtime dependencies, so it adds no overhead to your environment\u2014it only improves the development experience by making plotly's API surface visible to type-aware tools.","worth_installing":"Yes, if you use plotly and want type checking support. The package is lightweight (no dependencies), actively maintained, and carries a permissive MIT license. Install it alongside plotly to unlock IDE autocompletion and type-checker integration with zero runtime cost. Only skip it if you do not use type checking or do not use plotly."},"id":"plotly-stubs","links":{"html":"https://skillfed.io/packages/plotly-stubs","md":"https://skillfed.io/packages/plotly-stubs.md","pypi":"https://pypi.org/project/plotly-stubs/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-11","license_spdx":null,"license_treatment":"permissive","name":"plotly-stubs","python_support":"supports_current","summary":"Type stubs for plotly."},"popularity":{"monthly_downloads":257522,"position":8443,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.3"}
