METADATA 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Metadata-Version: 2.4
  2. Name: Pygments
  3. Version: 2.19.1
  4. Summary: Pygments is a syntax highlighting package written in Python.
  5. Project-URL: Homepage, https://pygments.org
  6. Project-URL: Documentation, https://pygments.org/docs
  7. Project-URL: Source, https://github.com/pygments/pygments
  8. Project-URL: Bug Tracker, https://github.com/pygments/pygments/issues
  9. Project-URL: Changelog, https://github.com/pygments/pygments/blob/master/CHANGES
  10. Author-email: Georg Brandl <georg@python.org>
  11. Maintainer: Matthäus G. Chajdas
  12. Maintainer-email: Georg Brandl <georg@python.org>, Jean Abou Samra <jean@abou-samra.fr>
  13. License: BSD-2-Clause
  14. License-File: AUTHORS
  15. License-File: LICENSE
  16. Keywords: syntax highlighting
  17. Classifier: Development Status :: 6 - Mature
  18. Classifier: Intended Audience :: Developers
  19. Classifier: Intended Audience :: End Users/Desktop
  20. Classifier: Intended Audience :: System Administrators
  21. Classifier: License :: OSI Approved :: BSD License
  22. Classifier: Operating System :: OS Independent
  23. Classifier: Programming Language :: Python
  24. Classifier: Programming Language :: Python :: 3
  25. Classifier: Programming Language :: Python :: 3.8
  26. Classifier: Programming Language :: Python :: 3.9
  27. Classifier: Programming Language :: Python :: 3.10
  28. Classifier: Programming Language :: Python :: 3.11
  29. Classifier: Programming Language :: Python :: 3.12
  30. Classifier: Programming Language :: Python :: 3.13
  31. Classifier: Programming Language :: Python :: Implementation :: CPython
  32. Classifier: Programming Language :: Python :: Implementation :: PyPy
  33. Classifier: Topic :: Text Processing :: Filters
  34. Classifier: Topic :: Utilities
  35. Requires-Python: >=3.8
  36. Provides-Extra: plugins
  37. Provides-Extra: windows-terminal
  38. Requires-Dist: colorama>=0.4.6; extra == 'windows-terminal'
  39. Description-Content-Type: text/x-rst
  40. Pygments
  41. ~~~~~~~~
  42. Pygments is a syntax highlighting package written in Python.
  43. It is a generic syntax highlighter suitable for use in code hosting, forums,
  44. wikis or other applications that need to prettify source code. Highlights
  45. are:
  46. * a wide range of over 500 languages and other text formats is supported
  47. * special attention is paid to details, increasing quality by a fair amount
  48. * support for new languages and formats are added easily
  49. * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image
  50. formats that PIL supports and ANSI sequences
  51. * it is usable as a command-line tool and as a library
  52. Copyright 2006-2025 by the Pygments team, see ``AUTHORS``.
  53. Licensed under the BSD, see ``LICENSE`` for details.