> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brik64.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Python SDK

> BRIK64 Python package notes.

The current beta Python SDK is published on PyPI as `brik64==0.1.0b18`.

```bash theme={null}
pip install brik64==0.1.0b18
```

The Python SDK is a language package for examples, local integration, monomer
helpers and EVA composition patterns. It is not the CLI install path.

## Example Policy

Python examples should show small, bounded behavior and avoid implying that package installation performs the full CLI workflow.

When using Python with BRIK64:

* pin `brik64==0.1.0b18` for current beta examples;
* keep inputs explicit;
* keep outputs explicit;
* record package version;
* connect the example back to PCD or monomer vocabulary when possible.

Package installation only adds the SDK library to your project. CLI commands and workspace workflows use the separate BRIK64 CLI installer.
