pyrefly 0.27.2__py3-none-macosx_10_12_x86_64.whl → 0.28.1__py3-none-macosx_10_12_x86_64.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.
- pyrefly/__main__.py +12 -0
- pyrefly/py.typed +0 -0
- {pyrefly-0.27.2.data → pyrefly-0.28.1.data}/scripts/pyrefly +0 -0
- {pyrefly-0.27.2.dist-info → pyrefly-0.28.1.dist-info}/METADATA +1 -1
- pyrefly-0.28.1.dist-info/RECORD +6 -0
- pyrefly-0.27.2.dist-info/RECORD +0 -5
- rust-toolchain +0 -1
- {pyrefly-0.27.2.dist-info → pyrefly-0.28.1.dist-info}/WHEEL +0 -0
pyrefly/__main__.py
ADDED
@@ -0,0 +1,12 @@
|
|
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 subprocess
|
7
|
+
import sys
|
8
|
+
|
9
|
+
|
10
|
+
if __name__ == "__main__":
|
11
|
+
proc = subprocess.run(["pyrefly", *sys.argv[1:]])
|
12
|
+
sys.exit(proc.returncode)
|
pyrefly/py.typed
ADDED
File without changes
|
Binary file
|
@@ -0,0 +1,6 @@
|
|
1
|
+
pyrefly-0.28.1.data/scripts/pyrefly,sha256=kk0aQET81AkBD1x6i9521op0p7SnsTQffg7As1JSKLU,14230000
|
2
|
+
pyrefly-0.28.1.dist-info/METADATA,sha256=6My2ReOjQ3kA3xcR68vX9izjY9O_1Uhls88smR37zSs,1296
|
3
|
+
pyrefly-0.28.1.dist-info/WHEEL,sha256=FMlpArrDBuf1ZqNVjPzYR8hBKv2S_sJQIgQGVUwJY3g,103
|
4
|
+
pyrefly/__main__.py,sha256=0i16JJ57xmIGcuM4VcIwwO4KrN2JtY8fM12YG-Cd-gk,322
|
5
|
+
pyrefly/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
+
pyrefly-0.28.1.dist-info/RECORD,,
|
pyrefly-0.27.2.dist-info/RECORD
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
pyrefly-0.27.2.data/scripts/pyrefly,sha256=F76BkrXc6XPnWSLRxZ7L_3wRi677TyoV__7pY12ZdnA,14024672
|
2
|
-
pyrefly-0.27.2.dist-info/METADATA,sha256=tR3fxkLzGsgmHq4prlPBqEWLGPtpas7U488fMg3PAMc,1296
|
3
|
-
pyrefly-0.27.2.dist-info/WHEEL,sha256=FMlpArrDBuf1ZqNVjPzYR8hBKv2S_sJQIgQGVUwJY3g,103
|
4
|
-
rust-toolchain,sha256=jFZXItwWQ0iES2-rNczuDcZyiaL58zE84itj1HhC7kM,19
|
5
|
-
pyrefly-0.27.2.dist-info/RECORD,,
|
rust-toolchain
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
nightly-2025-05-09
|
File without changes
|