Contents

cmd2 2.4.3

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: 582, Watchers: 582, Forks: 112, Open Issues: 20

The python-cmd2/cmd2 repo was created 8 years ago and the last code push was 1 months ago.
The project is popular with 582 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
Catherine Devlin
License
MIT
Homepage
https://github.com/python-cmd2/cmd2
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 20 open issues on GitHub

  • unable to install cmd2-2.3.3 from github tarball, pypi tarball, or wheel on fedora 35
  • cmd2 and datetime
  • cmd2 and libedit
  • transcripts do not catch errors
  • Shell backgrounding doesn't appear to work in transcript generation or playback
  • Emphasize development and debug utility of ipy command

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.2

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.12.3

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