Metadata-Version: 2.4
Name: holoscript
Version: 6.0.5
Summary: Python bindings for HoloScript — parsing, validation, and domain bridges for scientific computing
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"
Provides-Extra: medical
Requires-Dist: pydicom>=2.4.0; extra == "medical"
Requires-Dist: numpy>=1.24.0; extra == "medical"
Provides-Extra: alphafold
Requires-Dist: requests>=2.31.0; extra == "alphafold"
Provides-Extra: astronomy
Requires-Dist: numpy>=1.24.0; extra == "astronomy"
Provides-Extra: robotics
Requires-Dist: roslibpy>=1.6.0; extra == "robotics"
Provides-Extra: scientific
Requires-Dist: numpy>=1.24.0; extra == "scientific"
Provides-Extra: all
Requires-Dist: holoscript[alphafold,astronomy,medical,robotics,scientific]; extra == "all"

# 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`).
