You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,36 @@
1
-
[](https://gitter.im/python/typing?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2
-
3
1
# Static Typing for Python
4
2
5
3
## Documentation and Support
6
4
7
5
The documentation for Python's static typing can be found at
8
-
[typing.readthedocs.io](https://typing.readthedocs.io/). You can get
9
-
help either in our [support forum](https://github.com/python/typing/discussions) or
10
-
chat with us on [Gitter](https://gitter.im/python/typing).
6
+
[typing.python.org](https://typing.python.org/). You can get
7
+
help in our [support forum](https://github.com/python/typing/discussions).
8
+
9
+
Improvements to the type system should be discussed on
10
+
[Python's Discourse](https://discuss.python.org/c/typing/32), and are
11
+
tracked in the [issues](https://github.com/python/typing/issues) in this
12
+
repository.
11
13
12
-
Improvements to the type system should be discussed on the
This GitHub repository is used for several things:
20
22
21
-
- The documentation at [typing.readthedocs.io](https://typing.readthedocs.io/)
22
-
is maintained in the [docs directory](./docs).
23
+
- The documentation at [typing.python.org](https://typing.python.org/)
24
+
is maintained in the [docs directory](./docs). This includes the
25
+
[specification](https://typing.python.org/en/latest/spec/index.html) for the
26
+
type system. See especially [the update procedure](https://typing.python.org/en/latest/spec/meta.html)
27
+
for the spec.
23
28
24
29
- A [discussion forum](https://github.com/python/typing/discussions) for typing-related user
25
30
help is hosted here.
26
31
32
+
-[Conformance test](https://github.com/python/typing/blob/main/conformance/README.md) for Python static type checkers. The [latest conformance test results](https://htmlpreview.github.io/?https://github.com/python/typing/blob/main/conformance/results/results.html) are here.
33
+
27
34
Historically, this repository also hosted:
28
35
29
36
- The `typing_extensions` package, which now lives in the
0 commit comments