METADATA 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Metadata-Version: 2.3
  2. Name: Pygments
  3. Version: 2.18.0
  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 :: Implementation :: CPython
  31. Classifier: Programming Language :: Python :: Implementation :: PyPy
  32. Classifier: Topic :: Text Processing :: Filters
  33. Classifier: Topic :: Utilities
  34. Requires-Python: >=3.8
  35. Provides-Extra: plugins
  36. Provides-Extra: windows-terminal
  37. Requires-Dist: colorama>=0.4.6; extra == 'windows-terminal'
  38. Description-Content-Type: text/x-rst
  39. Pygments
  40. ~~~~~~~~
  41. Pygments is a syntax highlighting package written in Python.
  42. It is a generic syntax highlighter suitable for use in code hosting, forums,
  43. wikis or other applications that need to prettify source code. Highlights
  44. are:
  45. * a wide range of over 500 languages and other text formats is supported
  46. * special attention is paid to details, increasing quality by a fair amount
  47. * support for new languages and formats are added easily
  48. * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image
  49. formats that PIL supports and ANSI sequences
  50. * it is usable as a command-line tool and as a library
  51. Copyright 2006-2024 by the Pygments team, see ``AUTHORS``.
  52. Licensed under the BSD, see ``LICENSE`` for details.