Skip to main content

Gjalla CLI — architecture guardrails for AI coding agents

Project description

Gjalla CLI

Architecture guardrails for AI coding agents.

Installation

pip install gjalla

Commands

Command Description
init Initialize gjalla in a repository (API key, project linking, guardrails, MCP)
status Show configuration status
setup Install attestation guardrails (hooks, scripts, agent guidance)
check Validate commit attestation (used by pre-commit hook)
attest Create commit attestation (interactive or programmatic)
connect Link a Gjalla account and project to an existing local setup
show Show cached project context (rules, arch, state, capabilities, example)
sync Upload pending attestations to gjalla cloud and refresh cache
mcp Manage MCP server integration (mcp install)

User Guide

Initial Setup

gjalla init

Walks through a 7-step setup:

  1. Check git repository
  2. Configure API key (optional — skip for local-only mode)
  3. Verify API key
  4. Select project
  5. Create .gjalla/ project config
  6. Install commit attestation guardrails
  7. Install MCP server for Claude Code

Use gjalla connect later to link a project if you started in local-only mode.

Daily Usage

Automatic (via pre-commit hook):

  • gjalla check runs on each git commit and validates the attestation

Manual / Agent workflow:

git add <files>
gjalla attest            # interactive mode
git commit -m "message"

Programmatic (for agents/scripts):

gjalla attest \
  --staged-diff-hash $(git diff --staged | shasum -a 256 | cut -d' ' -f1) \
  --agent claude-code --provider anthropic --model claude-opus-4-6 \
  --summary "Added rate limiting to auth endpoints" \
  --rules '{"checked": true, "applicable": [...]}' \
  --arch-changes '{"architecture": {"elements": [...], ...}, "data_flows": {"changed": false}}'

Viewing Project Context

gjalla show rules          # Project rules
gjalla show arch           # Architecture overview
gjalla show state          # Full cached state (JSON)
gjalla show capabilities   # Project capabilities
gjalla show example        # Attestation template

If the cache is stale, run gjalla sync to refresh it.

Checking Status

gjalla status

Shows: git repo, global config, API key, project mapping, project config, guardrails, telemetry, attestation log.

Configuration

Global config: ~/.gjalla/config.yaml

api_key: "your-api-key"

Project config: .gjalla/config.yaml (in repo root)

Environment variables:

  • GJALLA_API_KEY — overrides config file API key

Requires Python >= 3.10. Questions or feedback: hello@gjalla.io

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

gjalla-0.4.38-cp314-cp314-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14Windows x86-64

gjalla-0.4.38-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

gjalla-0.4.38-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

