sqlglot-mypy 1.19.1.post7


pip install sqlglot-mypy

  Latest version

Released: Mar 31, 2026


Meta
Author: Jukka Lehtosalo
Requires Python: >=3.9

Classifiers

Development Status
  • 5 - Production/Stable

Environment
  • Console

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Programming Language
  • Python :: 3
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Topic
  • Software Development

Typing
  • Typed

Add type annotations to your Python programs, and use mypy to type check them. Mypy is essentially a Python linter on steroids, and it can catch many programming errors by analyzing your program, without actually having to run it. Mypy has a powerful type system with features such as type inference, gradual typing, generics and union types.

Extras:
Dependencies:
typing_extensions (>=4.6.0)
mypy_extensions (>=1.0.0)
pathspec (<1.0.0,>=0.9.0)
tomli (>=1.1.0)
librt (>=0.6.2)