skillfed

types-sqlalchemy-utils

Type Stubs for sqlalchemy-utils

types-sqlalchemy-utils v1.1.0 1.0M downloads/30d#4,510 on PyPI
Copyleft license GPLv3 DORMANT released

What it is and what it does

types-sqlalchemy-utils is a type stub package that adds static type information to sqlalchemy-utils. It allows Python type checkers and IDEs to understand the types of sqlalchemy-utils functions and classes, enabling better development-time tooling support.

The package is explicitly partial—it does not yet cover all of sqlalchemy-utils' API surface. It is maintained as a separate distribution following Python's typeshed convention for third-party library stubs. With no runtime dependencies and a wheel-only distribution, installation is straightforward, but the dormant maintenance status (last release 823 days ago) means type coverage may not reflect recent sqlalchemy-utils changes.

Use it for:

  • Enable type checking in projects that use sqlalchemy-utils for database column types and validators
  • Improve IDE autocomplete and inline documentation when writing sqlalchemy-utils code
  • Catch type mismatches in sqlalchemy-utils function calls during development rather than at runtime
  • Support gradual type adoption in legacy codebases by adding type hints to sqlalchemy-utils usage incrementally

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type stubs for sqlalchemy-utils, enabling static type checking and IDE autocompletion when using that library in Python projects.

Yes, if you use sqlalchemy-utils and want static type checking. Install friction is minimal and there are no security vulnerabilities. However, be aware that maintenance is dormant (last release 823 days ago), type coverage is partial, and stubs may not reflect the latest sqlalchemy-utils API—verify that the covered functions match your usage before relying on it for comprehensive type safety.

Install

types-sqlalchemy-utils on PyPI

pip

pip install types-sqlalchemy-utils

uv

uv add types-sqlalchemy-utils

poetry

poetry add types-sqlalchemy-utils

Installing types-sqlalchemy-utils

Before you install

Low friction installation with no runtime dependencies. Maintenance is dormant (823 days since last release), so type coverage may lag behind sqlalchemy-utils itself—the package explicitly notes it is partial and welcomes contributions.

License in practice

GPLv3 copyleft license applies. Any project that distributes this package or derivative works must comply with GPLv3 terms, including source disclosure obligations.

Quickstart

pip install types-sqlalchemy-utils

# Type checkers now understand sqlalchemy-utils types when imported in your project

Requires sqlalchemy-utils to be installed separately; this package provides only type information, not runtime functionality.

Verify before relying

  • Extent of type stub coverage beyond what the description calls 'partial'—which functions and objects are actually annotated
  • Whether the stubs remain compatible with recent sqlalchemy-utils releases given the 823-day maintenance gap
  • Which type checkers (mypy, pyright, etc.) are supported by these stubs

Package facts

License GPLv3 (copyleft)
Python support supports the current Python release (<4,>=3.7)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance dormant — 823 days since the last release
First released
Downloads 1,012,568/month — #4,510 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_sqlalchemy_utils-1.1.0-py3-none-any.whl

Keywords: stubs, sqlalchemy, sqlalchemy-utils

Development Status :: 3 - AlphaIntended Audience :: DevelopersLicense :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Typing :: Stubs Only

Tags

sqlalchemy-utils type stubstype hints sqlalchemy-utilssqlalchemy-utils typingstatic type checking sqlalchemymypy sqlalchemy-utilssqlalchemy-utils autocompletepython type annotations database
type-stubssqlalchemy

More Database packages