Skip to content
/ bonked Public

Configures konch shell, which configures ptpython shell, which configures ipython shell, which configures python shell.

License

Notifications You must be signed in to change notification settings

brl0/bonked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Configures konch shell, which configures ptpython shell, which configures ipython shell, which configures python shell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published