
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
prompt_smart_menu
is a library for building command line menus for terminal applications
in Python. It allows you to create a multi-tiered argument parsing menu for executing
different subcommands of a command line application.
Read the documentation on readthedocs <http://python-prompt-smart-menu.readthedocs.io/en/latest/>
_.
This library is designed around parsing a command string, not command line arguments. That is,
it is intended to be used inside a python application using an input()
type interface.
For command line arguments passed to the python script, a library such as argparse would be better suited. Though this library could be used for such purpose.
Though not required, this library was designed to augment the
auto-completion <https://python-prompt-toolkit.readthedocs.io/en/stable/pages/asking_for_input.html#nested-completion>
__
feature of Python Prompt Toolkit
_. The prompt_toolkit
library is very powerful, check it out!
prompt_toolkit auto-completion <https://python-prompt-toolkit.readthedocs.io/en/stable/pages/asking_for_input.html#nested-completion>
__prompt_toolkit
highly recommended.::
pip install prompt_smart_menu
See documentation on readthedocs <http://python-prompt-smart-menu.readthedocs.io/en/latest/>
_.
.. _Python Prompt Toolkit: https://python-prompt-toolkit.readthedocs.io/en/stable/index.html
FAQs
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.