Skip to content
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

Request to use code from argcomplete #294

Closed
dan1994 opened this issue Mar 27, 2020 · 2 comments
Closed

Request to use code from argcomplete #294

dan1994 opened this issue Mar 27, 2020 · 2 comments

Comments

@dan1994
Copy link

dan1994 commented Mar 27, 2020

Hey there,

As a zsh user, I wanted a better solution than using bashcompinit, and after going over this issue and learning about compsys (the completion system of zsh), I decided it would currently be easier to write something of my own then integrating zsh support into argcomplete.

Having decided so, I started developing pyzshcomplete, which tries to be as similar as possible to argcomplete's interface as possible (and can potentially be used together with argcomplete in the same script).

There are several challenges that I see no reason to overcome myself as argcomplete already solves them well. In particular, the code that finds the magic PYTHON_ARGCOMPLETE_OK in general and more specifically in modules.

I wanted to politely ask to use this code. Assuming that would be alright, should I add a copyright notice somewhere, and if so where and in what format?

P.S.: I use an MIT license.

@kislyuk
Copy link
Owner

kislyuk commented Mar 27, 2020

Hi, thanks for your interest. You are welcome to reuse the code as long as you comply with the terms of the Apache 2 license. The license specifies the format in which the notice should be given.

@dan1994
Copy link
Author

dan1994 commented Mar 27, 2020

Thanks! I'll figure out the formalities.

BTW, thanks for the awesome project. It inspired me to start my own, and I use a lot of your methodology to provide such a plug and play solution for users.

@dan1994 dan1994 closed this as completed Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants