Metadata-Version: 2.4
Name: holoscript
Version: 6.0.4
Summary: Python bindings for HoloScript parsing and validation
Author: Brian X Base Team
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: mypy>=1.11.0; extra == "dev"

# holoscript (Python bindings)

Python bindings for core HoloScript operations.

This package keeps a local development version (`6.0.0.dev0`) in source.
Release versions are injected by CI from git tags (for example `v6.1.0` -> `6.1.0`).
