pylsp-inlay-hints

View on PyPIReverse Dependencies (0)

0.1.0 pylsp_inlay_hints-0.1.0-py3-none-any.whl

Wheel Details

Project: pylsp-inlay-hints
Version: 0.1.0
Filename: pylsp_inlay_hints-0.1.0-py3-none-any.whl
Download: [link]
Size: 6719
MD5: 253b6c0d4870c67065dc96b759ea4254
SHA256: eec7ef5c07e2fb40270afc70b92e96daca8923c3311e74f5b2c0c49fba64d6d3
Uploaded: 2024-03-26 08:37:39 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pylsp-inlay-hints
Version: 0.1.0
Summary: Experimental support for inlay hints provider for `python-lsp-server`
Author-Email: Marcin Paliwoda <boringstuffinc[at]gmail.com>
License: MIT
Requires-Python: >=3.8
Requires-Dist: astroid (>=3.1.0)
Requires-Dist: astypes (>=0.2.6)
Requires-Dist: python-lsp-server (>=1.10.1)
Requires-Dist: python-lsp-jsonrpc (>=1.1.2)
Requires-Dist: mypy (>=1.9.0); extra == "dev"
Requires-Dist: ruff (>=0.3.4); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
[Description omitted; length: 2084 characters]

WHEEL

Wheel-Version: 1.0
Generator: pdm-backend (2.1.8)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pylsp_inlay_hints-0.1.0.dist-info/METADATA sha256=x4XmnzZSy_8mRV1zT6sZgg2lS1Pr683y_oijNvt1bSM 2606
pylsp_inlay_hints-0.1.0.dist-info/WHEEL sha256=N2J68yzZqJh3mI_Wg92rwhw0rtJDFpZj9bwQIMJgaVg 90
pylsp_inlay_hints-0.1.0.dist-info/entry_points.txt sha256=mJ02czudSEA3xxkRjBeraCVMM04i0oIej-7uzERSdcM 54
pylsp_inlay_hints-0.1.0.dist-info/licenses/AUTHORS.txt sha256=R9Vv6dpQiLsQS9o0n2ILiARGnlpW0LJ5UL-2rXElKz4 166
pylsp_inlay_hints-0.1.0.dist-info/licenses/LICENSE sha256=sP0BLXHRg4Y9l0OGWMg0KAoq-nsBLl2HW6fY1L4wrKE 1074
pylsp_inlay_hints/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pylsp_inlay_hints/dispatcher.py sha256=hyYYIeu7lk7feBDX7Mq1ImKmwVuRZOvXLA8otG9lOu4 1345
pylsp_inlay_hints/extractor.py sha256=1y2K6xQGn8Z_N6G_Qt977427LdpKI7-ZdUUXza5BsdQ 5084
pylsp_inlay_hints/interfaces.py sha256=AwCCb9AMZwtEAfX-DWJLH34hUC6Ci-vvBkGR6o7C_rQ 622
pylsp_inlay_hints/plugin.py sha256=Btu4TMdJE-srRX5ukt49jW1XOAehsmGMSnKWuZGYDak 695
pylsp_inlay_hints-0.1.0.dist-info/RECORD

entry_points.txt

[pylsp]
pylsp_inlay_hints = pylsp_inlay_hints.plugin