python-lsp-rope 0.1.11-2 source package in Ubuntu

Changelog

python-lsp-rope (0.1.11-2) unstable; urgency=medium

  * Switch to python3-platformdirs

 -- Jochen Sprickerhof <email address hidden>  Thu, 06 Jul 2023 11:54:36 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-lsp-rope_0.1.11-2.dsc 2.2 KiB 151880d6a12c1883705a1d7089f53b2bda7842ae66b9a1b7c63fefb5150da600
python-lsp-rope_0.1.11.orig.tar.gz 17.1 KiB 84bdce3da5a828106d9eebc9084411fa9b06cca4c665bd7451952ce32752f3f1
python-lsp-rope_0.1.11-2.debian.tar.xz 2.1 KiB 11766e3aa3a2644afc239b071d75346dc57021a9b7fe846eff7cd0071dd4661f

Available diffs

No changes file available.

Binary packages built by this source

python3-pylsp-rope: 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)