Skip to content
Branch: master
Go to file
Code

Latest commit

grievejia authored and facebook-github-bot committed 328a5d4 Jul 10, 2020
Reviewed By: pradeep90

Differential Revision: D22483001

fbshipit-source-id: 8d7cfff5a6a7f0823b4525efc7487ad095b0cc15

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
Jun 17, 2020
May 7, 2018
Aug 16, 2018

README.md

Pyre

Pyre is a performant type checker for python.

Read this in other languages: Español

Build Status

Getting Started

To install Pyre on your system run pip install pyre-check and you should be good to go! Run it on your project with pyre --source-directory . check.

For more detailed documentation, see https://pyre-check.org.

Supported platforms

  • Python: you need Python 3.5 or later to run Pyre.
⚠️ NOTE: The minimum Python version will be switched to 3.6 around January-February 2020.
  • Operating System:
    • a recent version of Linux (we tested on Ubuntu 16.04 LTS and CentOS 7);
    • OSX 10.11 or newer;
    • please note: Windows is not supported.

Installation

See INSTALL.md for details on installing Pyre from a packaged version or from source.

Join the Pyre community

See CONTRIBUTING.md for how to help out.

License

Pyre is licensed under the MIT license.

You can’t perform that action at this time.