Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 430 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 430 Bytes

climb

Python library for interactive command line applications.

Featuring:

  • Interactive and batch mode.
  • Tab-completions out of the box.
  • Ready to handle directory paths.

Installation

pip3 install climb

or get the source and run:

python3 setup.py install

TODO

  • Compatibility with Python 2

Examples