Metadata-Version: 2.4
Name: pyrefly
Version: 0.25.1
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Summary: A fast Python type checker written in Rust
Keywords: typechecker,typechecking
Author: Meta
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: homepage, https://pyrefly.org
Project-URL: documentation, https://pyrefly.org/en/docs/

# Pyrefly

Currently incomplete and under active development. Please
[open an issue](https://github.com/facebook/pyrefly/issues/new/choose) if you
find any bugs.

Pyrefly is a static type checker for Python that helps you catch type-related
errors before your code runs. It analyzes your Python code to ensure type
consistency throughout your codebase, making your applications more reliable and
easier to maintain. Pyrefly supports both IDE integration and CLI usage, giving
you flexibility in how you incorporate type checking into your workflow.

