Metadata-Version: 2.5
Name: invera-sdk
Version: 0.5.2
Summary: invera Python SDK for ready-to-consume attributed chat completions
Author: Layerwise GmbH
License-Expression: LicenseRef-PolyForm-Perimeter-1.0.1
License-File: LAYERWISE-ADDITIONAL-PERMISSION.md
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: jinja2>=3.1
Requires-Dist: transformers<6,>=4.51
Description-Content-Type: text/markdown

# invera-sdk

Current version: **0.5.2**

Python SDK for invera, developed by Layerwise GmbH.

Documentation, guides, recipes, and the full API reference live at
[developer.layerwise.ai](https://developer.layerwise.ai).

## License

PolyForm Perimeter License 1.0.1 together with the Layerwise SDK Additional
Permission. The complete terms and a plain-language summary are published at
[developer.layerwise.ai/license](https://developer.layerwise.ai/license).
The distribution ships both license texts as `LICENSE` and
`LAYERWISE-ADDITIONAL-PERMISSION.md`.

## Changelog

<!-- changelog:start -->
- **0.5.2** (2026-09-25)
  - New `api_key` client option: a static Engine API key sent as `Authorization: Bearer <key>` on every Engine request.
- **0.5.0** (2026-09-22)
  - First release published to PyPI.
  - Licensed under the PolyForm Perimeter License 1.0.1 together with the Layerwise SDK Additional Permission; both texts ship in the distribution.
  - The package README is reduced to name, version, vendor, documentation link, license pointer, and this changelog.
- **0.4.3** (2026-09-21)
  - No Python changes; version kept in lockstep with the TypeScript SDK.
- **0.4.2** (2026-09-21)
  - `invera_sdk.__version__` added as an alias of `SDK_VERSION`.
- **0.4.1** (2026-09-17)
  - Output words are split at internal whitespace in attribution word mapping.
<!-- changelog:end -->

The complete history is published at
[developer.layerwise.ai/changelog/python](https://developer.layerwise.ai/changelog/python).
