Metadata-Version: 2.5
Name: ksbl
Version: 0.1.0
Summary: Configuration and auth utilities for Kausable tools
Project-URL: Homepage, https://kausable.ai
Project-URL: Repository, https://github.com/kausable/pypi-placeholders
Author-email: Kausable <devops@kausable.ai>
License-Expression: MIT
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# ksbl

> **This package is a placeholder and is not yet operational.**
> The API surface below is a draft and will change without notice.
> Do not depend on this package in production.

Configuration and auth utilities for Kausable tools.

## Usage (preview)

```python
from ksbl import Config, load_api_key

cfg = Config.load()
print(cfg.api_base_url)

api_key = load_api_key()
```

See [kausable.ai](https://kausable.ai) for more information.
