Skip to main content

CLI and configuration utility for the Python shell, optimized for simplicity and productivity.

Project description

Latest version Travis-CI

Configures your Python shell

konch is a CLI and configuration utility for the Python shell, optimized for simplicity and productivity.

  • Automatically import any object upon startup

  • Simple, per-project configuration in a single file (it’s just Python code)

  • No external dependencies

  • Uses IPython and BPython if available, and falls back to built-in interpreter

  • Automatically load IPython extensions

  • Can have multiple configurations per project using named configs

Demo

http://konch.readthedocs.org

Changelog

1.0.0 (2015-02-08)

  • Add support for setup and teardown functions in .konchrc files.

  • If ~/.konchrc.default exists, use that file as the template for new .konchrc files created with konch init.

  • Add ipy_extensions and ipy_autoreload options.

  • Make sure that vim opens .konchrc files in Python mode.

  • Drop Python 3.2 support.

0.4.2 (2014-07-12)

  • “shell” option in .konchrc can be a string: either ‘bpy’, ‘ipy’, ‘py’, or ‘auto’.

  • Fix error in “konch edit”.

0.4.1 (2014-06-23)

  • Fix bug that caused konch to hang if no .konchrc file can be found.

0.4.0 (2014-06-10)

  • Add edit command for editing .konchrc file.

  • Properly output error messages to stderr.

  • Tested on Python 3.4.

0.3.4 (2014-04-06)

  • Fix bug that raised SyntaxError when executing konch on Windows.

0.3.3 (2014-03-27)

  • Fix bug in resolve_path that caused infinite loop if config file not found.

  • Fix bug with initializing konch in home directory.

  • Add hide_context option.

0.3.2 (2014-03-18)

  • Some changes to make it easier to use konch programatically.

  • konch.start() can be called with no arguments.

  • Expose docopt argument parsing via konch.parse_args().

0.3.1 (2014-03-17)

  • Doesn’t change current working directory.

  • Less magicks.

  • Tested on Python 3.4.

0.3.0 (2014-03-16)

  • Smarter path resolution. konch will search parent directories until it finds a .konchrc file to use.

  • Make prompt configurable on IPython and built-in shell. Output template is also supported on IPython.

  • Backwards-incompatible: Remove support for old (<=0.10.x–released 3 years ago!) versions of IPython.

0.2.0 (2014-03-15)

  • Fix bug with importing modules and packages in the current working directory.

  • Introducing named configs.

0.1.0 (2014-03-14)

  • First release to PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

konch-1.0.0.tar.gz (17.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page