Skip to main content

gjalla CLI — visibility and control for your software architecture.

Project description

Gjalla CLI

Visibility and control for your software architecture. Agentic engineering made magical.

Installation

pip install gjalla

Requires Python >= 3.10.

Commands

Command Description
setup Set up gjalla in a repository (interactive wizard, or use subcommands)
status Show configuration status
state Navigate project state (architecture, tech stack, capabilities, etc.)
rules View and manage project rules, principles, ADRs, and invariants
attest Create commit attestation (interactive or programmatic)
check Validate commit attestation (used by pre-commit hook)
sync Upload pending attestations and refresh local cache
project Manage gjalla projects

User Guide

Initial Setup

gjalla setup

Launches the interactive wizard:

  1. Check git repository
  2. Configure API key
  3. Verify API key
  4. Select project
  5. Create .gjalla/ project config
  6. Install commit attestation guardrails
  7. Install MCP server for Claude Code

Non-interactive subcommands:

gjalla setup auth <api-key>         # Save and verify an API key
gjalla setup project <pid>          # Link this repo to a project
gjalla setup project --check-access # List accessible projects
gjalla setup hooks                  # Install git hooks
gjalla setup mcp                    # Install MCP server entry

Viewing Project State

gjalla state show                                # List top-level keys with entry counts
gjalla state show -c architecture                # Full architecture section
gjalla state show -c architecture -v             # Architecture + file evidence
gjalla state show -e architecture.api-server     # Drill into a single element
gjalla state show -e architecture.api-server -v  # Element + file evidence
gjalla state show -c tech_stack                  # Tech stack, frameworks, vendors
gjalla state show -c capabilities                # Project capabilities and status
gjalla state show -c data_model                  # Data entities, domains, attributes
gjalla state show -c services                    # External services and integrations
gjalla state show -c surface_area                # API endpoints and auth requirements
gjalla state show --system                       # Cross-project system context

Viewing Project Rules

gjalla rules show                # List rule categories with counts
gjalla rules show -c adr         # Show only ADRs
gjalla rules show -c principle   # Show only principles
gjalla rules show -c invariant   # Show only invariants
gjalla rules add -n "No ORM" -d "Use raw SQL queries"  # Add a rule

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": [{"name": "web-api", "change": "modified", ...}], ...}}'

Print attestation template:

gjalla attest --example

Refreshing Cache

gjalla sync

Uploads pending attestations and refreshes the local cache from the remote server.

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

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

Uploaded CPython 3.14Windows x86-64

gjalla-0.5.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

