Metadata-Version: 2.1
Name: textx-ls-server
Version: 0.3.0
Summary: a language server for domain specific languages based on textX
Keywords: textX,DSL,domain-specific languages,language server protocol,pygls
Author-email: Daniel Elero <danixeee@gmail.com>
Maintainer-email: Milan Šović <milan_sovic@outlook.com>, Daniel Elero <danixeee@gmail.com>, "Igor R. Dejanović" <igor.dejanovic@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: pygls==1.3.1
Requires-Dist: lsprotocol==2023.0.1
Requires-Dist: textx>=4.2.0
Requires-Dist: textx-ls-core>=0.3.0
Requires-Dist: platformdirs
Requires-Dist: bandit==1.7.9 ; extra == "dev"
Requires-Dist: flake8==7.0.0 ; extra == "dev"
Requires-Dist: coverage==7.5.3 ; extra == "test"
Requires-Dist: mock==5.1.0 ; extra == "test"
Requires-Dist: pytest==8.2.2 ; extra == "test"
Requires-Dist: pytest-cov==5.0.0 ; extra == "test"
Project-URL: Homepage, https://github.com/textX/textX-LS/server
Provides-Extra: dev
Provides-Extra: test

# _textX-LS-server_

_textX-LS-server_ project is a thin layer around _[textX-LS-core](https://github.com/textX/textX-LS/textX-LS/core)_
and uses _[pygls](https://github.com/openlawlibrary/pygls)_ to expose all functionalities over
_[Language Server Protocol](https://microsoft.github.io/language-server-protocol/specification)_.

