Metadata-Version: 2.1
Name: textx-ls-server
Version: 0.1.1
Summary: a language server for domain specific languages based on textX
Home-page: https://github.com/textX/textX-LS/server
Author: Daniel Elero
Author-email: danixeee@gmail.com
License: MIT
Keywords: textX DSL python domain specific languages language server protocol pygls
Platform: UNKNOWN
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: pygls (==0.8.1)
Requires-Dist: textx
Requires-Dist: textx-ls-core
Provides-Extra: dev
Requires-Dist: bandit (==1.5.1) ; extra == 'dev'
Requires-Dist: flake8 (==3.7.7) ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage (==4.5.3) ; extra == 'test'
Requires-Dist: mock (==2.0.0) ; extra == 'test'
Requires-Dist: pytest (==4.3.1) ; extra == 'test'
Requires-Dist: pytest-cov (==2.6.1) ; 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)_.


