mypy 1.19.1-ok1 source package in openKylin
Changelog
mypy (1.19.1-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 08 May 2026 08:44:43 +0800
mypy (1.19.1-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 08 May 2026 08:44:43 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | utils |
| File | Size | SHA-256 Checksum |
|---|---|---|
| mypy_1.19.1.orig.tar.gz | 3.4 MiB | 19d88bb05303fe63f71dd2c6270daca27cb9401c4ca8255fe50d1d920e0eb9ba |
| mypy_1.19.1-ok1.debian.tar.xz | 11.7 KiB | faa8a88fb4113da92f10a4c37b37c1636406a1de2969e366db027ca58bc11375 |
| mypy_1.19.1-ok1.dsc | 2.9 KiB | 1c25b1000ce4298ce1ad0d48524b9e6d6c364079b142585ddf66590e99931de7 |
No description available for mypy in openkylin huanghe.
No description available for mypy-doc in openkylin huanghe.
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.
.
This package provides the modules for Python 3.