github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/test/integration/test-fixtures/image-pkg-coverage/pkgs/python/dist-info/METADATA (about) 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 29 30 Pygments 31 ~~~~~~~~ 32 33 Pygments is a syntax highlighting package written in Python. 34 35 It is a generic syntax highlighter suitable for use in code hosting, forums, 36 wikis or other applications that need to prettify source code. Highlights 37 are: 38 39 * a wide range of over 500 languages and other text formats is supported 40 * special attention is paid to details, increasing quality by a fair amount 41 * support for new languages and formats are added easily 42 * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image formats that PIL supports and ANSI sequences 43 * it is usable as a command-line tool and as a library 44 45 :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS. 46 :license: BSD, see LICENSE for details. 47