Metadata-Version: 2.4
Name: wedge-ai
Version: 0.3.2
Summary: Compatibility installer for the Wedge Health Python SDK
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: wedge-health==0.3.2

# wedge-ai

Compatibility installer for the canonical `wedge-health` distribution.

```console
python -m pip install wedge-ai
```

Use the canonical import regardless of which distribution name was installed:

```python
from wedge import Wedge
```

This compatibility distribution contains no Python modules. Its matching
release depends exactly on `wedge-health`, which owns the `wedge` package.
