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

Uploaded CPython 3.14Windows x86-64

gjalla-0.5.3-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.3-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.3-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.3-cp313-cp313-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.13Windows x86-64

gjalla-0.5.3-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.3-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.3-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.3-cp312-cp312-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.12Windows x86-64

gjalla-0.5.3-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.3-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.3-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.3-cp311-cp311-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86-64

gjalla-0.5.3-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.3-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.3-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.3-cp310-cp310-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10Windows x86-64

gjalla-0.5.3-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.3-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.3-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.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: gjalla-0.5.3-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.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fca16e3dd769211fe24167f03557f5af46de611d93f3c142680a86b0abb1fd20
MD5 3ad6e1d95b592ca827805767fb511b98
BLAKE2b-256 85ad911566bd643b6ee6a3af5baab30a546724d24657ebb9c2a11ecfe36799bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 050cd83cffe68090b9fd408dee148aafb8c5ec5a0c88ad2caf5f94480404a0a6
MD5 72222c225eec8bdadbaf9dae5c789898
BLAKE2b-256 59e2aa5747492da125f0a2e30a07a4e9be0f4e129347786b0dcab631f5946f44

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c2e8a0609611571a2a22f22bac83171e2dd291182f9998fef1b23f786a5cdd90
MD5 ca1cf1b7ca9367083119aa621026cb2a
BLAKE2b-256 d55ff7366ff52b28ec5ed3bab610a64db9522dc52b3aa48a1baa3f92d01f3592

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.3-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 5203c65187898a08bf990f092db4490a437934a4ae5430d17f3d8253c49b7559
MD5 bc5bc05f2cea3c4645585a1c9c4206ad
BLAKE2b-256 33162922c9587c256cbed6795d956fd658d770dc346538bd671df0d03610ccb9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gjalla-0.5.3-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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6eec90920f04b3e8e5a4566436d83875694a4f71b10495923f59d94b6ce315da
MD5 b74bba4ac4673347d685a8f7bf9be9ea
BLAKE2b-256 643c1e041586320d8fc556a01403fc42dda6441d00da13cd9418d3cb56098493

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 90a25a5b88b55d1b86dd62425fa3e132bd86d21fe78d01ff063bccae7569163e
MD5 f8b19ac2ce87dae11f0b0c20d276e7da
BLAKE2b-256 d7a45063dacd788cfb49da35dee6d8b51dd09556986a706ee3dac70c4e1c3059

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e43f86067895dc2cb19b1d38e617f1ed1db7eb81d72593f704795a3ed598b271
MD5 22d8cd5d8cf8fb6117644dbe472a83b6
BLAKE2b-256 c765c40ce56a8e624385380f16e2842e6e3d5a71d4b7468d9d0fc58df0df007a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.3-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 71a5f6479cde914a298e9509cccf42c034a28524722746c89366e0ab426d9bc8
MD5 699c72e7a173e2d06dc33642ce6db54f
BLAKE2b-256 04f9761f8d5ebfc6ca6717c62739dc9d9e21e6bdfda8853fb014a44d53cb691f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gjalla-0.5.3-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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e84721fd749f33e1e95d4b3a44f4bdaaf709bf11760faccb53d132621557f924
MD5 4603ffc511b0e85aa2965cd4a37d1d82
BLAKE2b-256 380d1a2ddf277b5fb9dc7da0801d5a1d394f8acba9d0b8c634442afd61b7d727

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 349984c9eb28ab74ceb421461d6c360d01ed0b395e6716826b9ec3eae3962e6a
MD5 882d8db0c5af1cefc6b9d38cf61e0230
BLAKE2b-256 e395b2d5bfca69e305df5997efb24c9da9acffaa05f8284b8f3f509024076a8a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fd3540302d34366f718252b60608861596f07fee80ce02f91ca6662b77933d99
MD5 793d07046e343b529e4d77f06ce12490
BLAKE2b-256 3d13f101dc27b86d59903ede89ca2020132d8e24fd3691113cfcc28b4404d4d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.3-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 e135ae037a98c32af7134f35c9c944e6ebb5afde7155c291d054e6d731244578
MD5 1bacf756cd8d9aea5a92e2c8e4f0c722
BLAKE2b-256 cf0639606df2b649ccfd625d8eb87049a262cd71fa6d09216a652e1c2db2a4eb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gjalla-0.5.3-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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 95d56b0836286e2dcdaf3e47ade2aca8af57196f0c5264e0d22645795599c3c5
MD5 d67d55097dd84e9bc8770c85b9241bb8
BLAKE2b-256 590c7657d0d4ac7eb77a85f04b79a34e5229595cb443d87cb300a9faca9ba319

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 165942dc71be8b89ff85ce6bc6aaec6384a7b375e6c500c01388e7a6854d6903
MD5 2f054f53af979ec60c14285446353028
BLAKE2b-256 eee7500b28ea31ec40e292aa681b666395e9d27891cc42504bfa138f5658fa59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 161b3fb22c0d146c2e2dc89faa5d699cbf35c7f555a09f371e374d752574b6b1
MD5 756e5db978a95eb581198a33a6987f5c
BLAKE2b-256 e352fc251157d0917c8a7569bb39456f5f4e0ffeffec0e2fe3a10a72008aef0e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6839bd2f6cc0f1a91af0c1215b340d222a7140ab23d411b673ee1f43a78ecd53
MD5 1ac41fdf8077fcad653e5bea3b194d1d
BLAKE2b-256 56d34d4e106a094f83bab68b58f6db1a294c06a403cab61372d2c713f41e093b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gjalla-0.5.3-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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 63e71f530cf1e1e45590d9bd3e612805354ff40bcd383fd2ece729bd0d22f09c
MD5 126a7eb5e965f30c623cc29975a74459
BLAKE2b-256 568456cd63c54fbfcf37b12ca2a1d61b634b04205344c3650afdbe2da239c25c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 08368d84aa4cb3e1b0dc1c21b2fb36c056dbcddc64e69d1c2f0e48a3b0a485c6
MD5 f4680b9c864f18023abb2fc4810d50c6
BLAKE2b-256 96d12a96e1718c6b4e8c7d2f221f144c79494fdcd2a419469c8408ec79bfd2cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 8788023fdb80c8896ddbdda575e159a4ee6c78aaa30ee147bec802ccef84d66a
MD5 94974e4d8c87338cd30c3e73ab331270
BLAKE2b-256 60a41f349df8dcd51e6e6309b33ec471b451502e01003d1d27b24ff600806634

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 53c0e3bd66745352b69727ce1be7f48375b2afba778ea5f134d3dd8626f1b396
MD5 49b624dcb5d3a0464e02cda6e43a1608
BLAKE2b-256 211170d7d54699fd3168187fe26d16856ee9df17f5b70e60ee3d9d5f98120ede

See more details on using hashes here.

Provenance

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