question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Integration of PyInquirer

See original GitHub issue

Description:

It would be a nice addition to cookiecutter if it would be possible to support interactive console elements, such as the ones provided by the PyInquirer project. This has the potential to significantly improve user interaction during the instantiation of cookiecutter templates.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

5reactions
robcxyzcommented, Jun 29, 2020

I think the improvements to the interactive console with PyInquirer are so good. However, PyInquirer’s stable version in PyPI depends on the old prompt-toolkit, and we need to be cautious about introducing it to cookiecutter that will be installed globally in the user environment.

@skmatz I can verify that there are some stability issues with using the old version of prompt-toolkit PyInquirer uses. I talked with the PyInquirer author though and he is open to updating PyInquirer with any changes needed to support the use of the package in this project.

0reactions
milostcommented, Nov 8, 2020

There’s always https://github.com/tmbo/questionary

This seems to be a valid option

Read more comments on GitHub >

github_iconTop Results From Across the Web

Developers - Integration of PyInquirer - - Bountysource
A command-line utility that creates projects from project templates. E.g. Python package projects. See More. Top Supporters. This team needs ...
Read more >
PyInquirer · PyPI
A Python module for collection of common interactive command line user interfaces, based on Inquirer.js.
Read more >
number - InquirerPy
Classic Syntax (PyInquirer). from InquirerPy import prompt ... focus the integral buffer when float_allowed=True to enter decimal points } Copy to clipboard.
Read more >
Make a Todo List CLI using Python with an Easy Login ...
... own Todo List CLI with Python using packages like Click, PyInquirer, ... If you enjoyed this tutorial and want to integrate Cotter...
Read more >
PyInquirer — Reverse Dependencies — Page 2 - Wheelodex
The following projects have a declared dependency on PyInquirer: ... omniblack.systemd — Systemd integration for omniblack applications; one-cli — Python ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found