yuankunzhang / climb

Python library for interactive command line applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python library for interactive command line applications.

License:MIT License


Languages

Language:Python 100.0%