home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 January / maximum-cd-2011-01.iso / DiscContents / calibre-0.7.26.msi / file_2340 < prev    next >
Encoding:
Python egg package info  |  2010-09-26  |  1.8 KB  |  45 lines

  1. Metadata-Version: 1.0
  2. Name: Pygments
  3. Version: 1.3.1
  4. Summary: Pygments is a syntax highlighting package written in Python.
  5. Home-page: http://pygments.org/
  6. Author: Georg Brandl
  7. Author-email: georg@python.org
  8. License: BSD License
  9. Description: 
  10.         Pygments
  11.         ~~~~~~~~
  12.         
  13.         Pygments is a syntax highlighting package written in Python.
  14.         
  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
  17.         source code. Highlights are:
  18.         
  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
  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
  23.         * it is usable as a command-line tool and as a library
  24.         * ... and it highlights even Brainfuck!
  25.         
  26.         The `Pygments tip`_ is installable with ``easy_install Pygments==dev``.
  27.         
  28.         .. _Pygments tip:
  29.         http://dev.pocoo.org/hg/pygments-main/archive/tip.tar.gz#egg=Pygments-dev
  30.         
  31.         :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS.
  32.         :license: BSD, see LICENSE for details.
  33.         
  34. Keywords: syntax highlighting
  35. Platform: any
  36. Classifier: License :: OSI Approved :: BSD License
  37. Classifier: Intended Audience :: Developers
  38. Classifier: Intended Audience :: End Users/Desktop
  39. Classifier: Intended Audience :: System Administrators
  40. Classifier: Development Status :: 5 - Production/Stable
  41. Classifier: Programming Language :: Python
  42. Classifier: Programming Language :: Python :: 2
  43. Classifier: Programming Language :: Python :: 3
  44. Classifier: Operating System :: OS Independent
  45.