1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: Pygments |
2 Name: Pygments |
3 Version: 1.6 |
3 Version: 2.0.2 |
4 Summary: Pygments is a syntax highlighting package written in Python. |
4 Summary: Pygments is a syntax highlighting package written in Python. |
5 Home-page: http://pygments.org/ |
5 Home-page: http://pygments.org/ |
6 Author: Georg Brandl |
6 Author: Georg Brandl |
7 Author-email: georg@python.org |
7 Author-email: georg@python.org |
8 License: BSD License |
8 License: BSD License |
9 Description: |
9 Description: Pygments |
10 Pygments |
|
11 ~~~~~~~~ |
10 ~~~~~~~~ |
12 |
11 |
13 Pygments is a syntax highlighting package written in Python. |
12 Pygments is a syntax highlighting package written in Python. |
14 |
13 |
15 It is a generic syntax highlighter for general use in all kinds of software |
14 It is a generic syntax highlighter suitable for use in code hosting, forums, |
16 such as forum systems, wikis or other applications that need to prettify |
15 wikis or other applications that need to prettify source code. Highlights |
17 source code. Highlights are: |
16 are: |
18 |
17 |
19 * a wide range of common languages and markup formats is supported |
18 * a wide range of over 300 languages and other text formats is supported |
20 * special attention is paid to details, increasing quality by a fair amount |
19 * special attention is paid to details, increasing quality by a fair amount |
21 * support for new languages and formats are added easily |
20 * support for new languages and formats are added easily |
22 * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image formats that PIL supports and ANSI sequences |
21 * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image formats that PIL supports and ANSI sequences |
23 * it is usable as a command-line tool and as a library |
22 * it is usable as a command-line tool and as a library |
24 * ... and it highlights even Brainfuck! |
|
25 |
23 |
26 The `Pygments tip`_ is installable with ``easy_install Pygments==dev``. |
24 :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. |
27 |
|
28 .. _Pygments tip: |
|
29 http://bitbucket.org/birkenfeld/pygments-main/get/default.zip#egg=Pygments-dev |
|
30 |
|
31 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. |
|
32 :license: BSD, see LICENSE for details. |
25 :license: BSD, see LICENSE for details. |
33 |
26 |
34 Keywords: syntax highlighting |
27 Keywords: syntax highlighting |
35 Platform: any |
28 Platform: any |
36 Classifier: License :: OSI Approved :: BSD License |
29 Classifier: License :: OSI Approved :: BSD License |