Package Details
Context
I am currently using the scp package in a typed project. While the package includes some type hints as # type: comments (to maintain compatibility with old Python versions), they are outdated and imprecise. For example, there are missing arguments in the latest release.
The upstream repository appears to be mostly unmaintained, so an upstream fix is unlikely. However, since the package already contains type comments, I wanted to check typeshed's policy before proceeding.
Would typeshed be open to accepting stubs for this package? If so, I would be happy to submit them
Package Details
Context
I am currently using the
scppackage in a typed project. While the package includes some type hints as# type:comments (to maintain compatibility with old Python versions), they are outdated and imprecise. For example, there are missing arguments in the latest release.The upstream repository appears to be mostly unmaintained, so an upstream fix is unlikely. However, since the package already contains type comments, I wanted to check typeshed's policy before proceeding.
Would typeshed be open to accepting stubs for this package? If so, I would be happy to submit them