ty 0.0.1a12__py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl → 0.0.1a26__py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.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-0.0.1a12.data → ty-0.0.1a26.data}/scripts/ty +0 -0
- {ty-0.0.1a12.dist-info → ty-0.0.1a26.dist-info}/METADATA +8 -9
- ty-0.0.1a26.dist-info/RECORD +8 -0
- ty-0.0.1a26.dist-info/WHEEL +5 -0
- ty-0.0.1a12.dist-info/RECORD +0 -8
- ty-0.0.1a12.dist-info/WHEEL +0 -4
- {ty-0.0.1a12.dist-info → ty-0.0.1a26.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ty
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.1a26
|
|
4
4
|
Classifier: Development Status :: 3 - Alpha
|
|
5
5
|
Classifier: Environment :: Console
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -23,9 +23,7 @@ License-File: LICENSE
|
|
|
23
23
|
Summary: An extremely fast Python type checker, written in Rust.
|
|
24
24
|
Keywords: ty,typing,analysis,check
|
|
25
25
|
Home-Page: https://github.com/astral-sh/ty/
|
|
26
|
-
Author: Charlie Marsh <charlie.r.marsh@gmail.com>
|
|
27
26
|
Author-email: "Astral Software Inc." <hey@astral.sh>
|
|
28
|
-
License: MIT
|
|
29
27
|
Requires-Python: >=3.8
|
|
30
28
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
31
29
|
Project-URL: Repository, https://github.com/astral-sh/ty
|
|
@@ -35,6 +33,7 @@ Project-URL: Discord, https://discord.gg/astral-sh
|
|
|
35
33
|
|
|
36
34
|
# ty
|
|
37
35
|
|
|
36
|
+
[](https://github.com/astral-sh/ty)
|
|
38
37
|
[](https://pypi.python.org/pypi/ty)
|
|
39
38
|
[](https://discord.com/invite/astral-sh)
|
|
40
39
|
|
|
@@ -56,10 +55,10 @@ Try out the [online playground](https://play.ty.dev), or run ty with
|
|
|
56
55
|
uvx ty
|
|
57
56
|
```
|
|
58
57
|
|
|
59
|
-
For other ways to install ty, see the [installation](https://
|
|
58
|
+
For other ways to install ty, see the [installation](https://docs.astral.sh/ty/installation/) documentation.
|
|
60
59
|
|
|
61
60
|
If you do not provide a subcommand, ty will list available commands — for detailed information about
|
|
62
|
-
command-line options, see the [CLI reference](https://
|
|
61
|
+
command-line options, see the [CLI reference](https://docs.astral.sh/ty/reference/cli/).
|
|
63
62
|
|
|
64
63
|
Use the `check` command to run the type checker:
|
|
65
64
|
|
|
@@ -80,12 +79,12 @@ uvx ty check example.py
|
|
|
80
79
|
When type checking, ty will find installed packages in the active virtual environment (via
|
|
81
80
|
`VIRTUAL_ENV`) or discover a virtual environment named `.venv` in the project root or working
|
|
82
81
|
directory. It will not find packages in non-virtual environments without specifying the target path
|
|
83
|
-
with `--python`. See the [module discovery](https://
|
|
82
|
+
with `--python`. See the [module discovery](https://docs.astral.sh/ty/modules/) documentation for
|
|
84
83
|
details.
|
|
85
84
|
|
|
86
85
|
## Learning more
|
|
87
86
|
|
|
88
|
-
To learn more about using ty, see the [documentation](https://
|
|
87
|
+
To learn more about using ty, see the [documentation](https://docs.astral.sh/ty/).
|
|
89
88
|
|
|
90
89
|
## Getting involved
|
|
91
90
|
|
|
@@ -97,11 +96,11 @@ at this time. Please [open pull requests](https://github.com/astral-sh/ruff/pull
|
|
|
97
96
|
to anything in the `ruff` submodule (which includes all of the Rust source code).
|
|
98
97
|
|
|
99
98
|
See the
|
|
100
|
-
[contributing guide](https://github.com/astral-sh/ty/blob/0.0.1-alpha.
|
|
99
|
+
[contributing guide](https://github.com/astral-sh/ty/blob/0.0.1-alpha.26/CONTRIBUTING.md) for more details.
|
|
101
100
|
|
|
102
101
|
## License
|
|
103
102
|
|
|
104
|
-
ty is licensed under the MIT license ([LICENSE](https://github.com/astral-sh/ty/blob/0.0.1-alpha.
|
|
103
|
+
ty is licensed under the MIT license ([LICENSE](https://github.com/astral-sh/ty/blob/0.0.1-alpha.26/LICENSE) or
|
|
105
104
|
<https://opensource.org/licenses/MIT>).
|
|
106
105
|
|
|
107
106
|
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in ty
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
ty-0.0.1a26.data/scripts/ty,sha256=ZRy_-9i3LUeGlh3C5dfYlO2U64Udg1Y8ZPMU3-OldoY,22823576
|
|
2
|
+
ty-0.0.1a26.dist-info/METADATA,sha256=PFXM0pVL39KeXItHxl8BLuXH7-mUuSbvmDRDtXvHVo8,4691
|
|
3
|
+
ty-0.0.1a26.dist-info/WHEEL,sha256=yYiyp1aXrFJLF5cy8uMmisBIE7XWlSRx4Ha0QeUEuPM,139
|
|
4
|
+
ty-0.0.1a26.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.1a26.dist-info/RECORD,,
|
ty-0.0.1a12.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
ty-0.0.1a12.data/scripts/ty,sha256=8nTE-F6Qb0bY7ncF_S_1YEOTuXao8dwdNeuelr0Kdcs,20785456
|
|
2
|
-
ty-0.0.1a12.dist-info/METADATA,sha256=VhN0X6bDrP0R7tLDWgaiMMENxij4wkZLbfhYHj_uS_Q,4765
|
|
3
|
-
ty-0.0.1a12.dist-info/WHEEL,sha256=FhQOlLX0YQm27sLAZc5UesdwysLh8veHM_jAgo7vnVE,124
|
|
4
|
-
ty-0.0.1a12.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.1a12.dist-info/RECORD,,
|
ty-0.0.1a12.dist-info/WHEEL
DELETED
|
File without changes
|