Package Details: python-inquirerpy 0.3.4-6

Git Clone URL: https://aur.archlinux.org/python-inquirerpy.git (read-only, click to copy)
Package Base: python-inquirerpy
Description: Python port of Inquirer.js (A collection of common interactive command-line user interfaces)
Upstream URL: https://github.com/kazhala/InquirerPy
Licenses: MIT
Submitter: macdems
Maintainer: macdems
Last Packager: macdems
Votes: 7
Popularity: 0.44
First Submitted: 2022-01-25 07:58 (UTC)
Last Updated: 2023-12-05 18:31 (UTC)

Latest Comments

qark commented on 2023-12-05 18:06 (UTC)

python setup.py build on https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=python-inquirerpy#n18 is redundant now.

qark commented on 2023-12-04 18:30 (UTC)

This patch makes PEP517 work for me: https://pastebin.com/raw/gN9HP1wL

Example from https://github.com/kazhala/InquirerPy#quick-start also works in Python shell.

badlydrawnface commented on 2023-08-06 03:53 (UTC) (edited on 2023-08-06 04:17 (UTC) by badlydrawnface)

@cdemoulins this dependency is for python-pfzy, commented on it there.

macdems commented on 2023-08-03 17:34 (UTC)

I looks like pyproject.toml is broken. Reverting from PEP517 to plain setup.py.

cdemoulins commented on 2023-08-03 06:37 (UTC)

I think python-poetry is a missing dependency.

macdems commented on 2023-08-02 14:07 (UTC) (edited on 2023-08-02 14:07 (UTC) by macdems)

Missing dependencies fixed.

DeadNews commented on 2022-03-02 10:03 (UTC) (edited on 2022-03-02 10:04 (UTC) by DeadNews)

Missing dependencies:

ModuleNotFoundError: No module named 'prompt_toolkit'
ModuleNotFoundError: No module named 'pfzy'