Metadata-Version: 2.4
Name: kmerhosting-sdk
Version: 0.1.0
Summary: Official Python SDK for the KmerHosting API
Author: KmerHosting
License: Apache-2.0
Project-URL: Homepage, https://github.com/KmerHosting/sdk
Project-URL: Documentation, https://api.kmerhosting.com/docs
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# kmerhosting-sdk

```bash
pip install kmerhosting-sdk
```

```python
from kmerhosting import KmerHostingClient

client = KmerHostingClient()  # reads KMERHOSTING_API_KEY
print(client.services.list())
```

This synchronous SDK uses Python's standard library and keeps API keys in memory only.
