PKG-INFO 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. Pygments is a syntax highlighting package written in Python.
  13. It is a generic syntax highlighter for general use in all kinds of software
  14. such as forum systems, wikis or other applications that need to prettify
  15. source code. Highlights are:
  16. * a wide range of common languages and markup formats is supported
  17. * special attention is paid to details, increasing quality by a fair amount
  18. * support for new languages and formats are added easily
  19. * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image formats that PIL supports and ANSI sequences
  20. * it is usable as a command-line tool and as a library
  21. * ... and it highlights even Brainfuck!
  22. The `Pygments tip`_ is installable with ``easy_install Pygments==dev``.
  23. .. _Pygments tip:
  24. http://dev.pocoo.org/hg/pygments-main/archive/tip.tar.gz#egg=Pygments-dev
  25. :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS.
  26. :license: BSD, see LICENSE for details.
  27. Keywords: syntax highlighting
  28. Platform: any
  29. Classifier: License :: OSI Approved :: BSD License
  30. Classifier: Intended Audience :: Developers
  31. Classifier: Intended Audience :: End Users/Desktop
  32. Classifier: Intended Audience :: System Administrators
  33. Classifier: Development Status :: 5 - Production/Stable
  34. Classifier: Programming Language :: Python
  35. Classifier: Programming Language :: Python :: 2
  36. Classifier: Programming Language :: Python :: 3
  37. Classifier: Operating System :: OS Independent