Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 2.09 KB

README.rst

File metadata and controls

57 lines (40 loc) · 2.09 KB

bonked

Test Suite Coverage Code Health Dependency Versions Say Thanks to the Maintainers

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.

Getting Started with bonked

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.

Support / Report Issues

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.

License

bonked is made available under the MIT License. For more details, see LICENSE.txt.