/pylsp-rope.el

Add commands for python refactoring through the pylsp-rope plugin to emacs.

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

pylsp-rope.el

This package provides emacs commands for the pylsp-rope plugin for the Python LSP Server.

Installation

  • With use-package and straight.el:
(use-package pylsp-rope
  :straight (fatebook :repo "sonofhypnos/pylsp-rope.el" :host github
                      :files ("pylsp-rope.el"))
  :commands fatebook-create-question)
(package! pylsp-rope
  :recipe (:host github
           :repo "sonofhypnos/pylsp-rope.el"))