METADATA 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Metadata-Version: 2.1
  2. Name: Pygments
  3. Version: 2.5.2
  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 :: 2.7
  19. Classifier: Programming Language :: Python :: 3
  20. Classifier: Programming Language :: Python :: 3.5
  21. Classifier: Programming Language :: Python :: 3.6
  22. Classifier: Programming Language :: Python :: 3.7
  23. Classifier: Programming Language :: Python :: 3.8
  24. Classifier: Programming Language :: Python :: Implementation :: CPython
  25. Classifier: Programming Language :: Python :: Implementation :: PyPy
  26. Classifier: Operating System :: OS Independent
  27. Classifier: Topic :: Text Processing :: Filters
  28. Classifier: Topic :: Utilities
  29. Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
  30. Pygments
  31. ~~~~~~~~
  32. Pygments is a syntax highlighting package written in Python.
  33. It is a generic syntax highlighter suitable for use in code hosting, forums,
  34. wikis or other applications that need to prettify source code. Highlights
  35. are:
  36. * a wide range of over 300 languages and other text formats is supported
  37. * special attention is paid to details, increasing quality by a fair amount
  38. * support for new languages and formats are added easily
  39. * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image formats that PIL supports and ANSI sequences
  40. * it is usable as a command-line tool and as a library
  41. :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
  42. :license: BSD, see LICENSE for details.