blob: 046b2ebc435e0117ee7080710ad31673902d2a5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
Source: pygls
Section: python
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Niels Thykier <niels@thykier.net>
Bugs: mailto:maintainers@lists.progress-linux.org
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3,
python3-cattr,
python3-lsprotocol,
python3-poetry-core,
python3-websocket,
python3-sphinx-rtd-theme,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
pybuild-plugin-pyproject,
sphinx-doc,
Rules-Requires-Root: no
Homepage: https://github.com/openlawlibrary/pygls
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/pygls
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/pygls
XSBC-Original-Vcs-Browser: https://salsa.debian.org/debian/pygls
XSBC-Original-Vcs-Git: https://salsa.debian.org/debian/pygls
Package: python3-pygls
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-websockets
Description: Generic Language Server Framework for Python
pygls (pronounced like "pie glass") is a pythonic generic implementation
of the Language Server Protocol for use as a foundation for writing your
own Language Servers in just a few lines of code.
|