Skip to main content

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.0b15 Aligned CLI beta: 0.1.0-beta.15

Install

Requires Python 3.10 or newer.

pip install brik64==0.1.0b15

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 as seq for 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

License

See LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brik64-0.1.0b15.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

brik64-0.1.0b15-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file brik64-0.1.0b15.tar.gz.

File metadata

  • Download URL: brik64-0.1.0b15.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for brik64-0.1.0b15.tar.gz
Algorithm Hash digest
SHA256 65fc66c4f74e9a6f03c171903e0d821567728bd5d1cdf90f21cdfcb185f3e7c3
MD5 98dcd4b8fa6f78093e92c349b72c14a2
BLAKE2b-256 3a4658f3373aaa71bda2be36d30c2b311aad56fef935952ae171ef5547bcd367

See more details on using hashes here.

File details

Details for the file brik64-0.1.0b15-py3-none-any.whl.

File metadata

  • Download URL: brik64-0.1.0b15-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.9.6

File hashes

Hashes for brik64-0.1.0b15-py3-none-any.whl
Algorithm Hash digest
SHA256 7aa9f765fcd97c56a45607d92d22bff9f33db3776487e7db1b43c2d4c18045df
MD5 cd98a54b2147248202d53ac6d9a755b7
BLAKE2b-256 6afc25a57ea5ffc60e68dc71299156bfa31efa12eed7d09d1b6a349a93ab438c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page