Registry / devops / pyls-spyder

pyls-spyder

JSON →
library0.4.0pypypi✓ verified 82d ago

Spyder extensions for the python-lsp-server, providing enhanced features such as block comment detection and code cell folding ranges. Current version is 0.4.0, with a release cadence aligned with python-lsp-server updates. Maintenance mode.

pip install pyls-spyder
INSTALL
IMPORT
SIG · PYLS-SPYDER
P
pyls-spyder
devopspythonv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VERSION_INFO
from pyls_spyder import VERSION_INFO
from pyls_spyder import install

Install the package and pylsp will auto-discover the plugin. No manual registration required.

# No direct import needed; plugin auto-activates when python-lsp-server is configured to load pyls-spyder # Ensure pyls-spyder is installed and pylsp is configured import os import subprocess subprocess.run(['pylsp', '--help'], check=True)
Debug
Known issues
gotchapyls-spyder is in maintenance mode. Consider using the built-in Spyder plugins for python-lsp-server.
fix
Migrate to python-lsp-server's built-in Spyder extensions if needed.
affects: >=0.4.0
deprecatedThis package requires Python >= 3.6. Python 2 support was dropped in v0.2.1.
fix
Use Python 3.6+
affects: >=0.2.1
gotchaPlugin is automatically loaded by pylsp if installed. No explicit import or configuration needed.
fix
Just install the package; pylsp will auto-discover it.
affects: all
Upgrade
Version history
0.4.0latest on PyPI · released Apr 29, 2021
Audit
Dependencies
python-lsp-serverrequiredCore LSP server that pyls-spyder extends
Agent activity
8 hits · last 30 days
node
6
Resources
pyls-spyder — pip install pyls-spyder · libregistry