METADATA 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Metadata-Version: 2.0
  2. Name: Pygments
  3. Version: 2.2.0
  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. Keywords: syntax highlighting
  10. Platform: any
  11. Classifier: License :: OSI Approved :: BSD License
  12. Classifier: Intended Audience :: Developers
  13. Classifier: Intended Audience :: End Users/Desktop
  14. Classifier: Intended Audience :: System Administrators
  15. Classifier: Development Status :: 6 - Mature
  16. Classifier: Programming Language :: Python
  17. Classifier: Programming Language :: Python :: 2
  18. Classifier: Programming Language :: Python :: 3
  19. Classifier: Operating System :: OS Independent
  20. Classifier: Topic :: Text Processing :: Filters
  21. Classifier: Topic :: Utilities
  22. Pygments
  23. ~~~~~~~~
  24. Pygments is a syntax highlighting package written in Python.
  25. It is a generic syntax highlighter suitable for use in code hosting, forums,
  26. wikis or other applications that need to prettify source code. Highlights
  27. are:
  28. * a wide range of over 300 languages and other text formats is supported
  29. * special attention is paid to details, increasing quality by a fair amount
  30. * support for new languages and formats are added easily
  31. * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image formats that PIL supports and ANSI sequences
  32. * it is usable as a command-line tool and as a library
  33. :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
  34. :license: BSD, see LICENSE for details.