Metadata-Version: 2.4
Name: azhar_sdk
Version: 0.1.2
Summary: SDK for 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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# Azhar SDK

A Python SDK for Hardware Team Quantum Computing.
## Installation

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

# Or install from PyPI (once published)
# pip install azhar-sdk
```
