Metadata-Version: 2.1
Name: engineering-box-sdk
Version: 0.1.0
Summary: SDK for Engineering Box Quantum Computing
Home-page: https://github.com/yourusername/engineering_box_sdk
Author: Quantum Hardware Team
Author-email: quantum.team@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Engineering Box SDK

A Python SDK for Engineering Box Quantum Computing.

## Installation

```bash
# Install in development mode
pip install -e .

# Or install from PyPI (once published)
# pip install engineering_box_sdk
```
