BRIK64 Python SDK beta for monomer helpers and EVA composition patterns aligned with CLI 0.1.0-beta.6.
Project description
brik64
Python SDK beta for BRIK64 monomer helpers and EVA composition patterns.
Current SDK beta: 0.1.0b6
Aligned CLI beta: 0.1.0-beta.6
Install
pip install brik64==0.1.0b6
The BRIK64 CLI is distributed separately in beta6:
curl -fsSL https://brik64.com/cli/install.sh | bash
Usage
from brik64.mc.arithmetic import add8, mul8
from brik64.eva import seq
double_then_triple = seq(lambda x: x + x, lambda x: x * 3)
print(double_then_triple(5)) # 30
print(add8(200, 100)) # 44 (wrapping)
Beta Boundary
This package is a beta SDK surface for Python projects. It is useful for examples, local integration, and working with BRIK64-style monomer and EVA concepts in application code.
It does not by itself establish formal certification, self-hosting, fixpoint, production approval, or CLI installation.
Public References
- Website: https://brik64.com
- Docs: https://docs.brik64.com
- CLI release: https://github.com/brik64/brik64-cli/releases/tag/v0.1.0-beta.6
Beta6 Release Boundary
This repository is aligned to the beta6 CLI release. Marketplace publication is verified separately from CLI distribution.
License
See LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file brik64-0.1.0b6.tar.gz.
File metadata
- Download URL: brik64-0.1.0b6.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21ec96eacac17c171386a56a6803b38a0f2e7850ce0d2cf0ad0c5007bd0a9a5c
|
|
| MD5 |
2a6f6fa598ae4d38cc235e4de465d7e0
|
|
| BLAKE2b-256 |
83bd45a366d18e580907890ef10a23fe47229ea64e514f0a9d9a09c0eb3c3904
|
File details
Details for the file brik64-0.1.0b6-py3-none-any.whl.
File metadata
- Download URL: brik64-0.1.0b6-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3420aebb1d7ba054f0ec5eb18a6056b517c0752c7adb5f56469aea08784c6db
|
|
| MD5 |
49a57be6df23da7dffee9ce57955f25c
|
|
| BLAKE2b-256 |
8b897f489575c6c734b47b9b9173265b73b940bc1c6560e862435c1bce1cba39
|