Metadata-Version: 2.1
Name: ipython-icat
Version: 0.0.2
Summary: IPython magic command for displaying images in kitty terminal
Author-email: Tony Kabilan Okeke <tonykabilanokeke@gmail.com>
Project-URL: Homepage, https://github.com/Kabilan108/ipython-icat
Keywords: ipython,magic,image,display,kitty,icat
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: ipython>=8.18.1
Requires-Dist: matplotlib>=3.9.2
Requires-Dist: pillow>=10.4.0

# ipython-icat

This Python module enables you to display plots created with [matplotlib](https://github.com/matplotlib/matplotlib) and [PIL](https://python-pillow.org/) Image objects directly in your [kitty terminal](https://github.com/kovidgoyal/kitty) when using IPython.

This is modified from [matplotlib-backend-kitty](https://github.com/jktr/matplotlib-backend-kitty) but is designed to be used via IPython [magic commands](https://ipython.readthedocs.io/en/stable/interactive/magics.html).

