Metadata-Version: 2.1
Name: pylsp-path-patcher
Version: 0.1.3
Summary: Patch package finding paths for Python LSP Server linters.
Home-page: https://github.com/FelisNivalis/pylsp-path-patcher
Author: FelisNivalis
License: MIT license
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-lsp-server >=1.10.0
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: build ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'

This is a plugin for the [Python LSP Server](https://github.com/python-lsp/python-lsp-server). It manipulates the arguments of `pylint`, `mypy` and `jedi`, so that they can automatically detect the packages based on the script path.
