You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.8 KiB

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