Simple and robust command line prompts for most values
Project description
prmt
Description
Simple and robust command line prompts for most of the values. The formatting of the questions and prompts is completely customizable. This lib has no dependencies and no magic.
Features:
- Prompt bool from user. (
prmt.confirm
) - Prompt string from user. (
prmt.string
) - Prompt string from user, opening an editor window. (
prmt.string_from_editor
) - Prompt integer from user. (
prmt.integer
) - Prompt list of strings from user. (
prmt.list_of_str
) - Prompt user to select an item from a list/dict of items. (
prmt.select
)
Optional features:
- Set default values.
- Customize formatting for each prompt.
- Customize formatting for all prompts via the
prmt.Prompt()
class. - Open default Text Editor for the user to enter text.
- Blacklist values. (If the user enters blacklisted values she will be prompted again)
Requirements
Python >=3.7
Install
pip install prmt
or
poetry install prmt
Examples
Look into the tests
folder for code examples.
To see it in action on the command line, run:
pipenv run python make.py test
Development
git clone https://github.com/feluxe/prmt.git
cd prmt
pipenv install --dev --pre
pipenv run python make.py --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
prmt-4.1.0-py3-none-any.whl
(9.7 kB
view details)
File details
Details for the file prmt-4.1.0-py3-none-any.whl
.
File metadata
- Download URL: prmt-4.1.0-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94b254a5ae59d07873e296166134a9a7491a1040ad4ce0e96cf73c16077e83b9 |
|
MD5 | 766a2a0d211223ef5c03e144b0d498b4 |
|
BLAKE2b-256 | b8c631ed90a7039ab97ac82d05234bc81bcf6509cf398266e47f5732744ca0c3 |