pyrefly 0.28.1__py3-none-win_arm64.whl → 0.29.0__py3-none-win_arm64.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.
- pyrefly/__init__.py +8 -0
- {pyrefly-0.28.1.data → pyrefly-0.29.0.data}/scripts/pyrefly.exe +0 -0
- {pyrefly-0.28.1.dist-info → pyrefly-0.29.0.dist-info}/METADATA +1 -1
- pyrefly-0.29.0.dist-info/RECORD +7 -0
- pyrefly-0.28.1.dist-info/RECORD +0 -6
- {pyrefly-0.28.1.dist-info → pyrefly-0.29.0.dist-info}/WHEEL +0 -0
pyrefly/__init__.py
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
2
|
+
#
|
|
3
|
+
# This source code is licensed under the MIT license found in the
|
|
4
|
+
# LICENSE file in the root directory of this source tree.
|
|
5
|
+
|
|
6
|
+
import importlib.metadata
|
|
7
|
+
|
|
8
|
+
__version__ = importlib.metadata.version("pyrefly")
|
|
Binary file
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
pyrefly-0.29.0.data/scripts/pyrefly.exe,sha256=FA7nbaXWF-TZqYc-5vzMPTfUNgXt_4IXz-fXP5fhN2g,14637568
|
|
2
|
+
pyrefly-0.29.0.dist-info/METADATA,sha256=9lU7H5iIVSibpVtszKPeYUzfi8LGJIPHQI75UmXnuJI,1307
|
|
3
|
+
pyrefly-0.29.0.dist-info/WHEEL,sha256=F23PzJl3R4KvRDWHyYi0WrWZc3shVwH69TxROrAn3R4,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.29.0.dist-info/RECORD,,
|
pyrefly-0.28.1.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
pyrefly-0.28.1.data/scripts/pyrefly.exe,sha256=ntlppRP2yXYoJO2A8SQKrH6YTa9z2UmFx4qDy5PMHEc,14462976
|
|
2
|
-
pyrefly-0.28.1.dist-info/METADATA,sha256=cF_qytUwADijoTXNjl6cfhNBuLieDp5Dd3niGj6zzkg,1307
|
|
3
|
-
pyrefly-0.28.1.dist-info/WHEEL,sha256=F23PzJl3R4KvRDWHyYi0WrWZc3shVwH69TxROrAn3R4,93
|
|
4
|
-
pyrefly/__main__.py,sha256=2mFMAjtNCQh4zgM2yHwsj5VVDFCWDlFU4yZ2ISJDtAw,334
|
|
5
|
-
pyrefly/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
pyrefly-0.28.1.dist-info/RECORD,,
|
|
File without changes
|