Ai
1 Star 0 Fork 0

fanjunwei/python-lsp-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 2.42 KB
一键复制 编辑 原始数据 按行查看 历史
[metadata]
name = python-lsp-server
author = Python Language Server Contributors
description = Python Language Server for the Language Server Protocol
url = https://github.com/python-lsp/python-lsp-server
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_file = LICENSE
[options]
packages = find:
python_requires = >=3.7
install_requires =
jedi>=0.17.2,<0.19.0
python-lsp-jsonrpc>=1.0.0
pluggy>=1.0.0
ujson>=3.0.0
setuptools>=39.0.0
setup_requires = setuptools>=44; wheel; setuptools_scm[toml]>=3.4.3
[options.packages.find]
exclude = contrib; docs; test; test.*; test.plugins; test.plugins.*
[options.extras_require]
all =
autopep8>=1.6.0,<1.7.0
flake8>=4.0.0,<4.1.0
mccabe>=0.6.0,<0.7.0
pycodestyle>=2.8.0,<2.9.0
pydocstyle>=2.0.0
pyflakes>=2.4.0,<2.5.0
pylint>=2.5.0
rope>=0.10.5
yapf
autopep8 = autopep8>=1.6.0,<1.7.0
flake8 = flake8>=4.0.0,<4.1.0
mccabe = mccabe>=0.6.0,<0.7.0
pycodestyle = pycodestyle>=2.8.0,<2.9.0
pydocstyle = pydocstyle>=2.0.0
pyflakes = pyflakes>=2.4.0,<2.5.0
pylint = pylint>=2.5.0
rope = rope>0.10.5
yapf = yapf
test =
pylint>=2.5.0
pytest
pytest-cov
coverage
numpy
pandas
matplotlib
pyqt5
flaky
[options.entry_points]
console_scripts = pylsp = pylsp.__main__:main
pylsp =
autopep8 = pylsp.plugins.autopep8_format
folding = pylsp.plugins.folding
flake8 = pylsp.plugins.flake8_lint
jedi_completion = pylsp.plugins.jedi_completion
jedi_definition = pylsp.plugins.definition
jedi_hover = pylsp.plugins.hover
jedi_highlight = pylsp.plugins.highlight
jedi_references = pylsp.plugins.references
jedi_rename = pylsp.plugins.jedi_rename
jedi_signature_help = pylsp.plugins.signature
jedi_symbols = pylsp.plugins.symbols
mccabe = pylsp.plugins.mccabe_lint
preload = pylsp.plugins.preload_imports
pycodestyle = pylsp.plugins.pycodestyle_lint
pydocstyle = pylsp.plugins.pydocstyle_lint
pyflakes = pylsp.plugins.pyflakes_lint
pylint = pylsp.plugins.pylint_lint
rope_completion = pylsp.plugins.rope_completion
rope_rename = pylsp.plugins.rope_rename
yapf = pylsp.plugins.yapf_format
[pycodestyle]
ignore = E226, E722, W504
max-line-length = 120
exclude = test/plugins/.ropeproject,test/.ropeproject
[tool:pytest]
testpaths = test
addopts =
--cov-report html --cov-report term --junitxml=pytest.xml
--cov pylsp --cov test
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fanjunwei/python-lsp-server.git
git@gitee.com:fanjunwei/python-lsp-server.git
fanjunwei
python-lsp-server
python-lsp-server
develop

搜索帮助