BRIK64 Python SDK beta with monomer helpers and composition utilities for examples, tests, and application prototypes.
Project description
brik64
Python SDK beta for using BRIK64-style monomer helpers and composition utilities in application code.
Current SDK beta: 0.1.0b6.post1
Aligned CLI beta: 0.1.0-beta.6
Install
pip install brik64==0.1.0b6.post1
This package is an SDK library. The CLI is installed separately:
curl -fsSL https://brik64.com/cli/install.sh | bash
What The SDK Provides
brik64.mc: Python helpers for BRIK64-style arithmetic and related monomer examples.brik64.eva: composition helpers such asseqfor building simple data flows in ordinary Python code.- Small, dependency-light modules suitable for examples, tests, notebooks, and application prototypes.
The SDK is intentionally focused on library use. Workspace inspection, certificate workflows, and CLI commands live in the separately installed BRIK64 CLI.
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)
Scope
This SDK provides Python library helpers. It does not install the CLI or perform workspace certification workflows.
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
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.post1.tar.gz.
File metadata
- Download URL: brik64-0.1.0b6.post1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70bb5a5c9078c6e4d2caf70a99f281835c02814a5d3c580871b686c82cd3d74e
|
|
| MD5 |
6eb348eb1700b2a2ee1158dd97a6d7aa
|
|
| BLAKE2b-256 |
7a1eaf9fe58190d99d95f6c2ae012d2210feb7d4ca73ac32ee036d16421a687e
|
File details
Details for the file brik64-0.1.0b6.post1-py3-none-any.whl.
File metadata
- Download URL: brik64-0.1.0b6.post1-py3-none-any.whl
- Upload date:
- Size: 10.1 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 |
f60b6f5ca9738dfeba13719750436feb826f0ea7a2d3321b63277b989b004073
|
|
| MD5 |
70e6f30f6adba7262d601b7ddd23413e
|
|
| BLAKE2b-256 |
417aa365085ae23f5660653e097c519002678369e0c01403aee12870543eb8aa
|