Konch shell wrapper.
Wraps the Konch shell, which wraps the ptpython shell, which wraps the ipython shell, which wraps the python shell.
Once installed allows shell to be invoked via: 1. python -m bonked 2. bonked 3. python bonked.py
Invoking as a python module (#1) allows you to specify which python executable to use, which works best for me since I have different versions and environments around and prefer to be explicit about which to use.
To install the latest development version from Github:
$ python -m pip install git+git://github.com/brl0/bonked.git
If your current Python installation doesn't have pip available, try get-pip.py
After installing bonked you can use it like any other Python module. Here's a very simple example:
import bonked
# Fill this section in with the common use-case.
All support requests and issue reports should be filed on Github as an issue. Make sure to follow the template so your request may be as handled as quickly as possible. Please respect contributors by not using personal contacts for support requests.
bonked is made available under the MIT License. For more details, see LICENSE.txt.