pylsp-refactor

View on PyPIReverse Dependencies (0)

0.1.0 pylsp_refactor-0.1.0-py3-none-any.whl

Wheel Details

Project: pylsp-refactor
Version: 0.1.0
Filename: pylsp_refactor-0.1.0-py3-none-any.whl
Download: [link]
Size: 8030
MD5: 0e4f7060020b5475d6dcb5e42f49bb02
SHA256: bd635698cd248c95f5fbbfc2c11fa2411abb94b7b93e96a935444be767547000
Uploaded: 2024-06-28 04:59:53 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pylsp-refactor
Version: 0.1.0
Summary: Refactoring tools for python-lsp-server
Author: Dmytro Selishchev
Author-Email: zibertscrem[at]gmail.com
Home-Page: https://github.com/venomlab/pylsp-refactor
Project-Url: Repository, https://github.com/venomlab/pylsp-refactor
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10,<4.0
Requires-Dist: jedi
Requires-Dist: python-lsp-server
Description-Content-Type: text/markdown
[Description omitted; length: 1670 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pylsp_refactor/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pylsp_refactor/actions/__init__.py sha256=VSmz0MD94jeI97vErxLWMhWtUsabOKF81e1tjjohQwE 1743
pylsp_refactor/actions/base.py sha256=ISpxskc0l8KRS8-GVWQ8GaSHR2BdoxSIKvKjHSF6TY8 740
pylsp_refactor/actions/introduce_variable_under_cursor.py sha256=RxNY_5GW7fE-mR4BFBYCc8Vx_YcH-2lQCSuUaBLGPSA 2822
pylsp_refactor/plugin.py sha256=ZB3qil0oiLAEEUSVDkKjounk1L_We-tROd3A4fl3P74 2011
pylsp_refactor/regexes.py sha256=kt6QXlZCT16tsg2GhULc-1yMrsGQ6A-rMulSV-v5iag 160
pylsp_refactor/utils.py sha256=BGOBI-JT5bk3WOKrEXNZYcgoaNY1HPS24yS18jiR3og 3357
pylsp_refactor-0.1.0.dist-info/AUTHORS.md sha256=uDaP5cRlfEXYilRRRfe9p2KJ9iEm81pn0hvaNX0RKx4 127
pylsp_refactor-0.1.0.dist-info/LICENSE sha256=jimWECYc3lFH8P63ci7FNGxhQbrm8iMLbfD6iW6pZkI 1076
pylsp_refactor-0.1.0.dist-info/METADATA sha256=4w6DuupxhLt3LUQdKarjKh8I_C9W4MgldK0fS1-VOyo 2349
pylsp_refactor-0.1.0.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
pylsp_refactor-0.1.0.dist-info/entry_points.txt sha256=nOPsmhuk9JTvRNSi6OkSARSdl92gqKuCUWjmqciAXjU 46
pylsp_refactor-0.1.0.dist-info/RECORD

entry_points.txt

[pylsp]
pylsp_refactor = pylsp_refactor.plugin