mypy 0.670-2 source package in Ubuntu
Changelog
mypy (0.670-2) unstable; urgency=medium * Include upstream's README.md in the the mypy binary package. * Fix dependecy version between mypy and python3-mypy. Closes: #921990. -- Michael R. Crusoe <email address hidden> Sun, 10 Feb 2019 00:25:00 -0800
Upload details
- Uploaded by:
- Debian Med on 2019-02-11
- Uploaded to:
- Sid
- Original maintainer:
- Debian Med
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Disco | release | on 2019-02-12 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
mypy_0.670-2.dsc | 2.4 KiB | 12c5623222325c8d42712e4f36dd4bb9de741976f90d27dc2f476d3b0af3164e |
mypy_0.670.orig.tar.gz | 1.7 MiB | e80fd6af34614a0e898a57f14296d0dacb584648f0339c2e000ddbf0f4cc2f8d |
mypy_0.670-2.debian.tar.xz | 8.0 KiB | 032bddd3c67adbe6b1db0d5cbfadc7a148f621df99160c3aeca2aa4f65450dfc |
Available diffs
- diff from 0.670-1 to 0.670-2 (583 bytes)
No changes file available.
Binary packages built by this source
- mypy: optional static typing for Python
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 command-line interface.
- mypy-doc: documentation for mypy
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 documentation.
- python3-mypy: public modules for mypy (Python 3)
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.