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

Uploaded CPython 3.14Windows x86-64

gjalla-0.5.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

gjalla-0.5.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

gjalla-0.5.4-cp314-cp314-macosx_10_15_universal2.whl (4.3 MB view details)

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

gjalla-0.5.4-cp313-cp313-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.13Windows x86-64

gjalla-0.5.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

gjalla-0.5.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

gjalla-0.5.4-cp313-cp313-macosx_10_13_universal2.whl (4.2 MB view details)

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

gjalla-0.5.4-cp312-cp312-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.12Windows x86-64

gjalla-0.5.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gjalla-0.5.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (14.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

gjalla-0.5.4-cp312-cp312-macosx_10_13_universal2.whl (4.3 MB view details)

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

gjalla-0.5.4-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

gjalla-0.5.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gjalla-0.5.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

gjalla-0.5.4-cp311-cp311-macosx_10_9_universal2.whl (4.3 MB view details)

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

gjalla-0.5.4-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

gjalla-0.5.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gjalla-0.5.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

gjalla-0.5.4-cp310-cp310-macosx_10_9_universal2.whl (4.4 MB view details)

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

File details

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

File metadata

  • Download URL: gjalla-0.5.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.0 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.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 262a8ee5ae6ee9a152b4b3dada6f3a9cd51f4cd98500e4cf0bd386fd387cbcc2
MD5 7cb06d3e23e5b89dea1fe4d2dfd48139
BLAKE2b-256 2a42e6abd29001fba73487b7242f1d2a3cbf853d2072e8d2deefacb0b3a1f943

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7668085575a8a00293ed9605878fbb78c38856f04795978cacaae9a88474189d
MD5 972f15bb8ac9e5561ce5944f12cc00ab
BLAKE2b-256 9336b02b06a521f735a3aaaabbad4176eea19cbff205c75de56ab48f0cb1929a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 cc2a783f3af74d377f1de98b0aeeb8d5dd01ad29e46dbeaa9c43142d19d63522
MD5 c200288460a864c7dcd971674a64ec19
BLAKE2b-256 8bc2d8d816895e57d00a54ed295dc59af77eed9ac675c36c31e0ce66b4cc2630

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.4-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 305d5bc7bd04833d00e7ba6169fef700178fcaf1b75c24aa2ac6eb5cd8556e0e
MD5 f236984bedeae4b78583382a7532a661
BLAKE2b-256 8091069cd6897e2f24e579e52ec7fc67f27dad71a0a76e5eda375ee3232af1d1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gjalla-0.5.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.9 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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7e007b2b11fee4491f995876249836647d5747e5ee47ea8da5915e317be0b724
MD5 eaabb64b7b33113d3516fa04cb486e86
BLAKE2b-256 431258a2e90afcb5fa138861f460bcdbd38c274a01b74a860c8587d6f0f853e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4ba1d47290387f5e9ed3d68e5dea14cf4bfc3f5174ffd94dcbe5980365333b39
MD5 268a48c838b7abe4f9169d4d6c15fe84
BLAKE2b-256 5eb484f3469d4fe5b9706f14b727ffdb2ce08471884d68911c95f1b03e5cb92f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fc9705f221da3a817a25b8ee1fd9b47c4ee9e78e82f2d4b68868ac4692011743
MD5 845257efa913a7382a6f9de0ef626753
BLAKE2b-256 b4ab899fdbcfd2b25a0544bdc9fb45324be47a4260a0bfbe83bb26361141f027

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.4-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 061983d90a60de1f9a3f4fc4af691f6f48710b8f60fb7b4758f15a28f146114e
MD5 4dd1afdd6c4ac74a14af433c6d13eeb9
BLAKE2b-256 084523ac368e43dfb26e45d2adb8be9fb21fbd353ba46ae78f004d04bbedf3b6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gjalla-0.5.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.9 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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d79a74c8ee1bca890b22d417d9b73407c2bb4334f4cad27a45fb8ea1ad263a43
MD5 9d08e38c77cf58f35f7c620076a12ccb
BLAKE2b-256 afc80faaf2be32ffdd03b28a16a39d9244a91030eb90aebc62c3a8e38a786635

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e8b875dcf839452ce6592b59caabd62846941707863a90cae04c49bb66c8409b
MD5 789b5b80d7b5a217156c60ee5833e460
BLAKE2b-256 0d5ebd813440526e08acd2d0f570b3bf8fe06f84fd89635228baff24c8d0a6c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ed7ea32ebcc45500f5e12d3121eedeb889d1afd5fff08e8f55fceeda715be4ed
MD5 8c2fd9fe826c8f15bf672078e53d41c5
BLAKE2b-256 b7fd0d27febdc58220379e912c97202a597f3e2534c1b40a32647745277b69ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.4-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 a153e1842978fb128b79e7fed01ccf7f990ea399fed55d0ef23e5214a5b75e4b
MD5 bf853362198f36c46c9d97453f8f3b3a
BLAKE2b-256 8cf1dd4d8609c8c18f0834875d4fe224062b35d6658bf243b77d801095b433b6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gjalla-0.5.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.0 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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 691c5024cfc56043da3f5385d5cefb86d9cac9692bf8f0d5c310d3740d459103
MD5 28138cae2086b8b3a6972fb732532683
BLAKE2b-256 0733f95f9c0003a4dd58fd00521ea9143e7512d00238fd2c0d6a7ea60c699853

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7a1758d201f3508d28caf5c60bc929b1c605da33d20f0e5af20e51ab25c3e3b3
MD5 2e1d48655376a30542a083cfba03d3b7
BLAKE2b-256 2c3cc5052cbd932bd9cf69029341a2b814cde7f5510cbedbbee1237873669cde

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 96003e32f6f097f339cea52df3d78f1f4600ec432ce8c255c8da7d66a1cd104f
MD5 cc41c619df774d8954013b1736e2b522
BLAKE2b-256 28483b327b950a3f631b5df01b103104c8240ad579009e1c4ba97b0713093881

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.4-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7f43e32cf0bf1abce27351ba856a45b56f03edd4fe42b290cee4381ff18ee28a
MD5 959c94add92f05cbc57e30f44ac4ed08
BLAKE2b-256 403e9ed3b17e23c3c5e69caebd3679c276f72d70829e568400d51e73c602582f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gjalla-0.5.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.0 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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 013aa45cc82c7a39ba8c387a16548fb58b7da2a3a601dc5c19e1774778198d40
MD5 f027f0a488e249765901071ea449abf8
BLAKE2b-256 dc9baeeefd9b9bf948701abe959bf2805ecb36d38c12834f4f79123353ed3f69

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 453857e1d4d022cb09d9e006f2885443e38de2ba1a0580001684015700a09caf
MD5 9b39293728dd5158a3bb32bcac0ff02a
BLAKE2b-256 2daea26588b694e3bcdc6295bedcde802bb95148a01114f37082113621d15bd4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1aa4ae2e3beecef39c7ed6479ab137a3bc011f9f21b9bcd03aabd4a9e0c5b1a2
MD5 47049c1308645d3dc32f0ac4a3846bcc
BLAKE2b-256 4e7ad7004f5b82868f949a3c273fc228ac13141214021310f6164109237ebad2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.4-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e6ea529e8d853443714b991ff4d2775e03c64b41a339a69cb28cc54d382e11bd
MD5 d8b6b3e157fcacc8d3308bc69a005afd
BLAKE2b-256 770f28fe63b1ee3e45d186729a9054fe0017257ce2826effcb3dd28aa89a1376

See more details on using hashes here.

Provenance

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