Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Pyre v0.9.11.tar.gz | 2022-04-20 | 6.4 MB | |
Pyre v0.9.11.zip | 2022-04-20 | 7.3 MB | |
README.md | 2022-04-20 | 466 Bytes | |
Totals: 3 Items | 13.7 MB | 0 |
- Better source location if there are type errors within type comments.
- Basic support for PEP 681 (dataclass transforms).
- Prototype support for LSP hovering and goto-definition (needs to opt-in via configuration but this may change in the future).
- Basic support for PEP 561 (needs to opt-in via configuration but this may change in the future).
- Parsing is now performed lazily. This should significantly reduce the type checking time for small projects.