pyrefly 0.32.0__py3-none-win_amd64.whl → 0.33.0__py3-none-win_amd64.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 pyrefly might be problematic. Click here for more details.
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyrefly
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.33.0
|
|
4
4
|
Classifier: Development Status :: 3 - Alpha
|
|
5
5
|
Classifier: Programming Language :: Python
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -19,13 +19,16 @@ Project-URL: documentation, https://pyrefly.org/en/docs/
|
|
|
19
19
|
|
|
20
20
|
# Pyrefly
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
Pyrefly is a type checker and language server for Python, which provides
|
|
23
|
+
lightning-fast type checking along with IDE features such as code navigation,
|
|
24
|
+
semantic highlighting, and code completion. It is available as a
|
|
25
|
+
[command-line tool](https://pyrefly.org/en/docs/installation/) and a
|
|
26
|
+
[VSCode extension](https://marketplace.visualstudio.com/items?itemName=meta.pyrefly).
|
|
27
|
+
|
|
28
|
+
See the [Pyrefly website](https://pyrefly.org) for full documentation and how to
|
|
29
|
+
add Pyrefly to your editor of choice.
|
|
25
30
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
easier to maintain. Pyrefly supports both IDE integration and CLI usage, giving
|
|
30
|
-
you flexibility in how you incorporate type checking into your workflow.
|
|
31
|
+
Currently under active development with known issues. Please
|
|
32
|
+
[open an issue](https://github.com/facebook/pyrefly/issues/new/choose) if you
|
|
33
|
+
find bugs.
|
|
31
34
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
pyrefly-0.33.0.data/scripts/pyrefly.exe,sha256=nlutgUDHjEPxckoou_QwxwHlQuoTk980UIYK5zmik1I,17620480
|
|
2
|
+
pyrefly-0.33.0.dist-info/METADATA,sha256=BEeFmE46KYPdUIt4Qax2k8u8nhvX4r0_oAxdF8WL81U,1414
|
|
3
|
+
pyrefly-0.33.0.dist-info/WHEEL,sha256=ubF6pSMXfesltAnfP_hEAu2k7YT3fHJXHWEIY1cdTgY,93
|
|
4
|
+
pyrefly/__init__.py,sha256=D9YGB4huyjNc36gMcbfOfnfFRF1LqeT70FIQLGSTDyg,267
|
|
5
|
+
pyrefly/__main__.py,sha256=2mFMAjtNCQh4zgM2yHwsj5VVDFCWDlFU4yZ2ISJDtAw,334
|
|
6
|
+
pyrefly/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
pyrefly-0.33.0.dist-info/RECORD,,
|
pyrefly-0.32.0.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
pyrefly-0.32.0.data/scripts/pyrefly.exe,sha256=qIBT_rx8cGTdIjo0EYO9I3GXOnnc-N7ffu3cx8S8sro,17193984
|
|
2
|
-
pyrefly-0.32.0.dist-info/METADATA,sha256=fwuHmmsvMcJ-m8FS7xKf0DEJpapwa5s-Kce41cmrl6c,1307
|
|
3
|
-
pyrefly-0.32.0.dist-info/WHEEL,sha256=ubF6pSMXfesltAnfP_hEAu2k7YT3fHJXHWEIY1cdTgY,93
|
|
4
|
-
pyrefly/__init__.py,sha256=D9YGB4huyjNc36gMcbfOfnfFRF1LqeT70FIQLGSTDyg,267
|
|
5
|
-
pyrefly/__main__.py,sha256=2mFMAjtNCQh4zgM2yHwsj5VVDFCWDlFU4yZ2ISJDtAw,334
|
|
6
|
-
pyrefly/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
pyrefly-0.32.0.dist-info/RECORD,,
|
|
File without changes
|