Binary package “python3-pylsp-rope” in ubuntu oracular

Rope plugin for the Python Language Server

 This plugin adds the following features to python-lsp-server:
  - extract method (codeAction)
  - extract variable (codeAction)
  - inline method/variable/parameter (codeAction)
  - use function (codeAction)
  - method to method object (codeAction)
  - convert local variable to field (codeAction)
  - organize imports (codeAction)
  - introduce parameter (codeAction)