pyrefly 0.16.2__py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.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.
Binary file
|
@@ -0,0 +1,33 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: pyrefly
|
3
|
+
Version: 0.16.2
|
4
|
+
Classifier: Development Status :: 3 - Alpha
|
5
|
+
Classifier: Programming Language :: Python
|
6
|
+
Classifier: Programming Language :: Python :: 3
|
7
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
8
|
+
Classifier: Operating System :: MacOS
|
9
|
+
Classifier: Operating System :: Microsoft :: Windows
|
10
|
+
Classifier: Operating System :: POSIX :: Linux
|
11
|
+
Classifier: Intended Audience :: Developers
|
12
|
+
Classifier: Topic :: Software Development
|
13
|
+
Summary: A faster Python type checker written in Rust
|
14
|
+
Keywords: typechecker,typechecking
|
15
|
+
Author: Meta
|
16
|
+
License: MIT
|
17
|
+
Requires-Python: >=3.8
|
18
|
+
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
19
|
+
Project-URL: homepage, https://pyrefly.org
|
20
|
+
Project-URL: documentation, https://pyrefly.org/en/docs/
|
21
|
+
|
22
|
+
# Pyrefly
|
23
|
+
|
24
|
+
Currently incomplete and under active development. Please
|
25
|
+
[open an issue](https://github.com/facebook/pyrefly/issues/new/choose) if you
|
26
|
+
find any bugs.
|
27
|
+
|
28
|
+
Pyrefly is a static type checker for Python that helps you catch type-related
|
29
|
+
errors before your code runs. It analyzes your Python code to ensure type
|
30
|
+
consistency throughout your codebase, making your applications more reliable and
|
31
|
+
easier to maintain. Pyrefly supports both IDE integration and CLI usage, giving
|
32
|
+
you flexibility in how you incorporate type checking into your workflow.
|
33
|
+
|
@@ -0,0 +1,5 @@
|
|
1
|
+
pyrefly-0.16.2.data/scripts/pyrefly,sha256=lG4GMs5AqGT8ft4hTnoQoipd9DyHh2QWoWjA5fbliFw,11247872
|
2
|
+
pyrefly-0.16.2.dist-info/METADATA,sha256=NGpQ_Q7-0XM0nZFGBvkqGcygmTRlD4L8mdjsNZW8b-k,1324
|
3
|
+
pyrefly-0.16.2.dist-info/WHEEL,sha256=2_kQu7PuL9CpDUYSCH1AxZfiJRPsvzmckb1o2gyaPDo,128
|
4
|
+
rust-toolchain,sha256=N8QtJSXCBwhBHOyqY2DsxiXcIJFBFHd1Lgy5FZT8cY0,19
|
5
|
+
pyrefly-0.16.2.dist-info/RECORD,,
|
rust-toolchain
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
nightly-2025-02-16
|