jedi-language-server VS pylsp-rope

Compare jedi-language-server vs pylsp-rope and see what are their differences.

jedi-language-server

A Python language server exclusively for Jedi. If Jedi supports it well, this language server should too. (by pappasam)

pylsp-rope

Extended refactoring capabilities for python-lsp-server using Rope (by python-rope)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
jedi-language-server pylsp-rope
8 12
541 101
- -
7.3 8.3
3 days ago about 1 month ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jedi-language-server

Posts with mentions or reviews of jedi-language-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-06.

pylsp-rope

Posts with mentions or reviews of pylsp-rope. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-21.
  • How to test lsp performance
    4 projects | /r/neovim | 21 Jun 2023
    pylsp-rope is actually an external plugin project, it implements advanced refactoring functionalities using code action (extract method/variable, function inlining, converting local variables to instance variables, organise import, etc). Unless you have explicitly installed pylsp-rope at some point, it's unlikely you already have it in your system. I'm the author of pylsp-rope, btw.
  • Open Source Python libraries/projects that need contributions?
    5 projects | /r/Python | 11 Dec 2022
    If you're also a user of rope, which is a Python refactoring library, my python-lsp-server plugin pylsp-rope would also welcome contributions. They have a fairly small codebase, and so they would be relatively easy to pick up.
  • Completion and auto imports
    3 projects | /r/neovim | 8 Dec 2022
    Currently the best way to use rope for refactoring (including extract, inlining, reorganise import, plus many more) in Neovim is with pylsp-rope and your preferred LSP client. pylsp-rope is going to be the main focus of bringing rope capabilities to various IDEs and text editors. I'll have to find the time for this, but I'm planning to overhaul the rope support in core pylsp to make it work even better.
  • Making Python Code Idiomatic by Automatic Refactoring Non-Idiomatic Python Code with Pythonic Idioms
    3 projects | /r/Python | 23 Nov 2022
    Rope's Restructuring refactoring is very powerful and flexible, and it's very accurate given the pattern, however it's currently only accessible from rope's programmatic interface, which means you have to write a little bit of Python code to use it. I've not been able to figure out how best to expose this capability into easy to use user interface within text editors/IDEs and especially within the constraints of LSP for pylsp-rope.
  • What are some interesting open source projects to contribute code to?
    6 projects | /r/opensource | 22 Sep 2022
    I am the maintainer rope and pylsp-rope. They are libraries for automated Python refactoring and to do that from any LSP-capable editors. We are always welcoming contributors of all levels.
  • Why IDEs are Important
    2 projects | /r/vim | 11 Sep 2022
    You can also use pylsp-rope, though until LSP actually provides a standard Villani compliant interface that allows LS to implement move refactoring, you may not be able to use it from your editor. I'm kinda thinking that maybe I should just non-standard LSP extension that ropevim would call into. It shouldn't just be Microsoft that can play EEE 😅
  • Visual Studio Code is designed to fracture
    17 projects | /r/programming | 31 Aug 2022
    pylsp-rope
  • What's your formula for promoting your open source project?
    3 projects | /r/opensource | 11 Jul 2022
    I never had to market an open source project from zero that later grow into popularity, but I did inherit the maintainership of a fairly popular project and then I started a new project that have been gaining a small, but growing momentum.
  • Are you a person who loves reinventing a wheel ?
    4 projects | /r/Python | 19 Apr 2022
    Most of my personal projects are written because I need a feature that nobody else has anything remotely resembling what I need.
  • Vim setup as a Python IDE with REPL similar to Spyder/VSCode
    6 projects | /r/Python | 24 Feb 2022
    pylsp-rope for refactoring capabilities

What are some alternatives?

When comparing jedi-language-server and pylsp-rope you can also consider the following projects:

pyright - Static Type Checker for Python

python-lsp-server - Fork of the python-language-server project, maintained by the Spyder IDE team and the community

coc-pyright - Pyright extension for coc.nvim

vim-jumpsuite - Jump to "interesting" line of code from your test suite.

pylance-release - Documentation and issues for Pylance

LSP - Client implementation of the Language Server Protocol for Sublime Text

vim-lsp - async language server protocol plugin for vim and neovim

sourcery - Instant AI code reviews

python-language-server - Microsoft Language Server for Python

vim-textobj-python - Text objects for Python.