{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/9"}],"enrichment":{"capability":"Provides type hints for the toposort package, enabling type checkers like mypy and pyright to validate code that uses topological sorting.","skillfed_tags":["type-stubs","typeshed"],"use_cases":["Enable type checking in projects that use toposort for dependency resolution or task scheduling","Catch type errors in topological sort operations before runtime in CI/CD pipelines","Provide IDE autocompletion and type hints when writing code that calls toposort functions","Satisfy strict type checking policies that require all dependencies to have type coverage"],"what_it_does":"types-toposort is a type stub package that provides type annotations for the toposort library. It allows static type checkers like mypy and pyright to understand and validate the types of toposort's functions and classes when you use them in your code. This is useful when toposort itself does not ship with inline type hints.\n\nThe package is maintained as part of the typeshed project, which is the canonical repository of type stubs for the Python ecosystem. It targets toposort version 1.10 and has been tested with mypy 1.20.0 and pyright 1.1.408. Since it contains only type information and no runtime code, it has zero runtime dependencies and installs quickly.","worth_installing":"Yes, if you use toposort in a type-checked project. Install it alongside toposort to enable full static type checking. It has no runtime cost, low install friction, and is actively maintained. If you don't use type checking or toposort is already fully typed, it is not necessary."},"id":"types-toposort","links":{"html":"https://skillfed.io/packages/types-toposort","md":"https://skillfed.io/packages/types-toposort.md","pypi":"https://pypi.org/project/types-toposort/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-08","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-toposort","python_support":"supports_current","summary":"Typing stubs for toposort"},"popularity":{"monthly_downloads":310619,"position":7743,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.10.0.20260408"}
