ty 0.0.0a6__py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl → 0.0.0a8__py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ty might be problematic. Click here for more details.

ty/py.typed ADDED
@@ -0,0 +1 @@
1
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ty
3
- Version: 0.0.0a6
3
+ Version: 0.0.0a8
4
4
  Classifier: Development Status :: 3 - Alpha
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -22,7 +22,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
22
22
  License-File: LICENSE
23
23
  Summary: An extremely fast Python type checker, written in Rust.
24
24
  Keywords: ty,typing,analysis,check
25
- Home-Page: https://docs.astral.sh/ruff
25
+ Home-Page: https://github.com/astral-sh/ty/
26
26
  Author: Charlie Marsh <charlie.r.marsh@gmail.com>
27
27
  Author-email: "Astral Software Inc." <hey@astral.sh>
28
28
  License: MIT
@@ -37,7 +37,37 @@ Project-URL: Discord, https://discord.gg/astral-sh
37
37
 
38
38
  An extremely fast Python type checker and language server, written in Rust.
39
39
 
40
- **This project is still in development and is not ready for production use.**
40
+ > [!WARNING]
41
+ > ty is pre-release software and not ready for production use. Expect to encounter bugs, missing
42
+ > features, and fatal errors.
43
+
44
+ ty is in active development, and we're working hard to make it stable
45
+ and feature-complete.
46
+
47
+ ## Getting started
48
+
49
+ ### Installation
50
+
51
+ ```shell
52
+ uv tool install ty
53
+ ```
54
+
55
+ ### Basic usage
56
+
57
+ Type check a Python file or project:
58
+
59
+ ```shell
60
+ ty check myfile.py
61
+ ty check my_project/
62
+ ```
63
+
64
+ Start the language server for IDE integration:
65
+
66
+ ```shell
67
+ ty server
68
+ ```
69
+
70
+ For detailed information about command-line options, see the [CLI documentation](ruff/crates/ty/docs/cli.md).
41
71
 
42
72
  ## Getting involved
43
73
 
@@ -0,0 +1,8 @@
1
+ ty-0.0.0a8.data/scripts/ty,sha256=ovrtVBxsai18tcL_FaUhlZ2KsDy7IUI91gSTllOijZ4,17967152
2
+ ty-0.0.0a8.dist-info/METADATA,sha256=Dulxr2mj5GCsVkOAagzLVdIN3ZPRhZXvqX3PE8TEB7Q,3348
3
+ ty-0.0.0a8.dist-info/WHEEL,sha256=BZFNCJKOIjes1UCs3Y4CBujWcLuppxdGRUz5dXvObF4,128
4
+ ty-0.0.0a8.dist-info/licenses/LICENSE,sha256=hg49eoa4TmpwEsemNfxk30dc68bM403-tzpZguxYF2w,1077
5
+ ty/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ ty/__main__.py,sha256=EFz_yrs8nZWhIs1P5u76AQdloJrLT5K3-BwDjBEMi3s,2875
7
+ ty/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
8
+ ty-0.0.0a8.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.8.3)
2
+ Generator: maturin (1.8.4)
3
3
  Root-Is-Purelib: false
4
4
  Tag: py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le
@@ -1,7 +0,0 @@
1
- ty-0.0.0a6.dist-info/METADATA,sha256=6veovVRo4NQ1peLDMY0c1U6FVfMwAwTHTpyM0E9CLf8,2825
2
- ty-0.0.0a6.dist-info/WHEEL,sha256=8SL3EoMLLoeTcnb9Uk9q_-OuRL2wqm4NEu0ZSaS_kRU,128
3
- ty-0.0.0a6.dist-info/licenses/LICENSE,sha256=hg49eoa4TmpwEsemNfxk30dc68bM403-tzpZguxYF2w,1077
4
- ty/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- ty/__main__.py,sha256=EFz_yrs8nZWhIs1P5u76AQdloJrLT5K3-BwDjBEMi3s,2875
6
- ty-0.0.0a6.data/scripts/ty,sha256=IIQeKZiZM0G8x5Jwh8tZpjDUqGUb7issh5ujtDjaSyE,17704712
7
- ty-0.0.0a6.dist-info/RECORD,,