mirror of
https://github.com/astral-sh/ty.git
synced 2025-08-04 17:08:04 +00:00
An extremely fast Python type checker and language server, written in Rust.
python/ty | ||
ruff@2485afe640 | ||
.gitignore | ||
.gitmodules | ||
CONTRIBUTING.md | ||
LICENSE-MIT | ||
pyproject.toml | ||
README.md | ||
SECURITY.md |
ty
An extremely fast Python type checker, written in Rust.
This project is still in development and is not ready for production use.
Getting involved
If you have questions or want to report a bug, please open an issue in this repository.
Development of this project takes place in the Ruff repository
at this time. Please open pull requests there for changes
to anything in the ruff
submodule (which includes all of the Rust source code).
See the contributing guide for more details.
License
ty is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in ty by you, as defined in the Apache-2.0 license, shall be dually licensed as above, without any additional terms or conditions.