gjalla-0.5.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (11.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

gjalla-0.5.2-cp314-cp314-macosx_10_15_universal2.whl (3.7 MB view details)

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

gjalla-0.5.2-cp313-cp313-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.13Windows x86-64

gjalla-0.5.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

gjalla-0.5.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (11.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

gjalla-0.5.2-cp313-cp313-macosx_10_13_universal2.whl (3.7 MB view details)

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

gjalla-0.5.2-cp312-cp312-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.12Windows x86-64

gjalla-0.5.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gjalla-0.5.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

gjalla-0.5.2-cp312-cp312-macosx_10_13_universal2.whl (3.7 MB view details)

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

gjalla-0.5.2-cp311-cp311-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86-64

gjalla-0.5.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gjalla-0.5.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (11.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

gjalla-0.5.2-cp311-cp311-macosx_10_9_universal2.whl (3.7 MB view details)

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

gjalla-0.5.2-cp310-cp310-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10Windows x86-64

gjalla-0.5.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gjalla-0.5.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (11.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

gjalla-0.5.2-cp310-cp310-macosx_10_9_universal2.whl (3.8 MB view details)

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

File details

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

File metadata

  • Download URL: gjalla-0.5.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.7 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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7ed1a37260e50ad15a4d7ab937f0adab03dc8278542384e392ae89ee76b59943
MD5 c207605615b4a1afe745958619c09f5e
BLAKE2b-256 d2a50c9a9836233f06e597e4b6e0db5c3cbcf147d4f540670905bcd8a207b52b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 17fbe4985d0ad5f874fabc274f240718e04258080d8dbf4488e1502b5a2bc732
MD5 40910173567c1a995a4c4f17c36f6a0f
BLAKE2b-256 bc1a2b4068a23e3a6ee46d751f26d56d3c7c9f4880c57ebbc9e9447175fedd3e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0e4285d5abed98d5077a2215d2ca067cfb5e7ee249e35bcbf2e14ab91374f8a6
MD5 d078d4fe7d390eb770bed1eaa0a8ddfa
BLAKE2b-256 106b0d0e347cd70d8e95b18ac97268a7a105638ae017a0fda121c3496141562b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.2-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e98ceb92223abedd30fc251bdadfa0a2d1684193caa4c190798871f7717ac6bb
MD5 2bd1a302c27e44320180830965736d21
BLAKE2b-256 18061157fb5f2f529cbdcb18fea57e3544cf5a6296ba86b20130e6db9f6fefd4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gjalla-0.5.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.7 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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a847f89a989fa77ca68b55e9e9b6db56bab72d029b6823d58356b59920477fda
MD5 46ed9bd2baadebc7e250064319bbf363
BLAKE2b-256 cbe9206455ef0de7a09f52d35c968da13799b912633a541a1c542f959eeb7a18

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 1c0037c46adb311b5582d1da50aa544ca93b1693b4d18155e1a066d2956900b3
MD5 dc3552e17c3815fb2f6725df4cf69f3e
BLAKE2b-256 52652063535ac752f7336ef154f28c72bce34c143f7c65abfa4550c6a08bc714

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 02ed1dabfdd3fe26d4531514aa6b7c7eb40406895c66e6a27c23f60d5d493e6a
MD5 f01bade3f3b564ea71676867dd996937
BLAKE2b-256 e2372699775bad66f74c053bd4637cda976fc782538975a5bd641c1f77e43284

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.2-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 c46e35fae63b455e3e152bb15b714de9b620ceb4b7d2e96e97adef5a79b3fdc2
MD5 e323b5cd3d6698e4739360a0e4259c16
BLAKE2b-256 582c8acbe435094c873f7fb05ee730ce45f48a8498125acca6385eea8b514fa5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gjalla-0.5.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.7 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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b96458043f533388d23184178124481d476ab03ee4179333580ac855705ef050
MD5 f4eb5981d1a0e93f48c41a520e285274
BLAKE2b-256 16adb86e215dcd6b3b2c0a2b58456a26f3b6e77fb1fd8405206aa5da4bd00c09

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d7dea9d78fa68af4375cce1485319c434f95b686bbea136ec596c605442c9bd8
MD5 2a8d5dba1603a0c700c3df3811e8251b
BLAKE2b-256 78096e2881838b124883c9094be73e89b38d994440808c86da6587d4efb83e52

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 237bc07f75af6ee5a85a0c05d48505d0afc88a24f9fa069b5a06d646b88b7b4d
MD5 1a2a3f09698130500b7feefa288548ba
BLAKE2b-256 5e10c5289cfe8bb4a738546038f344b24ba64814f68e7b54aee1149c44dd472e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.2-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 f970da56f1af1ee4243e6e58c1786573f1e7d7ec2c4da60b5b9e0c40abfaade1
MD5 7ba9df79773212d996a891288e209ad9
BLAKE2b-256 11490f61e741e9df128bfb7855745b7c17525628e08b1fae2fa62f36ad947ab1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gjalla-0.5.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.7 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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 28dfe5f3692dbfc06ed74dd17c5393dd2bf8900a0cb941c9803732c768f7407d
MD5 e3962362d002369a006341cfa8d90642
BLAKE2b-256 619a7f515e3d853f95a3da092fb680a0f5dbce56ba2b1d6e2d9517b2f5c9a169

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 27ff7bedb59cc9522d9ca28b4cd892c8de8f073ae81b7311cf48703111eb3e9f
MD5 78c94999fe0acded1ea62a352583ceb6
BLAKE2b-256 f400158198c43154bcd3bcade0214d19cb25e2dabf85d697fa4a1fb5dfe8bd05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 72536fa9aaaae627d9deb79562d62c56e80c96744e7851401b3246f921c5ee6e
MD5 818f00a13c3576aedf40a8caaba67586
BLAKE2b-256 2b5805ef3e6f9d06fa96057b966dfda161ed3a01f44c7525e8752b1abebde42d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9b813079f98376c3cbd9aa57d4d32bbc8ce862248184040b509b9e158a6d804c
MD5 bb78733b8535e2c43de87ae511ca8f02
BLAKE2b-256 7b23256f475bb6fad0bdf7c80eace4e4f716fd1f55cfc3d94c4b6bfd28cf307a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gjalla-0.5.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.7 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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a664ff8f0f8ffca12d93b6404e1c8392716ff36d34ab97d571b54a0163d6659d
MD5 2b6d9e8b549c6470b6ebaa1b0b31b262
BLAKE2b-256 bd5804c133e794c6e811a61e1b46bc59223dd90cad9b0b9125cdb112ff8e4c54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c9f9860500f37062d99f47b3e795ed1f5328dd576dd8a346c4f9cbfd1642d43a
MD5 ee228fd6c7b60cc133fa2a7cf4ca0e79
BLAKE2b-256 f1886626412f2d28c5ebfc87e1a1cc29466d7d08bbfc2787b9032785659ec4de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 259816417605dc4f278e3f16a7475c23f42762ceab05eb120c4d994b462056e0
MD5 671f12f041597ede1e61d76186fde0da
BLAKE2b-256 24878cdb8c6d806f5a8893b6beb940bd2e4098214b93dd38e1578f72fab14f0e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5126689bda83ba4648cc9770eb5a61073b2ea31c942ddc3e7b1a2e952ff16eca
MD5 9366258de5d521afe549b22c42bfbec5
BLAKE2b-256 b53a95bad966b07873f6db2b869d93081c81fbb85c1a0aed30d69a3597af8f22

See more details on using hashes here.

Provenance

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