{"id":26804774,"url":"https://github.com/insyncwithfoo/pyrefly-for-pycharm","last_synced_at":"2025-03-29T22:27:08.035Z","repository":{"id":282641033,"uuid":"948790914","full_name":"InSyncWithFoo/pyrefly-for-pycharm","owner":"InSyncWithFoo","description":"Pyrefly integration for PyCharm","archived":false,"fork":false,"pushed_at":"2025-03-21T00:51:18.000Z","size":206,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T22:36:07.606Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InSyncWithFoo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yaml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"InSyncWithFoo"}},"created_at":"2025-03-15T01:03:26.000Z","updated_at":"2025-03-21T00:49:01.000Z","dependencies_parsed_at":"2025-03-16T01:21:01.801Z","dependency_job_id":"4bfc8088-6b1c-4117-bed0-37608638746f","html_url":"https://github.com/InSyncWithFoo/pyrefly-for-pycharm","commit_stats":null,"previous_names":["insyncwithfoo/pyrefly-for-pycharm"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fpyrefly-for-pycharm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fpyrefly-for-pycharm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fpyrefly-for-pycharm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fpyrefly-for-pycharm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InSyncWithFoo","download_url":"https://codeload.github.com/InSyncWithFoo/pyrefly-for-pycharm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246252477,"owners_count":20747750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-29T22:27:07.614Z","updated_at":"2025-03-29T22:27:08.025Z","avatar_url":"https://github.com/InSyncWithFoo.png","language":"Kotlin","funding_links":["https://github.com/sponsors/InSyncWithFoo"],"categories":[],"sub_categories":[],"readme":"# Pyrefly for PyCharm\n\n\u003e [!NOTE]\n\u003e Disclaimer: This project is not affiliated with Meta/Facebook by any means.\n\n[![Build](https://github.com/InSyncWithFoo/pyrefly-for-pycharm/actions/workflows/build.yaml/badge.svg)][2]\n[![Version](https://img.shields.io/jetbrains/plugin/v/26829)][3]\n[![Rating](https://img.shields.io/jetbrains/plugin/r/rating/26829)][4]\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/26829)][5]\n\n\u003c!-- Plugin description --\u003e\n[Pyrefly][1] is a fast Python type checker and language server\ndeveloped by Meta.\n\n\n## Usage\n\nYou must have Pyrefly installed to use this plugin.\nIt is available via PyPI:\n\n```shell\n$ pip install pyrefly\n```\n\nAdditionally, if you are using IntelliJ IDEA or PyCharm Community Edition,\nthe \u003ci\u003eLSP4IJ\u003c/i\u003e plugin must be installed and enabled.\nOnce it is installed, change the running mode to \u003ci\u003eLSP4IJ\u003c/i\u003e.\n\n\n## Logging\n\nYou are strongly encouraged to enable language server logging.\nThis will allow corresponding logs to be recorded in `idea.log`\nfor further analysis should a problem arises.\n\nAdd the following line to the \u003cb\u003eHelp\u003c/b\u003e |\n\u003cb\u003eDiagnostic Tools\u003c/b\u003e | \u003cb\u003eDebug Log Settings\u003c/b\u003e panel:\n\n```text\ncom.intellij.platform.lsp\n```\n\n\n  [1]: https://github.com/facebook/pyrefly\n\u003c!-- Plugin description end --\u003e\n\n\n## Installation\n\nThis plugin is [available on the Marketplace][3].\nYou can also download the ZIP files manually from [the \u003ci\u003eReleases\u003c/i\u003e tab][6],\n[the `build` branch][7] or [the \u003ci\u003eActions\u003c/i\u003e tab][8]\nand follow the instructions described [here][9].\n\nCurrently supported versions:\n2024.3.3 (build 243.24978.46) and later.\n\n\n## Credits\n\nParts of this repository were taken or derived from:\n\n* [@facebook/pyrefly][1]\n* [@JetBrains/intellij-community][10]\n* [@JetBrains/intellij-platform-plugin-template][11]\n\n\n  [2]: https://github.com/InSyncWithFoo/pyrefly-for-pycharm/actions/workflows/build.yaml\n  [3]: https://plugins.jetbrains.com/plugin/26829/versions\n  [4]: https://plugins.jetbrains.com/plugin/26829/reviews\n  [5]: https://plugins.jetbrains.com/plugin/26829\n  [6]: https://github.com/InSyncWithFoo/pyrefly-for-pycharm/releases\n  [7]: https://github.com/InSyncWithFoo/pyrefly-for-pycharm/tree/build\n  [8]: https://github.com/InSyncWithFoo/pyrefly-for-pycharm/actions/workflows/build.yaml\n  [9]: https://www.jetbrains.com/help/pycharm/managing-plugins.html#install_plugin_from_disk\n  [10]: https://github.com/JetBrains/intellij-community\n  [11]: https://github.com/JetBrains/intellij-platform-plugin-template\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsyncwithfoo%2Fpyrefly-for-pycharm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsyncwithfoo%2Fpyrefly-for-pycharm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsyncwithfoo%2Fpyrefly-for-pycharm/lists"}