CLI and configuration utility for the Python shell, optimized for simplicity and productivity. Current version 6.1.0, with infrequent releases.
pip install konchNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: start a Python shell with custom context.
Pass a dict instead of a Config object to konch.start.
Use 'ipython' or 'ptpython' instead.
Import konch at module level and call konch.start() at the end of the script.
Use a plain dict for configuration instead of Config().
Use --shell-type instead of --shell when running konch from the command line.
Install konch >=6.0.0: pip install --upgrade konch. The start function is available as konch.start().
No dependency data recorded yet.