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

Uploaded CPython 3.14Windows x86-64

gjalla-0.5.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

gjalla-0.5.5-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.5-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.5-cp313-cp313-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.13Windows x86-64

gjalla-0.5.5-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.5-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.5-cp313-cp313-macosx_10_13_universal2.whl (4.3 MB view details)

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

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

Uploaded CPython 3.12Windows x86-64

gjalla-0.5.5-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.5-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.5-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.5-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

gjalla-0.5.5-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.5-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.5-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.5-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

gjalla-0.5.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gjalla-0.5.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

gjalla-0.5.5-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.5-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: gjalla-0.5.5-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.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1daf969775aa9d6de57f01baa3d36a4f597bf740f5354db5971c492f03922fbd
MD5 fbc42a2d9eadd9a1854470a5a8d201e4
BLAKE2b-256 97e34f492cfddc7a1d601d09b5ae803bbea7dd714ecf9ef4b6f4b1fa795d5df3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 942cf1103111504f984842eabb043625fd707b73c2119603ced76b73be755127
MD5 088f1174d48f2c576ae912374a0fb94d
BLAKE2b-256 017db207a48813620dd7d64863d15834376a31e30e8a16dc6a59721b859e2a33

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a02fa27e6c8abf60ad5a94bd35aa37e64b85299f994a9af90d308f765483a985
MD5 2bc1fe3067b485388e32c381606ada12
BLAKE2b-256 f3fc10344e33706d21eb0f762276b483aa8f0e64305612345c2575cb1b77afce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.5-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 9d8fc0032ee2389de6c8c0737393eb49ef046c3189a3937bcdc4bac4433359b2
MD5 62711b3db41092fd4ad0e78fb94b1ae9
BLAKE2b-256 f37b0b198b3eaeaaae2aab0d9d5b4f2f82ef33d13de636a26f79422a16660f02

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gjalla-0.5.5-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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 206498f302b430845ad19551dda2c0566a8d88689d6407adc8f4882a9425b47c
MD5 5515c87c3f20257b8d462cd18112a278
BLAKE2b-256 f4b8f0903860212eabdc1e41688db6b7d99fcb4b87370fcda6b53a1287d6300c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e9c1cffcff6791d9ea20aeee76ec766271bc3ee30dc4b7d58f9029ef6ff88042
MD5 efbe9712a6e695a67ead0812f6ddf957
BLAKE2b-256 048efd38160d91ac3f6838c2a16cf4868a9bedec6c3f38f7e85ce2fd0806c982

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0095d3a83bf19207ec705386f9dc763ed8c045678decf29b26187ef0ae8ba1c8
MD5 8df088fb89b841d80787b70da0b0cf60
BLAKE2b-256 c85cc51fa38749fcd3034ddbfce05a0a886797661b304b06451c8c32cf31fb7c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.5-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 729e115513d5996ede5575e9fde5cadaabd0eac0e3136fb69e9c2bdf7701334a
MD5 22daace7f316a1558d734b8c78a63d31
BLAKE2b-256 ace0e1f57f007cbfbd7c22c6905103faa598c5f6823bd7952e56a249c36920f0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gjalla-0.5.5-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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 94a25415e532aca360584edeccf8beae1ef0ba66582f754ab52b14b39a80cf22
MD5 c9c2b748fc49083df05704da9c6c6ee3
BLAKE2b-256 477fa4e85f7d70082f715c11c20c63a369bd13e52719dc539d5acafff35aecf1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d4584bac63867017aac5e03fe33da74ee46b73e65307f6400f801b1d825eb183
MD5 17a239dfbbdfaf3038b723a75ac40d09
BLAKE2b-256 9a07ae1a1143e760d4a177270a3206bc8704656f6a4251874ad02471cfdcddf5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 563b62874c0957f0c2a4e0cf3964a7516ffddea2173179a8039258c996b4e5d9
MD5 b262c549dff539ed1d68667bde235d47
BLAKE2b-256 d9118d69f6106b23b4f95ec4ca4a3fee137ddbd146c012255081d08c590ec9e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.5-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 66bf51b45502d2044c87a79e65de8e0a7ff93bac893ba54230797b032d9a2716
MD5 942ff0796faa666141c1d2233de069c2
BLAKE2b-256 f7f992f8e927bf28ad09222dcf3c38c43ee2ba4a036bcd0d4bf85f5ef30e15e9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gjalla-0.5.5-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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5ca7730591e4fb86aafecc8b7f04ef46423687c56f390f435cd59c9c3489e5ba
MD5 840ac58fc3fac5d2aaf05cf14347e66e
BLAKE2b-256 05dd785cd5cf79a38f1521f3cc0ec9ba0344bb5e94b4e3a2e797df2398a3d1ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ab9665590ba2c52eac500d650ca3974fe154a5c220de156d399e5430f3410507
MD5 7ceb3438ca916831da4d130f2ac06337
BLAKE2b-256 d440aef4793b5817964d39826cef1c285837695d1cb4d02c1b259ad631d46892

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 8d47d4cf86a08ba7d0e3cd8038a797ec6a2f93d9be71ecd8375d491f8b279264
MD5 6457abe9499a3488887344d1d8161fad
BLAKE2b-256 39246230885ec19226e0c291b03094ebff72873ef80c1a4aa7a0de345663f287

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.5-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4aab1e4920c7d9e3ac58554823c5484993ede9a59698a5f08b78ce88367e2693
MD5 870d6b51b1d254f7c182ea8fd3dd8872
BLAKE2b-256 3d89ec09f33c9f8164ba895fcbd8092bd6def7f3cdef6e05295e1a7eda39906e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gjalla-0.5.5-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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b3aa416918514a91ff666b224082d227c18ac657d4b1280df5ef7bd4d507f3e0
MD5 ae005f2574d90494fcd3ae6a0068d646
BLAKE2b-256 040e21e0e3738aea9a90553a0eec39441205207f05ea30ae86fb211387505a77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c35930f0c1005eb7b64e958fb06c80e18840714e4d54f73777ff0d8f4ee1249a
MD5 b3ffcda7754f7a5669844da89c968138
BLAKE2b-256 2ea2e0894e0f40d4364a9bd157b59994fd0880cd8047ff56e28876dea27fff40

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 965d2cfb0bd570c4187db4a00653241b31eeb5ee984472edfb46099bde7df65a
MD5 a0e560755794f7c9452caac39dda2d2c
BLAKE2b-256 46afca5f721f1282687e80510846fffe16efaeb646d3ba2bfe19a3ade8af7226

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gjalla-0.5.5-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3c95451ae72267993e22bf3961cd009085b0ef915f55c288d7f96ae97fed6058
MD5 5fd24da01b2f72853606f93685a22c0e
BLAKE2b-256 1338d5ef570cf0f3c1d8c7794e6fa3648c8f1ad84991e8dcba2868daa5312eea

See more details on using hashes here.

Provenance

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