gjalla-0.4.38-cp314-cp314-macosx_10_15_universal2.whl (2.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

gjalla-0.4.38-cp313-cp313-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.13Windows x86-64

gjalla-0.4.38-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

gjalla-0.4.38-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

gjalla-0.4.38-cp313-cp313-macosx_10_13_universal2.whl (2.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

gjalla-0.4.38-cp312-cp312-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.12Windows x86-64

gjalla-0.4.38-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gjalla-0.4.38-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (7.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

gjalla-0.4.38-cp312-cp312-macosx_10_13_universal2.whl (2.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

gjalla-0.4.38-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11Windows x86-64

gjalla-0.4.38-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gjalla-0.4.38-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

gjalla-0.4.38-cp311-cp311-macosx_10_9_universal2.whl (2.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

gjalla-0.4.38-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10Windows x86-64

gjalla-0.4.38-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gjalla-0.4.38-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

gjalla-0.4.38-cp310-cp310-macosx_10_9_universal2.whl (2.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file gjalla-0.4.38-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: gjalla-0.4.38-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gjalla-0.4.38-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4be2b654a5b8b14b2d4ff563c79b6e691eed7c4941a0eecf8dd8e6433b332a29
MD5 2b2fd0076011653f3f1dcf1a2b093f5a
BLAKE2b-256 e8c3a79b61ee9babb4d1431c8845fe41c651ff3cb3cb589c727966be496d02f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp314-cp314-win_amd64.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gjalla-0.4.38-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 111e633b97363ba57e3c4fcd022bcc560ec32f9aab68fc9df7ae86162a7a411c
MD5 3fa84456d7eaffede77b45f2cda12a74
BLAKE2b-256 6b66fa815f1c7058abe0059ff27f1aa8bf65fc76112fe56a910cc08de5fa2de9

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gjalla-0.4.38-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ad2499a11f4da0583fcde3f7719921c735d20ab3c39f82baeb031611f425254a
MD5 f1e54c95ce69c4e28251dfe47a47a03a
BLAKE2b-256 b0f50739b58358e9bc4c548bf42053174b987d80392786b85120108832c39ea4

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for gjalla-0.4.38-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 5f1f602dea1a77f41a2960a86169039ab749b24e665e25ebc83ee022f04b0c6c
MD5 008836a9abfd4df45e30db7268f3d142
BLAKE2b-256 de548789221542076359320a4af31af548dcc768a0895d544ae8246631b19af5

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: gjalla-0.4.38-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gjalla-0.4.38-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ccf8ab69f3b380a484bef2735035a5b0721158d2245fc39e2f228004acda786c
MD5 906d13543bc31e334b614a50cb0811ec
BLAKE2b-256 11f605804fca238fbf41d526c4fb9e60799630013d6ec146df5263bf6f874d6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp313-cp313-win_amd64.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gjalla-0.4.38-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d00f0756240a3a1008780ff3d47c22b5fcb0ecbded3ee83d883a52f208258416
MD5 6c7128d795962ec5af09812163ff4766
BLAKE2b-256 79eacf663fb5fe72e98e0ef6c3fcf8640826432d57f9d4daa7f5933f38c8c842

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gjalla-0.4.38-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f5b64b095fc020e9468dec4f9e2c6453fd16f713c3916ee879d62d4367218249
MD5 c17d8886f132a9385d91c92e14ff6ca1
BLAKE2b-256 4dc645f474cc85094f4800197b7b74cea8850e66f77dc00655aae506d6c9d918

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for gjalla-0.4.38-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 81b7697de1cf40557852cf894b57ed5ce8c34c33c6409d1073286716de6ea4aa
MD5 2220d553cffa1dbc41c8aeae2e126bb4
BLAKE2b-256 ee2ae2e47888ff76cb480ea5c9321a5c59091cc722ccea3928fb573175e21883

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: gjalla-0.4.38-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gjalla-0.4.38-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c4e6cc8b1c51050932346c3d6339b9f548113fbd77fbd4cc2beac8e016c9a946
MD5 e870478d53d8c703ee073d7635c11dd6
BLAKE2b-256 a58b8446cce4ed72d1d23d4ff3c3d81bc36f0c432a546dd4faa7dc4cae97f886

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp312-cp312-win_amd64.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gjalla-0.4.38-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7d4c1f77be2814f9c3ed8551408b138eb338465eeb15addd177a3ddc217ab9d8
MD5 492a7df4ac0534d26187d403b32ad800
BLAKE2b-256 8d63106f7ae46bca48ee635fae1cff8f82afa65431f23c27300aeae08cb5efa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gjalla-0.4.38-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c1f06db6aa2428256f54955223b3a4581299a960f5b096c4c4e635e5a6e55a88
MD5 9b97dbf928b9fbf1926ee54121376676
BLAKE2b-256 1f35934f2e35affd393f23c23a718dc597fc4d7bb3befaa0cd765ab7ae2b236a

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for gjalla-0.4.38-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 baa0f1cb16682b85b02390020580f99a4a3594ba680c7f177aff24a64b0b55ab
MD5 fff9ed7ef296eaa605f6d111e51b0957
BLAKE2b-256 4adc644864015d5d566eacb0a38cd15dfd731e1a767f4f9d654944199bf225b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: gjalla-0.4.38-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gjalla-0.4.38-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5dba84f30d68400a23ac39b3712812c8a5624635597bd794b64c8f49438b9286
MD5 477a9e6c2fe0c8457835a003f9633905
BLAKE2b-256 c834a102c49a26d0927c044cb591db9ad1a81be92d20e5bcbf9a312f47a457c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp311-cp311-win_amd64.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gjalla-0.4.38-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b39319514f85002bb98ac41033569d476e007ca753992efd57bae061cdc1d3dc
MD5 4a091fa8c11a4a98087f1c04ede6247e
BLAKE2b-256 adaf9aa6314c036337f6a7d0e65ac8c9b5788479dddde304c1309bdfc82406f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gjalla-0.4.38-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0ea34493cba2abd5d80690fbd499d7ddeb0f093b36dfe94d52b287e4f5e4529c
MD5 3381a5a7bae63e5eded3162afaa873c4
BLAKE2b-256 0a1f8a434127aff782a3aabca4780e7e237df760403c4852a3e7c4668000e442

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for gjalla-0.4.38-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9cfe21fb69568f2baf55a1b3f9de9084416c667271950a5a0992537946baf776
MD5 3b2930fa7feb55547d173541f6e2cf20
BLAKE2b-256 234243b6c6b7a2769ce6efce6f64de2740cd428bc519396774a600fc8ac12481

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: gjalla-0.4.38-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gjalla-0.4.38-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6bfd19333283e6757c6986b6d73fd29bdfb492505dc06aace43c57bb87bfcd57
MD5 b25d25e84bfd1dec1bcea5be2361dec3
BLAKE2b-256 4eb956af9d24637b2fbaadcf8ccebc5df24735030b37357e70d3e203b19b44fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp310-cp310-win_amd64.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gjalla-0.4.38-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 283d2cc1670bea5b6fde3cd1008c55c69c6b228dc34652e29b63597e296017bf
MD5 caeeca2f6db72c1b3ecd8fd59f2e611a
BLAKE2b-256 40c7fd918f19846145d792e5dd4f5e3c60de5b91ef14a18b524dae438ad6aabc

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gjalla-0.4.38-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4a370126da8cc9ff95d3e6facc64cbd7499c653950e1d5b33abb67a21cd29a69
MD5 4ac2a785f74e6dd108f76fc8e94372fa
BLAKE2b-256 768d0908e9566e3d2fe1d602ed3fdd3d12b7719e9d548d33ae4f2d9b15edcbe9

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gjalla-0.4.38-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for gjalla-0.4.38-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8c6c245628fb6359f3ff89ecdd8f99aa21bd846e58a6812af218890f40679216
MD5 a4d344812200deb602dfdd56899910e3
BLAKE2b-256 c08d5df871c62930a36c3231ceaa4d4d809cd596aa65b8438f46b2e42d894a3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.4.38-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: ci-publish.yml on elliemdaw/gjalla-precommit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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