Metadata-Version: 2.4
Name: etlantic-lsp
Version: 0.44.0
Summary: Language server for ETLantic pipelines (editor-neutral LSP host).
Project-URL: Homepage, https://github.com/eddiethedean/etlantic
Project-URL: Documentation, https://github.com/eddiethedean/etlantic/tree/main/docs
Project-URL: Repository, https://github.com/eddiethedean/etlantic
Project-URL: Issues, https://github.com/eddiethedean/etlantic/issues
Project-URL: Changelog, https://github.com/eddiethedean/etlantic/blob/main/CHANGELOG.md
Author-email: Odo Matthews <odosmatthews@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: etlantic<0.45,>=0.44.0
Requires-Dist: lsprotocol>=2023.0.1
Requires-Dist: pygls<2,>=1.3
Provides-Extra: test
Requires-Dist: pytest<9,>=8; extra == 'test'
Description-Content-Type: text/markdown

# etlantic-lsp

Editor-neutral language server for ETLantic pipelines (**0.44.0** published
Beta). Built on `etlantic.ide` analysis and
[pygls](https://pygls.readthedocs.io/).

```bash
python -m pip install 'etlantic[lsp]==0.44.0'
etlantic-lsp
```

Configure your editor to launch `etlantic-lsp` with the workspace root.
See [ADR-020](../../docs/11_DEVELOPMENT/adr/ADR-020-DEVELOPER-INTELLIGENCE.md).
