ThirdParty/Pygments/pygments/PKG-INFO

changeset 808
8f85926125ef
parent 684
2f29a0b6e1c7
child 1705
b0fbc9300f2b
equal deleted inserted replaced
805:83ca4d1ff648 808:8f85926125ef
1 Metadata-Version: 1.0 1 Metadata-Version: 1.0
2 Name: Pygments 2 Name: Pygments
3 Version: 1.3.1 3 Version: 1.4
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:
10 Pygments 10 Pygments
11 ~~~~~~~~ 11 ~~~~~~~~
12 12
13 Pygments is a syntax highlighting package written in Python. 13 Pygments is a syntax highlighting package written in Python.
14 14
15 It is a generic syntax highlighter for general use in all kinds of software 15 It is a generic syntax highlighter for general use in all kinds of software
16 such as forum systems, wikis or other applications that need to prettify 16 such as forum systems, wikis or other applications that need to prettify
17 source code. Highlights are: 17 source code. Highlights are:
18 18
19 * a wide range of common languages and markup formats is supported 19 * a wide range of common languages and markup formats is supported
20 * special attention is paid to details, increasing quality by a fair amount 20 * special attention is paid to details, increasing quality by a fair amount
21 * support for new languages and formats are added easily 21 * 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 22 * 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 23 * it is usable as a command-line tool and as a library
24 * ... and it highlights even Brainfuck! 24 * ... and it highlights even Brainfuck!
25 25
26 The `Pygments tip`_ is installable with ``easy_install Pygments==dev``. 26 The `Pygments tip`_ is installable with ``easy_install Pygments==dev``.
27 27
28 .. _Pygments tip: 28 .. _Pygments tip:
29 http://dev.pocoo.org/hg/pygments-main/archive/tip.tar.gz#egg=Pygments-dev 29 http://bitbucket.org/birkenfeld/pygments-main/get/tip.zip#egg=Pygments-dev
30 30
31 :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS. 31 :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS.
32 :license: BSD, see LICENSE for details. 32 :license: BSD, see LICENSE for details.
33 33
34 Keywords: syntax highlighting 34 Keywords: syntax highlighting
35 Platform: any 35 Platform: any
36 Classifier: License :: OSI Approved :: BSD License 36 Classifier: License :: OSI Approved :: BSD License
37 Classifier: Intended Audience :: Developers 37 Classifier: Intended Audience :: Developers

eric ide

mercurial