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.5.0-cp314-cp314-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.14Windows x86-64

gjalla-0.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

gjalla-0.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (8.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

gjalla-0.5.0-cp314-cp314-macosx_10_15_universal2.whl (2.8 MB view details)

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

gjalla-0.5.0-cp313-cp313-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.13Windows x86-64

gjalla-0.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

gjalla-0.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (8.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

gjalla-0.5.0-cp313-cp313-macosx_10_13_universal2.whl (2.8 MB view details)

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

gjalla-0.5.0-cp312-cp312-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.12Windows x86-64

gjalla-0.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gjalla-0.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (9.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

gjalla-0.5.0-cp312-cp312-macosx_10_13_universal2.whl (2.8 MB view details)

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

gjalla-0.5.0-cp311-cp311-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.11Windows x86-64

gjalla-0.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gjalla-0.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (8.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

gjalla-0.5.0-cp311-cp311-macosx_10_9_universal2.whl (2.8 MB view details)

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

gjalla-0.5.0-cp310-cp310-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.10Windows x86-64

gjalla-0.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gjalla-0.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (8.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

gjalla-0.5.0-cp310-cp310-macosx_10_9_universal2.whl (2.9 MB view details)

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

File details

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

File metadata

  • Download URL: gjalla-0.5.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.3 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.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cf093f40517f8ff4b3100f1d77378c9e952edb1b566bd0464ea8404e4c194e88
MD5 b48b3da35d6deceddabc2c72cad18414
BLAKE2b-256 0c393aafd0ddc99441cf022e27275e466a5077925be01121249943bb2ae456bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gjalla-0.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 864aad8313e6ef513306da666271e8b924c290769201c2b62bb99981e4871dff
MD5 f0ce3c081e632e7bf261ebd2306caeb2
BLAKE2b-256 3fed90beaec7711839601bf0e6d4e6e25689ca20ec716a74ae81a5c1bf50dbc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gjalla-0.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7f47c3abb00f64dcbab0d5988550059a2d9b1699fcaf9cda32213889885d630a
MD5 d5e050e086a9cefbc046f5d0344797e8
BLAKE2b-256 ab65c26d1f01e2e0df335220aea4605e9b09da60d1aca786b2c3d695e8b8e9f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for gjalla-0.5.0-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ddfce2014fb5720ad257b6009dbfa917a5c843e88b8bd75ba716fa64f8a2a563
MD5 818fc05186422527007f65b72d00be96
BLAKE2b-256 d118fea503fc3a179c79f019af894c5356af3c070309ba82c6402c0438493ce3

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: gjalla-0.5.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.3 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.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 de7ee0840c69072ca6ca4816a84e2bbb90caf74b8c257b7f50d153d3af525885
MD5 8081a6bcbae245997c924f0dc8b8530e
BLAKE2b-256 9283ac22696a028977be96e3b2604fe21dce85aa17fb6c3c7fca5521ddd3582f

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gjalla-0.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 527722f988acdd8481a72c8ab52ea3e3d32bda5d37db34588a204cc0a476a273
MD5 30bdd3b6e647fc05bd5f0aa77d8b1d1a
BLAKE2b-256 3587b07c7be3bb9900b19da6d936ceb311448ec7effa869007ee2fbdd54270b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gjalla-0.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6a1d5fce3ad9a226f90d1e10aab70ad304eb17e19f5e34b5fdf5d969a9f76cea
MD5 4df72d169537ec164a08abe0226f7ac2
BLAKE2b-256 c2d4dd70db12f5b97f468f0055a2d65c57f74d205cbcbff70f580b9ffa45c927

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for gjalla-0.5.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 b5e05eb43ce247c5af91d0409724f01f19618720e624e987f65aaba566ab99be
MD5 4a6b49000cdad611c0f66b16815bb3b2
BLAKE2b-256 90b87faf27db93d67c3f9bf910d36df8fa6baaa9b3300b2d5a45e85dfd783846

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: gjalla-0.5.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.3 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.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f4610340769adfbfec721b111b0c1d2850b01323e84248b765edf580302b0203
MD5 6b1573d9a5800f16fbf0b3d19d50b129
BLAKE2b-256 74c8a82e335df789d4b56bda2796a940019c695e44bd512e9292ea497d4de246

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gjalla-0.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 486d91a89f95506ec8e027a14de504a1de4c81b76ecd9fca91b9fd144942ef84
MD5 f44dd3a3dd71b5a3fba5c9cea1ccec3f
BLAKE2b-256 2c7124a271f8b763b189b00af808c4848d734a01ff470c46377e6e24d9085766

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gjalla-0.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e9b3792eb33560fc8ac9b46438bf9c9f8ca02106281904d58456d1efed58c34f
MD5 3c6caa358d5e4e19f2bed58e3f9d0422
BLAKE2b-256 1d43dfb85d77ec4b7b9f5146410b9e3207a9ed7ca942d0c6bef91806eebd98e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for gjalla-0.5.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 015eca868d3b342485cb515f106f57ba4a65af6787976a57c0096d6b75b10dab
MD5 788cdae0ab1cc6899b82e04502bf2940
BLAKE2b-256 dc1b1d95516474d120eb2b97b28dbe47d0bc7bb3b60ea0d111d7f3bf575967cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: gjalla-0.5.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.3 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.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3006332d5b0a3e48fb3d4d6547f34dac9cd6fcc9c96f71c5c95cd771d8ae1b74
MD5 1032bceace76f2a7fbadf81545af71d1
BLAKE2b-256 cba3e02fd19bfcd950490c55998ed5139222d447c63cbea1033b27534e2a160b

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gjalla-0.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 57503535f01750f0104da214997ccdb92d6e9c2be1c797b0fc3d1e84033373d8
MD5 e5490fa6797970788c126f7da497ace9
BLAKE2b-256 39564406161bfa9a3f24671149ea9c9b218a2ac3cf40a6f327e9c3368dabbc75

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gjalla-0.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7df07dc053f29794e10a454ce2ec47f5c08f648933b046559b54fa68e2919039
MD5 206c940bc58b72bfe95be42ac7643f8e
BLAKE2b-256 7d05f79abb986c289131505a989060ab046939ca81a68e69cb31513589688388

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for gjalla-0.5.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2f6967baa23b06d47a2bb6454edc8e500d5a74202effbdf366e8f052c59590ce
MD5 4e1b64f13a3b30ce1d01d13fcd54f8b7
BLAKE2b-256 81463bb9c630ed4fa33dc531be2e4187e4a90ec0103e53157040735d2257e8f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: gjalla-0.5.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.3 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.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9fbf2da4d7c4bbb856ef2f6bd553f756e0c57ddd7a956d3bd4f8db436039a16c
MD5 6732bdcac46f3d174c436c2acea8465d
BLAKE2b-256 7e0cfa5b83a39ea8ab52639b82a4f5c3b484454c9fa7326e0e750b175c9e586c

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gjalla-0.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 682d8e11cea4a314e88c157e220e91db276997ae9ccc625ab36d3863a2dda5f3
MD5 c5a6c2fd4dabab77dfe0575e380f3300
BLAKE2b-256 b349c7c603285fc0afb4f5c8995f58b6e059908b6bf4774c5583bcc8bd65dda9

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gjalla-0.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fbf4f0b2aa7eb1524fd911d1c9125b27d81ae1d98127df752f1b72ef4887954d
MD5 975c265ad9fba4e6c036b4669ea75d70
BLAKE2b-256 20c46a484a8fbb0e5789a78d37a45eb758c2d7ae73d8a18ebd98268b617d2ac2

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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.5.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for gjalla-0.5.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 054f5c578ad09e83f487276f3244f7e88a399f707b90f3944360d91cfe49f674
MD5 f1fd5d7208ed08f1d5976e64408041ac
BLAKE2b-256 d664daa6cc3ddcb656bc79e0e176c5853f914aa8ab0d4eb631e279a866c7b043

See more details on using hashes here.

Provenance

The following attestation bundles were made for gjalla-0.5.0-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