-
Notifications
You must be signed in to change notification settings - Fork 213
Transition plan #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Agreed.
I think we shouldn't mix renaming the package and getting it off the ground with this task. So for now we should just make sure everything is working fine after the rename.
Agreed. |
If I might add a point: It would be nice to add Python 3.9 and 3.10 (alpha 6 currently) to the CI. |
Note on PyPI package: python-ls is already taken (https://pypi.org/project/python-ls/) and does not seem as a good target for PEP 541 procedure (as it has some users and was active within last 2 years); it might be easier to reclaim pyls using PEP 541 (which would need to be reported here https://github.com/pypa/pypi-support/issues and seem to take a long time anyways). Probably another (temporary?) name might be needed. |
Yeah, I agree with that. What about |
If you have trouble finding a proper name, I would suggest yet another python-language-server, or yapls for short. (And it rolls off the tongue!) apls is sadly already taken. |
yapyls Turkish yapılış: https://translate.google.com/?sl=tr&tl=en&text=yapilis&op=translate |
Any news? With Python 3.9 the pressure increases to update Jedi from 0.17.2. pyls is one of the show stoppers to do so. |
We will put resources to make this transition a reality most probably during April. But we can't commit to do it before that time. |
Other names (taken from "Python Language Server") that sound decent are |
PyLaSer is really cool. |
Hey @krassowski :) |
Hey @marimeireles, @andfoy is working on that in PR #10. |
After #10 is the "official" new name for the executable |
The name of the module, you mean? |
I mean the entry point in Line 72 in 0a3352d
|
Yep, that's the new name. |
We have our first release officially on PyPI! https://pypi.org/project/python-lsp-server/, thanks for your help with the transition |
What's next? Migrate spyder and all the plugins? |
Yes, also we need to publish new conda-forge packages, as well opening issues in all known pyls plugins to inform their maintainers that they should update to use the new package |
Items based on @ccordoba12's palantir/python-language-server#901 (comment):
python-lsp/python-lsp-server
python-lsp-server
(PR: Rename namespace to pylsp and package to python-lsp-server #10)My wishlist:
Copyright 2021 Python Language Server Contributors
in addition to the old Palantir notices, which would be unambiguous (PR: Rename namespace to pylsp and package to python-lsp-server #10)The text was updated successfully, but these errors were encountered: