{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/2"}],"enrichment":{"capability":"Implements a JSON RPC 2.0 server for Python 3.8+, enabling request-response and notification handling over any transport layer.","skillfed_tags":["rpc-protocol","language-server","json-rpc-2.0"],"use_cases":["Building language server implementations that communicate with editors over JSON RPC 2.0","Creating RPC-based microservices or inter-process communication layers in Python","Wrapping existing Python tools to expose them via the JSON RPC 2.0 protocol over websockets or stdio","Handling bidirectional request-response and notification patterns in editor plugins or IDE extensions"],"what_it_does":"python-lsp-jsonrpc is a server-side implementation of the JSON RPC 2.0 specification extracted from the Python LSP Server project. It handles the protocol mechanics\u2014parsing requests, dispatching to handlers, and sending responses\u2014but does not provide the transport layer itself; you supply that via stdin/stdout, sockets, websockets, or any other I/O mechanism.\n\nThe package is typically used as a foundation for building language servers, editor integrations, or other RPC-based services in Python. It depends only on ujson for fast JSON parsing and is designed to be lightweight and composable with existing transport frameworks like tornado or asyncio.","worth_installing":"Yes, if you need a JSON RPC 2.0 server implementation. The package is stable, permissively licensed, and has low install friction. However, note that maintenance is aging (last release 2023-09-23 with no recent commits), so expect no active development or rapid bug fixes. Suitable for production use in stable, low-change scenarios; less suitable if you need ongoing support or active feature development."},"id":"python-lsp-jsonrpc","links":{"html":"https://skillfed.io/packages/python-lsp-jsonrpc","md":"https://skillfed.io/packages/python-lsp-jsonrpc.md","pypi":"https://pypi.org/project/python-lsp-jsonrpc/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2023-09-23","license_spdx":null,"license_treatment":"permissive","name":"python-lsp-jsonrpc","python_support":"supports_current","summary":"JSON RPC 2.0 server library"},"popularity":{"monthly_downloads":1823353,"position":3516,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.1.2"}
