METADATA 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Metadata-Version: 2.1
  2. Name: Pygments
  3. Version: 2.12.0
  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. Project-URL: Documentation, https://pygments.org/docs/
  10. Project-URL: Source, https://github.com/pygments/pygments
  11. Project-URL: Bug Tracker, https://github.com/pygments/pygments/issues
  12. Project-URL: Changelog, https://github.com/pygments/pygments/blob/master/CHANGES
  13. Keywords: syntax highlighting
  14. Platform: any
  15. Classifier: Development Status :: 6 - Mature
  16. Classifier: Intended Audience :: Developers
  17. Classifier: Intended Audience :: End Users/Desktop
  18. Classifier: Intended Audience :: System Administrators
  19. Classifier: License :: OSI Approved :: BSD License
  20. Classifier: Operating System :: OS Independent
  21. Classifier: Programming Language :: Python
  22. Classifier: Programming Language :: Python :: 3
  23. Classifier: Programming Language :: Python :: 3.6
  24. Classifier: Programming Language :: Python :: 3.7
  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 :: Implementation :: CPython
  29. Classifier: Programming Language :: Python :: Implementation :: PyPy
  30. Classifier: Topic :: Text Processing :: Filters
  31. Classifier: Topic :: Utilities
  32. Requires-Python: >=3.6
  33. License-File: LICENSE
  34. License-File: AUTHORS
  35. UNKNOWN