Metadata-Version: 2.1
Name: konch
Version: 4.5.0
Summary: CLI and configuration utility for the Python shell, optimized for simplicity and productivity.
Home-page: https://github.com/sloria/konch
Author: Steven Loria
Author-email: sloria1@gmail.com
License: MIT
Project-URL: Changelog, https://konch.readthedocs.io/en/latest/changelog.html
Project-URL: Issues, https://github.com/sloria/konch/issues
Project-URL: Source, https://github.com/sloria/konch/
Keywords: konch shell custom ipython bpython repl ptpython ptipython
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Shells
Requires-Python: >=3.8
License-File: LICENSE
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: scripttest==1.3; extra == "tests"
Requires-Dist: ipython; extra == "tests"
Requires-Dist: bpython; extra == "tests"
Provides-Extra: lint
Requires-Dist: mypy==1.8.0; extra == "lint"
Requires-Dist: flake8==7.0.0; extra == "lint"
Requires-Dist: flake8-bugbear==23.12.2; extra == "lint"
Requires-Dist: pre-commit~=3.5; extra == "lint"
Provides-Extra: docs
Requires-Dist: sphinx==7.2.6; extra == "docs"
Requires-Dist: sphinx-issues==3.0.1; extra == "docs"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: scripttest==1.3; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: bpython; extra == "dev"
Requires-Dist: mypy==1.8.0; extra == "dev"
Requires-Dist: flake8==7.0.0; extra == "dev"
Requires-Dist: flake8-bugbear==23.12.2; extra == "dev"
Requires-Dist: pre-commit~=3.5; extra == "dev"
Requires-Dist: ptpython; extra == "dev"
Requires-Dist: tox; extra == "dev"

=====
konch
=====

.. image:: https://badgen.net/pypi/v/konch
  :alt: pypi badge
  :target: https://pypi.org/project/konch/

.. image:: https://github.com/sloria/konch/actions/workflows/build-release.yml/badge.svg
  :alt: ci status
  :target: https://github.com/sloria/konch/actions/workflows/build-release.yml

.. image:: https://readthedocs.org/projects/konch/badge/
   :target: https://konch.readthedocs.io/
   :alt: Documentation

.. image:: https://badgen.net/badge/code%20style/black/000
   :target: https://github.com/ambv/black
   :alt: Code style: Black


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**, **BPython**, or **ptpython** if available, and falls back to built-in interpreter
- Automatically load **IPython extensions**

.. image:: https://user-images.githubusercontent.com/2379650/51432821-2ce68180-1c0c-11e9-9c8d-8053a1b99818.gif
    :alt: Demo
    :target: https://konch.readthedocs.io


`https://konch.readthedocs.io <https://konch.readthedocs.io>`_
==============================================================
