Python library for syntax highlighting

pygments, python, syntax-highlighting

Solution

I think pygments is the greatest choice. It supports a large number of languages and it's very mature.

Problem

Which Python library for syntax highlighting is the best one? I'm interested in things like supported languages, ease of use, pythonic design, dependencies, development status, etc.

Original source