Metadata-Version: 2.4
Name: syntect-py
Version: 5.3.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Rust
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Filters
Requires-Dist: pytest>=8.0 ; extra == 'dev'
Requires-Dist: pytest-cov>=4.0 ; extra == 'dev'
Requires-Dist: mypy>=1.10 ; extra == 'dev'
Requires-Dist: black>=24.0 ; extra == 'dev'
Requires-Dist: isort>=6.0 ; extra == 'dev'
Requires-Dist: flake8>=10.0 ; extra == 'dev'
Requires-Dist: pre-commit>=4.0 ; extra == 'dev'
Provides-Extra: dev
Summary: High-quality syntax highlighting for Python using Sublime Text grammars
Keywords: syntax,highlighting,syntect,sublime,text,grammar
Author-email: opticsWolf <opticswolf@protonmail.com>
License-Expression: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Changelog, https://github.com/opticsWolf/syntect-py/blob/main/CHANGELOG.md
Project-URL: Documentation, https://github.com/opticsWolf/syntect-py#readme
Project-URL: Homepage, https://github.com/opticsWolf/syntect-py
Project-URL: Issues, https://github.com/opticsWolf/syntect-py/issues
Project-URL: Repository, https://github.com/opticsWolf/syntect-py

# syntect

Python bindings for the syntect syntax-highlighting engine.

The extension is built from the local syntect fork. Theme files in `syntect/themes/`
are optional bundled data and can be loaded with
`syntect.load_themes_from_folder()`.

