Metadata-Version: 2.4
Name: meshive
Version: 0.0.1
Summary: Python SDK and CLI for the Meshive GPU Cloud
Author-email: SeungHyeon <bsh12341@gmail.com>, Dokebi <dokebivc@gmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://console.meshive.ai
Project-URL: Repository, https://github.com/meshive/meshive-python
Keywords: meshive,gpu,cloud,ai,ml,sdk,cli
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=7; extra == "dev"
Requires-Dist: pytest-mock>=3.12; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

## Install

```bash
pip install meshive
```

## CLI

```bash
meshive --version
# meshive 0.0.1
```

## SDK

```python
import meshive

print(meshive.__version__)  # 0.0.1
print(meshive.version)      # 0.0.1
```

## License

[Apache License 2.0](LICENSE)
