Contents

cmd2 3.2.0

0

cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python

cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python

Stars: 677, Watchers: 677, Forks: 128, Open Issues: 2

The python-cmd2/cmd2 repo was created 10 years ago and the last code push was 13 minutes ago.
The project is popular with 677 github stars!

How to Install cmd2

You can install cmd2 using pip

pip install cmd2

or add it to a project with poetry

poetry add cmd2

Package Details

Author
cmd2 Contributors
License
None
Homepage
None
PyPi:
https://pypi.org/project/cmd2/
GitHub Repo:
https://github.com/python-cmd2/cmd2

Classifiers

  • Software Development/Libraries/Python Modules
No  cmd2  pypi packages just yet.

Errors

A list of common cmd2 errors.

Code Examples

Here are some cmd2 code examples and snippets.

GitHub Issues

The cmd2 package has 2 open issues on GitHub

  • Removed bold from help header and leader text.
  • Updated cmd2-specific argparse argument formatting.
  • Migrate from using readline to prompt-toolkit
  • Add auto suggestion feature
  • cmd2 4.0 discussion

See more issues on GitHub

Related Packages & Articles

cleo 2.1.0

Cleo allows you to create beautiful and testable command-line interfaces.

httpie 3.2.4

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

typer 0.21.1

Typer, build great CLIs. Easy to code. Based on Python type hints.