types-atomicwrites
Typing stubs for atomicwrites
What it is and what it does
types-atomicwrites is a PEP 561 type stub package that provides type information for the atomicwrites library. It allows static type checkers—mypy, PyCharm, pytype, and similar tools—to understand and validate code that uses atomicwrites. The stubs are sourced from the Python typeshed project and are distributed as a standalone wheel with no runtime dependencies.
The package is unmaintained and will not receive updates. This means the type information is frozen at a point in time and may become outdated if atomicwrites itself evolves or if type-checking standards change. It is most useful for projects that depend on older versions of atomicwrites or that need type hints for legacy codebases.
Use it for:
- Enable mypy or PyCharm to type-check code using atomicwrites in a legacy project
- Provide type hints for atomicwrites in a codebase that requires strict static type validation
- Support IDE autocomplete and type inference when working with atomicwrites APIs
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type stubs for the atomicwrites package, enabling static type checkers like mypy and PyCharm to understand atomicwrites code.
Yes, if you use atomicwrites and need type checking support—but only if you are not using a recent version of atomicwrites that includes inline type hints. The package is unmaintained and frozen as of 2022-10-17, so verify that its stubs match your version of atomicwrites before relying on it. No security vulnerabilities are known.
Install
types-atomicwrites on PyPI
pip
pip install types-atomicwritesuv
uv add types-atomicwritespoetry
poetry add types-atomicwritesInstalling types-atomicwrites
Before you install
Low install friction with no runtime dependencies. However, the package is explicitly unmaintained and has not been updated since 2022-10-17; it will not receive further fixes or improvements.
License in practice
Licensed under Apache-2.0, a permissive license that allows broad use with minimal restrictions, suitable for most projects.
Quickstart
pip install types-atomicwrites
Then configure your type checker (mypy, PyCharm, pytype) to use the stubs when checking code that imports atomicwrites.
Verify before relying
- Whether atomicwrites itself has adopted inline type hints, potentially making this stub package redundant
- Current compatibility of these stubs with recent versions of atomicwrites
Package facts
| License | Apache-2.0 license (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 1,397 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 151,103/month — #10,944 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_atomicwrites-1.4.5.1-py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
types-typed-astProvides type stubs for the typed-ast package,…
permissive · top 15,000 on PyPI
types-futuresProvides type stubs for the futures package,…
permissive · top 15,000 on PyPI
types-clickProvides PEP 561 type stubs for the click…
permissive · top 5,000 on PyPI
types-enum34Provides type stubs for the enum34 package,…
permissive · top 15,000 on PyPI
types-dataclassesProvides type stubs for Python's dataclasses…
permissive · top 15,000 on PyPI
types-backportsProvides PEP 561 type stubs for the backports…
permissive · top 15,000 on PyPI
types-appdirsProvides type stubs for the appdirs package to…
permissive · top 15,000 on PyPI
trio-typingProvides PEP 561 type stubs and typing…
permissive · top 5,000 on PyPI
atomicwrites-homeassistantProvides atomic file writes that ensure a file…
permissive · top 15,000 on PyPI
atomicwritesProvides a context manager for writing files…
permissive · top 5,000 on PyPI