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

Release an updated version? #90

Open
SethMMorton opened this issue Feb 6, 2020 · 19 comments
Open

Release an updated version? #90

SethMMorton opened this issue Feb 6, 2020 · 19 comments

Comments

@SethMMorton
Copy link

I notice it has been over a year sine PyInquirer was last released, but there have been several updates since then. In particular, I am interested in the update to raise the keyboard interrupt during a prompt.

Is there any chance a new version could be released with the current set up updates since last release?

@SethMMorton SethMMorton changed the title Release a updated version? Release an updated version? Feb 6, 2020
@ewels
Copy link

ewels commented Mar 20, 2020

Just to add my name to this - I would love to make use of the same feature 👍

@CITGuru
Copy link
Owner

CITGuru commented Mar 20, 2020

@SethMMorton @ewels Sure a new update is coming

@ewels
Copy link

ewels commented Jun 22, 2020

Thanks @CITGuru - any idea when the release will be? Is there anything that we can do to help?

Sorry to hassle, I know what it's like being on your side of this conversation! 😄

@Zethson
Copy link

Zethson commented Jun 27, 2020

@CITGuru I would like to respectfully second this request.

I am especially interested in a more reasonable handling of keyboard interrupts and would love to see an updated release.

@CITGuru
Copy link
Owner

CITGuru commented Jul 8, 2020

This week definitely.

@ewels
Copy link

ewels commented Jul 14, 2020

Hi @CITGuru - any progress on this?

@ankraft
Copy link

ankraft commented Jul 20, 2020

Hi @CITGuru, can you give an estimate when the new release will be published? Is there anything we can do to help? I am sorry for the urgency, but I would love to use some new features in a configuration tool I am working on.

@CITGuru
Copy link
Owner

CITGuru commented Jul 22, 2020

Hi @ankraft, Sorry for the delay. I only get free time on weekends to work on this. I am currently working on the colors. A lot of changes broke the colorings. Thats what pushing me back. But you can always install from master for now before a release.

@ankraft
Copy link

ankraft commented Jul 22, 2020

I know what that's like. So, no hurries and take your time. I just like to use a couple of the new features, but currently everything works fine with the current release.
For install from master: Right, but I like to state PyInquirer as a dependency rather than to include it directly in my source releases.
Again, thanks a lot!

@SethMMorton
Copy link
Author

SethMMorton commented Jul 22, 2020

Folks, you can make a git commit as a dependency in your requirements.txt:

$ cat requirements.txt
git+https://github.com/CITGuru/PyInquirer.git@9d598a53fd17a9bc42efff33183cd2d141a5c949

I am using this in one of my projects. No need to "include" PyInquirer in your source. pip handles this just fine. You can do this until a release is made - it's not as pretty as the standard notation, but it will nonetheless freeze your dep.

@ankraft
Copy link

ankraft commented Jul 23, 2020

That's a great idea. Thanks!

@chongkong
Copy link

Would you give us any progress update? PyInquirer 1.0.3 is last released in 2018 November 😂.

@MaxG87
Copy link

MaxG87 commented Sep 28, 2020

@CITGuru I would like to respectfully second this request. The incompatibility with recent versions of ipython is hard to work around.

@AnnanFay
Copy link

@CITGuru Is there any way that we can help push this to release?

If there are specific issues holding up release you should publish an explicit list of issues requiring completion before the next release. This will let people make PRs to fix those issues. Pin it so it's the first thing people see when they view the project Issues.

You should try to responsd to PR requests. I notice there are 10 PRs with no reponse from you.

From my perspective it seems the most important thing you can do right now is not development but project management. Let people know what needs to be done and respond to the people who are trying to help.

Sorry if this comes across as presumptuous. I just discovered this library 20 minutes ago so no doubt am ignorant of many things. Above is just my first thoughts after a brief look at the project.

@leejustin
Copy link

I wish I saw this thread before I decided to evaluate and integrate it into a tool I'm building. Not to sound ungrateful because this is a really neat library. However, I'm a bit disappointed to see a tool this useful become so stale as development has come to a halt and many offers to help manage and push changes go unanswered. I'm offering any way to help contribute in addition to the others before me.

@ebbishop
Copy link

ebbishop commented Jan 12, 2022

At the risk of being that guy, this may be helpful to anyone else who ends up here - https://github.com/kazhala/InquirerPy is a current re-implementation of PyInquirer (and it gives credit where it's due). I've just been using it for a few days, but so far, so good!

@scpalbright
Copy link

Any idea if a new release is going to happen? I've just started using this and it's brilliant, but the new release would be extremely useful.

@leejustin
Copy link

Any idea if a new release is going to happen? I've just started using this and it's brilliant, but the new release would be extremely useful.

@scpalbright I wouldn't count on it. It is essentially abandoned. The author tried to find a maintainer a year ago but it seemed like nothing really happened from there. You should look into another library. I've been using https://github.com/tmbo/questionary. It's a fork that I found through some of the issue threads in this repository.

@ankraft
Copy link

ankraft commented Feb 14, 2022

At the risk of being that guy, this may be helpful to anyone else who ends up here - https://github.com/kazhala/InquirerPy is a current re-implementation of PyInquirer (and it gives credit where it's due). I've just been using it for a few days, but so far, so good!

I agree, InquirerPy is a great replacement.

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