[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/26: gnu: Add python-inquirer.
From: |
guix-commits |
Subject: |
15/26: gnu: Add python-inquirer. |
Date: |
Wed, 10 May 2023 13:31:00 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 463a59858538e2d226a7f6bd4007d02b86df3f71
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 10 15:18:55 2023 +0200
gnu: Add python-inquirer.
* gnu/packages/machine-learning.scm (python-inquirer): New variable.
---
gnu/packages/machine-learning.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 40f399495f..5489858d3a 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -3491,6 +3491,33 @@ Actions for the Lightning suite of libraries.")
characters and key strokes.")
(license license:expat)))
+(define-public python-inquirer
+ (package
+ (name "python-inquirer")
+ (version "3.1.3")
+ ;; Pypi has no tests.
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/magmax/python-inquirer")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0kp6a0535n9ra5sk8bmb5qvhrv0fbn1zawydi0fkb7104jqcfrzc"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs
+ (list python-blessed python-editor python-readchar))
+ (native-inputs
+ (list python-poetry-core python-pexpect python-pytest))
+ (home-page "https://github.com/magmax/python-inquirer")
+ (synopsis "Collection of common interactive command line user interfaces")
+ (description
+ "Inquirer should ease the process of asking end user questions, parsing,
+validating answers, managing hierarchical prompts and providing error
+feedback.")
+ (license license:expat)))
+
(define-public python-torchmetrics
(package
(name "python-torchmetrics")
- 22/26: gnu: Add python-typeshed-client., (continued)
- 22/26: gnu: Add python-typeshed-client., guix-commits, 2023/05/10
- 16/26: gnu: Add python-starlette-for-fastapi-0.88., guix-commits, 2023/05/10
- 08/26: gnu: Add python-types-setuptools., guix-commits, 2023/05/10
- 10/26: gnu: python-blessed: Update to 1.20.0., guix-commits, 2023/05/10
- 23/26: gnu: Add python-starsessions-for-pytorch-lightning., guix-commits, 2023/05/10
- 20/26: gnu: python-arrow: Update to 1.2.3., guix-commits, 2023/05/10
- 13/26: gnu: python-scikit-optimize: Fix build with newer numpy and sklearn., guix-commits, 2023/05/10
- 19/26: gnu: Add python-types-requests., guix-commits, 2023/05/10
- 01/26: gnu: python-pytorch: Update to 1.13.1., guix-commits, 2023/05/10
- 06/26: gnu: Add python-lightning-utilities., guix-commits, 2023/05/10
- 15/26: gnu: Add python-inquirer.,
guix-commits <=
- 25/26: gnu: Add python-jsonargparse., guix-commits, 2023/05/10
- 26/26: gnu: Add python-pytorch-lightning., guix-commits, 2023/05/10
- 14/26: gnu: Add python-readchar., guix-commits, 2023/05/10
- 07/26: gnu: Add python-mir-eval., guix-commits, 2023/05/10
- 24/26: gnu: Add python-docstring-parser., guix-commits, 2023/05/10
- 18/26: gnu: Add python-types-urllib3., guix-commits, 2023/05/10
- 04/26: gnu: python-pytorch-for-r-torch: Define as alias for python-pytorch., guix-commits, 2023/05/10
- 21/26: gnu: python-torchvision: Update to 0.15.2., guix-commits, 2023/05/10
- 05/26: gnu: Add python-lightning-cloud., guix-commits, 2023/05/10
- 11/26: gnu: python-pillow-simd: Update to 9.2.0., guix-commits, 2023/05/10