forked from python/typeshed
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
partial_stub
metadata field (python#10157)
- Loading branch information
Showing
51 changed files
with
68 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
version = "3.0.*" | ||
# Requires a version of flask with a `py.typed` file | ||
requires = ["Flask>=2.0.0"] | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
version = "4.0.*" | ||
# Requires a version of flask with a `py.typed` file | ||
requires = ["Flask>=2.0.0", "types-Flask-SQLAlchemy"] | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
version = "2.5.*" | ||
requires = ["types-SQLAlchemy"] | ||
obsolete_since = "3.0.1" # Released on 2022-10-11 | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "3.4.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "9.5.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
stubtest_requirements = ["olefile"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "1.0.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "1.8.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "2.12.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
version = "2.11.*" | ||
requires = ["types-pytz"] | ||
obsolete_since = "2.12.1" # Released on 2023-02-28 | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
version = "4.12.*" | ||
requires = ["types-html5lib"] | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "6.0.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
version = "2.49.*" | ||
requires = [] | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "4.19.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
version = "1.2.*" | ||
# also types-lxml and types-icalendar when those stubs are added | ||
requires = ["types-requests", "types-vobject"] | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
version = "5.0.*" | ||
obsolete_since = "5.1.0" # Released on 2022-12-01 | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "0.9.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "0.20.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "23.5.9" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "2.1.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "1.7.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "1.3.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "0.3.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "0.20.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "1.14.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "2.1.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
stubtest_requirements = ["protobuf==3.20.2"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "1.1.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "2.0.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "4.17.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
version = "2.9.*" | ||
requires = ["types-pyasn1"] | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "3.2.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "3.1.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "2.4.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "0.13.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
version = "4.23.*" | ||
extra_description = "Generated with aid from mypy-protobuf v3.4.0" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "2.9.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
version = "23.1.*" | ||
# Requires a version of cryptography with a `py.typed` file | ||
requires = ["cryptography>=35.0.0"] | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "3.0.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
version = "1.5.*" | ||
# Requires a version of arrow with a `py.typed` file | ||
requires = ["arrow>=1.0.1"] | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "2.8.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
version = "8.0.0.*" | ||
obsolete_since = "8.0.1.0" # Released on 2023-05-05 | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "67.7.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "3.19.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
version = "3.5.*" | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
version = "2.12.*" | ||
# requires a version of numpy with a `py.typed` file | ||
requires = ["numpy>=1.20", "types-protobuf"] | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
version = "2.1.*" | ||
requires = [] | ||
partial_stub = true | ||
|
||
[tool.stubtest] | ||
ignore_missing_stub = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters