Metadata-Version: 2.5
Name: coreweave
Version: 0.1.0a1
Summary: Official CoreWeave Python SDK
Author: CoreWeave
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# CoreWeave Python SDK

This is the official top-level package for CoreWeave Python SDKs.

The initial alpha release provides package version discovery while the SDK
modules are being integrated.

```python
from coreweave import get_version

print(get_version())
```

The installed command reports the same version:

```console
$ coreweave
0.1.0a1
```

