Metadata-Version: 2.4
Name: ipython_pygments_lexers
Version: 1.1.1
Summary: Defines a variety of Pygments lexers for highlighting IPython code.
Author-email: The IPython Development Team <ipython-dev@python.org>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Framework :: IPython
Classifier: License :: OSI Approved :: BSD License
License-File: LICENSE
Requires-Dist: pygments
Project-URL: Source, https://github.com/ipython/ipython-pygments-lexers

A [Pygments](https://pygments.org/) plugin for IPython code & console sessions

[IPython](https://ipython.org/) is an interactive Python shell. Among other features,
it adds some special convenience syntax, including `%magics`, `!shell commands`
and `help?`. This package contains lexers for these, to use with the Pygments syntax
highlighting package.

- The `ipython` lexer should be used where only input code is highlighted
- The `ipythonconsole` lexer works for an IPython session, including code,
  prompts, output and tracebacks.

These lexers were previously part of IPython itself (in `IPython.lib.lexers`),
but have now been moved to a separate package.

