pyrefly 1.1.0.dev2__py3-none-win_arm64.whl → 1.2.0.dev1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyrefly
3
- Version: 1.1.0.dev2
3
+ Version: 1.2.0.dev1
4
4
  Classifier: Development Status :: 5 - Production/Stable
5
5
  Classifier: License :: OSI Approved :: MIT License
6
6
  Classifier: Programming Language :: Python
@@ -48,7 +48,7 @@ Pyrefly's current development status is [stable](https://github.com/facebook/pyr
48
48
  - **Fast.** Pyrefly checks over 1.85 million lines of code per second, type checking projects like PyTorch 15x faster than Mypy and Pyright. In the IDE, rechecks typically complete in under 10 milliseconds after saving a file.
49
49
  - **Production-proven at scale.** Pyrefly is the default type checker for Instagram's 20-million-line Python codebase at Meta, and has been adopted by large open source projects including PyTorch and JAX.
50
50
  - **Full-featured language server.** Code navigation, autocomplete, hover information, inlay hints, semantic highlighting, and more, with consistent results across the CLI and your editor of choice.
51
- - **Understands real-world Python.** Built-in support for frameworks like [Pydantic](https://pyrefly.org/en/docs/pydantic/) and [Django](https://pyrefly.org/en/docs/django/), with model validation, field types, and autocomplete that work out of the box.
51
+ - **Understands real-world Python.** Built-in support for frameworks and tools like [Pydantic](https://pyrefly.org/en/docs/pydantic/), [Django](https://pyrefly.org/en/docs/django/), and [pytest](https://pyrefly.org/en/docs/pytest/), with model validation, field types, fixture navigation, and autocomplete that work out of the box.
52
52
  - **Adoption-ready.** Migrate from Mypy or Pyright with `pyrefly init`, silence existing errors with `pyrefly suppress`, and generate type annotations with `pyrefly infer`. Start with one file and expand at your own pace.
53
53
 
54
54
  ### Getting Started
@@ -0,0 +1,9 @@
1
+ pyrefly/__init__.py,sha256=D9YGB4huyjNc36gMcbfOfnfFRF1LqeT70FIQLGSTDyg,267
2
+ pyrefly/__main__.py,sha256=rRjgImfKHDAHWF4XsTueXFjoVHGDoFd6v5J5zzUmMxk,1200
3
+ pyrefly/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ pyrefly-1.2.0.dev1.data/scripts/pyrefly.exe,sha256=8OoW4a7pTzWmkpWzfMut1C585k6CBUtL-Z4da5ekCT0,25377792
5
+ pyrefly-1.2.0.dev1.dist-info/METADATA,sha256=Jb5Gm-heDfHrpEBXcmQ62cnyB53l0kPmmdPwUP2a2wU,4967
6
+ pyrefly-1.2.0.dev1.dist-info/WHEEL,sha256=HFYih4WXcC5rmYTuselhEbrQhijkWBtMrfSegtgvPSA,94
7
+ pyrefly-1.2.0.dev1.dist-info/licenses/LICENSE,sha256=Y-ghDmvz6MAy3AxpsdHS46tywUsCyrzA2tomGLsYi5c,1109
8
+ pyrefly-1.2.0.dev1.dist-info/sboms/pyrefly.cyclonedx.json,sha256=TJ9V8WeQwlh7K4bJZk9CEd7CKIGjHOkKjLlbvuP7EV0,389538
9
+ pyrefly-1.2.0.dev1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.13.3)
2
+ Generator: maturin (1.14.1)
3
3
  Root-Is-Purelib: false
4
4
  Tag: py3-none-win_arm64