ty 0.0.0a4__py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl → 0.0.0a6__py3-none-manylinux_2_17_s390x.manylinux2014_s390x.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.

@@ -1,19 +1,41 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ty
3
- Version: 0.0.0a4
3
+ Version: 0.0.0a6
4
+ Classifier: Development Status :: 3 - Alpha
5
+ Classifier: Environment :: Console
6
+ Classifier: Intended Audience :: Developers
7
+ Classifier: Operating System :: OS Independent
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Programming Language :: Python
10
+ Classifier: Programming Language :: Python :: 3.8
11
+ Classifier: Programming Language :: Python :: 3.9
12
+ Classifier: Programming Language :: Python :: 3.10
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Programming Language :: Python :: 3 :: Only
17
+ Classifier: Programming Language :: Rust
18
+ Classifier: Topic :: Software Development :: Quality Assurance
19
+ Classifier: Topic :: Software Development :: Testing
20
+ Classifier: Topic :: Software Development :: Libraries
21
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
4
22
  License-File: LICENSE
5
23
  Summary: An extremely fast Python type checker, written in Rust.
24
+ Keywords: ty,typing,analysis,check
6
25
  Home-Page: https://docs.astral.sh/ruff
7
26
  Author: Charlie Marsh <charlie.r.marsh@gmail.com>
8
27
  Author-email: "Astral Software Inc." <hey@astral.sh>
9
28
  License: MIT
10
29
  Requires-Python: >=3.8
11
30
  Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
12
- Project-URL: Source Code, https://github.com/astral-sh/ruff
31
+ Project-URL: Repository, https://github.com/astral-sh/ty
32
+ Project-URL: Changelog, https://github.com/astral-sh/ty/blob/main/CHANGELOG.md
33
+ Project-URL: Releases, https://github.com/astral-sh/ty/releases
34
+ Project-URL: Discord, https://discord.gg/astral-sh
13
35
 
14
36
  # ty
15
37
 
16
- An extremely fast Python type checker, written in Rust.
38
+ An extremely fast Python type checker and language server, written in Rust.
17
39
 
18
40
  **This project is still in development and is not ready for production use.**
19
41
 
@@ -0,0 +1,7 @@
1
+ ty-0.0.0a6.dist-info/METADATA,sha256=6veovVRo4NQ1peLDMY0c1U6FVfMwAwTHTpyM0E9CLf8,2825
2
+ ty-0.0.0a6.dist-info/WHEEL,sha256=1_TeTe6yJHN8zcGzZjCGOQukC1dMD-uJ_HEhPwINYZE,124
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=az9lfaKuumqL8Kn0rtoDpaSEw709eN5HG27PkbD2mxg,19900208
7
+ ty-0.0.0a6.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- ty-0.0.0a4.dist-info/METADATA,sha256=nUQQlEZ4o3V1SAOjrfMTy46hb2eNgwXAPVQv55G72r0,1670
2
- ty-0.0.0a4.dist-info/WHEEL,sha256=1_TeTe6yJHN8zcGzZjCGOQukC1dMD-uJ_HEhPwINYZE,124
3
- ty-0.0.0a4.dist-info/licenses/LICENSE,sha256=hg49eoa4TmpwEsemNfxk30dc68bM403-tzpZguxYF2w,1077
4
- ty/__main__.py,sha256=EFz_yrs8nZWhIs1P5u76AQdloJrLT5K3-BwDjBEMi3s,2875
5
- ty/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- ty-0.0.0a4.data/scripts/ty,sha256=gZVpzJgB8uKlKucawl6uRMdcU3JaaWt-uJ0i_e9iZDk,19326648
7
- ty-0.0.0a4.dist-info/RECORD,,
File without changes