Metadata-Version: 2.4
Name: pylsp-bec
Version: 0.0.1
Summary: A Python Language Server plugin for BEC, the Beamline and Experiment Control system
Project-URL: Bug Tracker, https://github.com/bec-project/pylsp_bec/issues
Project-URL: Homepage, https://github.com/bec-project/pylsp_bec
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Requires-Dist: bec-ipython-client
Requires-Dist: bec-lib
Requires-Dist: python-lsp-server[all,websockets]~=1.12
Provides-Extra: dev
Requires-Dist: coverage~=7.0; extra == 'dev'
Requires-Dist: isort>=5.13.2,~=5.13; extra == 'dev'
Requires-Dist: pytest-cov~=6.1.1; extra == 'dev'
Requires-Dist: pytest-random-order~=1.1; extra == 'dev'
Requires-Dist: pytest-timeout~=2.2; extra == 'dev'
Requires-Dist: pytest~=8.0; extra == 'dev'
