server can override and add custom command mappings#177
Open
rupurt wants to merge 1 commit into
Open
Conversation
361fa63 to
4d8398a
Compare
Author
|
@pohmelie do you have any suggestions to get this merged? |
Collaborator
You need to move this from draft. "Draft" mode implies you are not ready for code review. |
Author
|
Done! 🍻 |
pohmelie
requested changes
Dec 23, 2024
| from setuptools import setup | ||
|
|
||
| if __name__ == "__main__": | ||
| setup() |
Collaborator
There was a problem hiding this comment.
Actually we do not need setupy.py, because of pyproject.toml file
Author
There was a problem hiding this comment.
I originally thought I needed it for Nix but I found an override. I'll remove the commit
| data_ports=None, | ||
| encoding="utf-8", | ||
| ssl=None, | ||
| extra_commands_mapping={}, |
Collaborator
There was a problem hiding this comment.
This mapping should be added to documentation
4d8398a to
1308c03
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What do these changes do?
The
Serverclass can override and add custom command mappings. I'm submitting this as a draft PR without unit tests to open the conversation around if this is a desirable change that will be accepted.Are there changes in behavior for the user?
No
Related issue number
None
Checklist