{"id":26055796,"url":"https://github.com/insyncwithfoo/ryecharm","last_synced_at":"2025-04-05T23:06:14.783Z","repository":{"id":255610176,"uuid":"849672176","full_name":"InSyncWithFoo/ryecharm","owner":"InSyncWithFoo","description":"The all-in-one PyCharm plugin for Astral-backed Python tools","archived":false,"fork":false,"pushed_at":"2025-03-28T02:52:35.000Z","size":158177,"stargazers_count":133,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T20:16:46.854Z","etag":null,"topics":["intellij-plugin","pycharm-plugin","python","ruff","rye","uv"],"latest_commit_sha":null,"homepage":"https://insyncwithfoo.github.io/ryecharm/","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":"2024-08-30T03:00:57.000Z","updated_at":"2025-03-28T02:50:24.000Z","dependencies_parsed_at":"2024-12-21T01:29:07.007Z","dependency_job_id":"03794c85-a58f-4213-aab6-7f1fd432f99b","html_url":"https://github.com/InSyncWithFoo/ryecharm","commit_stats":null,"previous_names":["insyncwithfoo/ryecharm"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fryecharm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fryecharm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fryecharm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fryecharm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InSyncWithFoo","download_url":"https://codeload.github.com/InSyncWithFoo/ryecharm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411228,"owners_count":20934653,"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":["intellij-plugin","pycharm-plugin","python","ruff","rye","uv"],"created_at":"2025-03-08T10:21:48.817Z","updated_at":"2025-04-05T23:06:14.753Z","avatar_url":"https://github.com/InSyncWithFoo.png","language":"Kotlin","funding_links":["https://github.com/sponsors/InSyncWithFoo"],"categories":[],"sub_categories":[],"readme":"# RyeCharm\n\n\u003e [!NOTE]\n\u003e Disclaimer: This is not an official Astral project.\n\n\u003e [!NOTE]\n\u003e This plugin is a work-in-progress.\n\u003e It may or may not work.\n\u003e Use it at your own risk.\n\n[![Build](https://github.com/InSyncWithFoo/ryecharm/actions/workflows/build.yaml/badge.svg)][5]\n[![Docs](https://github.com/InSyncWithFoo/ryecharm/actions/workflows/docs.yaml/badge.svg)][6]\n[![Version](https://img.shields.io/jetbrains/plugin/v/25230)][7]\n[![Rating](https://img.shields.io/jetbrains/plugin/r/rating/25230)][8]\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/25230)][9]\n\n\u003c!-- Plugin description --\u003e\nThe all-in-one PyCharm plugin for Astral-backed Python tools:\n[Ruff][1], [uv][2] and [Rye][3].\n\n\n## Usage\n\nIf you already have Ruff, uv and/or Rye installed,\nyou can start using this plugin the moment you install it.\nThe executables will be automatically detected.\n\nSee [the documentation][4] for more information.\n\n\n## Logging\n\nIf you use Ruff as a language server via LSP mode,\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/astral-sh/ruff\n  [2]: https://github.com/astral-sh/uv\n  [3]: https://github.com/astral-sh/rye\n  [4]: https://insyncwithfoo.github.io/ryecharm\n\u003c!-- Plugin description end --\u003e\n\n\n## Installation\n\nThis plugin is [available on the Marketplace][7].\nYou can also download the ZIP files manually from [the \u003ci\u003eReleases\u003c/i\u003e tab][10],\n[the `build` branch][11] or [the \u003ci\u003eActions\u003c/i\u003e tab][12]\nand follow the instructions described [here][13].\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* [@alexander-doroshko/intellij-lsp-plugin-example][14]\n* [@astral-sh/ruff][1]\n* [@astral-sh/rye][3]\n* [@astral-sh/uv][2]\n* [@JetBrains/intellij-community][15]\n* [@JetBrains/intellij-platform-plugin-template][16]\n* [@koxudaxi/poetry-pycharm-plugin][17]\n* [@koxudaxi/ruff-pycharm-plugin][18]\n* [@lensvol/intellij-blackconnect][19]\n\n\n  [5]: https://github.com/InSyncWithFoo/ryecharm/actions/workflows/build.yaml\n  [6]: https://github.com/InSyncWithFoo/ryecharm/actions/workflows/docs.yaml\n  [7]: https://plugins.jetbrains.com/plugin/25230/versions\n  [8]: https://plugins.jetbrains.com/plugin/25230/reviews\n  [9]: https://plugins.jetbrains.com/plugin/25230\n  [10]: https://github.com/InSyncWithFoo/ryecharm/releases\n  [11]: https://github.com/InSyncWithFoo/ryecharm/tree/build\n  [12]: https://github.com/InSyncWithFoo/ryecharm/actions/workflows/build.yaml\n  [13]: https://www.jetbrains.com/help/pycharm/managing-plugins.html#install_plugin_from_disk\n  [14]: https://github.com/alexander-doroshko/intellij-lsp-plugin-example\n  [15]: https://github.com/JetBrains/intellij-community\n  [16]: https://github.com/JetBrains/intellij-platform-plugin-template\n  [17]: https://github.com/koxudaxi/poetry-pycharm-plugin\n  [18]: https://github.com/koxudaxi/ruff-pycharm-plugin\n  [19]: https://github.com/lensvol/intellij-blackconnect\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsyncwithfoo%2Fryecharm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsyncwithfoo%2Fryecharm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsyncwithfoo%2Fryecharm/lists"}