I need to interact with a language server (Eclipse JDT LS) implementing the Language Server Protocol (LSP), and I need it for a Python project that will be used to analyze different programming languages, starting from Java.
I've been looking around for a client library in Python that would fit my purpose, any suggestions?
If it was very easy I wouldn't mind writing one, but I feel the world doesn't need yet another library if a good one exists already.