mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
* Add stubs for `docopt` package Add the single stub for the simple, but fairly well-used [docopt](https://github.com/docopt/docopt) package. It looks like that project is not very well maintained, so I thought it would be easier to add the type annotations here, as opposed to there, upstream. This has even been requested a few times in https://github.com/docopt/docopt/issues/471. It appeared to me that only the `docopt()` function is the public API, so I didn't include the rest of the module's functions and attributes.
3 lines
81 B
TOML
3 lines
81 B
TOML
# Prior to v0.6, docopt() had only 3 optional args
|
|
version = "0.6"
|
|
python2 = true |