--- id: types-toml version: "0.10.8.20260518" license: Apache-2.0 license_treatment: permissive maintenance: active --- # types-toml — Typing stubs for toml License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install types-toml uv add types-toml poetry add types-toml ## Description ## Typing stubs for toml This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html) for the [`toml`](https://github.com/uiri/toml) package. It can be used by type checkers to check code that uses `toml`. This version of `types-toml` aims to provide accurate annotations for `toml==0.10.*`. This package is part of the [typeshed project](https://github.com/python/typeshed). All fixes for types and metadata should be contributed there. See [the README](https://github.com/python/typeshed/blob/main/README.md) for more details. The source for this package can be found in the [`stubs/toml`](https://github.com/python/typeshed/tree/main/stubs/toml) directory. This package was tested with the following type checkers: * [mypy](https://github.com/python/mypy/) 2.1.0 * [pyright](https://github.com/microsoft/pyright) 1.1.409 It was generated from typeshed commit [`3402466d17144ed7edfc92940c6973167ba285af`](https://github.com/python/typeshed/commit/3402466d17144ed7edfc92940c6973167ba285af). ## AI interpretation — verify before relying Provides type stubs for the toml package, enabling static type checkers like mypy and pyright to validate code that uses toml==0.10.*. Verdict: A lightweight, actively maintained type stub package with no dependencies and no security issues. Recommended for projects using toml==0.10.* that want static type checking support. [View on SkillFed](https://skillfed.io/packages/types-toml) · [View on PyPI](https://pypi.org/project/types-toml/)