LICENSE
README.md
setup.py
textLSP/__init__.py
textLSP/cli.py
textLSP/server.py
textLSP/types.py
textLSP/utils.py
textLSP/workspace.py
textLSP.egg-info/PKG-INFO
textLSP.egg-info/SOURCES.txt
textLSP.egg-info/dependency_links.txt
textLSP.egg-info/entry_points.txt
textLSP.egg-info/requires.txt
textLSP.egg-info/top_level.txt
textLSP/analysers/__init__.py
textLSP/analysers/analyser.py
textLSP/analysers/handler.py
textLSP/analysers/gramformer/__init__.py
textLSP/analysers/gramformer/gramformer.py
textLSP/analysers/grammarbot/__init__.py
textLSP/analysers/grammarbot/grammarbot.py
textLSP/analysers/languagetool/__init__.py
textLSP/analysers/languagetool/languagetool.py
textLSP/analysers/openai/__init__.py
textLSP/analysers/openai/openai.py
textLSP/documents/__init__.py
textLSP/documents/document.py
textLSP/documents/latex/__init__.py
textLSP/documents/latex/latex.py
textLSP/documents/org/__init__.py
textLSP/documents/org/org.py
textLSP/documents/txt/__init__.py
textLSP/documents/txt/txt.py