Skip to main content

Git remote helper for syncing repositories over Reticulum

Project description

As of RNS 1.2.1, all features this repository provides have been implemented in the main reticulum project using the same names as the cli tools this project provides. The RNS utilities are not compatible with this project, and as they are now the defacto standard due to being installed by default for anybody using RNS, I'm choosing to archive this project.

pypi

git-remote-rns

Reticulum remote transport for git. A mirror of this repo is hosted at rns::6969b682832a26db5bcf2b5818e9d2f0/git-remote-rns.git.

Installation

pipx install git-remote-rns

Starting with RNS 1.2.0, RNS now ships rngit and git-remote-rns utilities that are not compatible with this project. While pipx appears to still work, this does mean that if you are installing git-remote-rns with pip, it may not work unless you first remove the rngit and git-remote-rns files generated by installing RNS before installing git-remote-rns.

Usage

Start the rngit server to expose the repository

rngit --allow-all-read /path/to/repository

Take note of the destination hexhash that it outputs and then clone the repo.

git clone rns::<hexhash> my_repo
cd my_repo

If you want to push changes to the server, you can allow specific identities to push changes with --allow-write.

rngit --allow-write <identity> /path/to/repo

You can limit reading to only allow certain identities to access the repository with --allow-read.

rngit --allow-read <identity> /path/to/repo

Any identities specified in --allow-write will automatically have --allow-read.

If you don't specify any --allow-* flags, nobody will be able to access the server by default.

The /path/to/repo directory can point to a parent directory with child directories that are the repositories, in which case you can specify which repo you want to interact with when cloning.

git clone rns::<hexhash>/my_repo

The repositories can be bare repositories, or a worktree with the .git folder inside it. I don't recommend hosting the worktree versions though, as you wont be able to push updates to the checked out branch.

If you want to browse the contents of the repositories in nomadnet, you can just pass the --nomadnet flag to rngit.

rngit --nomadnet --allow-all-read /path/to/repositories

This assumes that the directory has multiple repositories in it, and without --allow-all-read it will expect all users to identify, and to be on the read/write list to be able to browse the repositories.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git_remote_rns-0.2.5.tar.gz (28.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

git_remote_rns-0.2.5-py3-none-any.whl (26.4 kB view details)

Uploaded Python 3

git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_x86_64.whl (660.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_s390x.whl (696.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ s390x

git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_riscv64.whl (618.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ riscv64

git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_ppc64le.whl (689.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_i686.whl (698.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_armv7l.whl (571.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_aarch64.whl (607.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_x86_64.whl (652.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_s390x.whl (693.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ s390x

git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl (615.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ riscv64manylinux: glibc 2.39+ riscv64

git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_ppc64le.whl (674.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (573.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARMv7lmanylinux: glibc 2.35+ ARMv7l

git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_aarch64.whl (593.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_x86_64.whl (656.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_s390x.whl (687.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_riscv64.whl (614.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ riscv64

git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_ppc64le.whl (680.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_i686.whl (699.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_armv7l.whl (583.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_aarch64.whl (595.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_x86_64.whl (648.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_s390x.whl (686.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ s390x

git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl (610.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ riscv64manylinux: glibc 2.39+ riscv64

git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_ppc64le.whl (665.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_i686.whl (690.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ i686

git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (580.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARMv7lmanylinux: glibc 2.35+ ARMv7l

git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_aarch64.whl (581.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (652.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_s390x.whl (679.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_riscv64.whl (608.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ riscv64

git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_ppc64le.whl (675.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_i686.whl (696.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_armv7l.whl (579.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (589.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_x86_64.whl (643.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_s390x.whl (679.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ s390x

git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl (605.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ riscv64manylinux: glibc 2.39+ riscv64

git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_ppc64le.whl (662.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_i686.whl (685.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ i686

git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (580.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARMv7lmanylinux: glibc 2.35+ ARMv7l

git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_aarch64.whl (576.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_x86_64.whl (585.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_s390x.whl (631.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_riscv64.whl (541.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ riscv64

git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_ppc64le.whl (640.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_i686.whl (622.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_armv7l.whl (499.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_aarch64.whl (540.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_x86_64.whl (576.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_s390x.whl (654.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ s390x

git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl (537.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ riscv64manylinux: glibc 2.39+ riscv64

git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_ppc64le.whl (607.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_i686.whl (615.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ i686

git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (508.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARMv7lmanylinux: glibc 2.35+ ARMv7l

git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_aarch64.whl (531.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

File details

Details for the file git_remote_rns-0.2.5.tar.gz.

File metadata

  • Download URL: git_remote_rns-0.2.5.tar.gz
  • Upload date:
  • Size: 28.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for git_remote_rns-0.2.5.tar.gz
Algorithm Hash digest
SHA256 1be832afd3b98f71d07e245829705a5503b47470985a388c624e22704369585d
MD5 1e63b129039ca00c2a1ac5b0a4cbf2cb
BLAKE2b-256 4e6f56566f696ac1e13726e24e5442f145cb14c5914c5f28061ac707d831e18a

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5.tar.gz:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-py3-none-any.whl.

File metadata

  • Download URL: git_remote_rns-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 26.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for git_remote_rns-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 1d6a53c7d4c04f1b12441dffc0c538ce67d3d9c3660260ab1459668191d265be
MD5 57f75fb153c563212323bef7c780e7f9
BLAKE2b-256 3e49d49289377f146e943447bedfbfad7ad446bb232a0210ec799831f33fbe97

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-py3-none-any.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7509ca24309c9c4755f4c76c5dcdc97dcb321656087682aabfa80e953b4896ff
MD5 e4dddab4409a633470f7e71ecd027bfe
BLAKE2b-256 604479d190f3bd9a7cef18128237f1b3fea512ce91d724282e0559270f31f07d

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 3c6cb720b34af330769b1c08e5a078d29f8a0a568cd01882b5b0f4ef0d744c75
MD5 ef0dd639a6fc166202e8df8ca57d931b
BLAKE2b-256 b554374b8f57a3cc723e37f77e682ad9e7bb2f2cd2e7b00c7d5519a1d60532ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_s390x.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 5229b92d1974ddbc871c981fe05fb5891c58bf68bed7762d47bcaba2303ffc5a
MD5 3816caff4d644715bddb3a4d319a263e
BLAKE2b-256 8869c29ba696a7b9a196a3eacb7dc87984fe017f6a870a26fbbd7f72a68e5f03

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_riscv64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 93b80e6f8bdf507035cc41206b8eaf901c104a5f911a03cf1813bb809cf1b127
MD5 e6134ce33433ce2abe2da9d4052d1353
BLAKE2b-256 209f435513a637e007c854283e8b3755b5bfec40a3756bb3b8caf376fdcffeda

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_ppc64le.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 94a8337fe2517116ec6e03cfb0c4cff7716546d47687e626fde210481a398ffb
MD5 afe27cdabb07b90f14301a3f091be984
BLAKE2b-256 819ebfa511be761270773d0097db9fb3a28610ca49e6c58417e1336cea5cbd1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 16f90f4fd294bf290c5c254874ab466966db7ab4099d373fceb7260f89865efd
MD5 06e65dfb17e7686b5b635a8106bdecea
BLAKE2b-256 783726db08b102862b39395a452f3ed8110aa6c1e89aba1fedf42963ee74a3a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 54a78485eeb309f4ba8c6f5e9ba1af43aaf825cc7d1af318ff36fbbba82f9fbe
MD5 de66adba3635b1c762b3638781922480
BLAKE2b-256 668bfca4982d33dc3627b89adff5647e34e695471a577c17104bbb60252420d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 d700ff032e219039ff7e2355e1619fabfd563e0c17e462a0fa5aeced6aa51657
MD5 5bb7b0ec8093c7ad8002e9c734095788
BLAKE2b-256 b582abc64f905785ae15bdd6794566efdcae6104dc9284d5275e5423dbee08c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_x86_64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_s390x.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 0159302723d1e8a7ceaecd591923533e2ab3f5aa6637e7517469cf32a002d4a6
MD5 6d1efa110c9423294b997a1280c8b408
BLAKE2b-256 de1e92fed0af3cb1f42ed63908fd94a3aab5dee994103df95e603f6d95df2307

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_s390x.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 168b2d17fb545fd7b67ad4f6cf3ec591e65cce3845c323f8ceef1575f0d91670
MD5 d01b66bc8b639c9cbb828f207586d603
BLAKE2b-256 e928362439c7b98dcf9fc22fb54295a02504b4388d62c13783606f56794b8422

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 b779e54eef21e1da854022ff8e2bf6c68d575e9cfdd6ee047ed7bd4aa3ff60ed
MD5 e6e9c6069ea9937c3a1e13e4ba3358e6
BLAKE2b-256 6d2b241285561a42d7c2fbe22899af09ca7ff143ec2aed27d5dd1e82c39d5f97

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_ppc64le.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 05cd439fa55e5a423e5c1b400982446b76db5cfc4a363dc740640e2d44c02fb4
MD5 edabbdf754d7585a31a93ae91e6f16ca
BLAKE2b-256 e42da6bbb35a7379ec7c267cc80658282aaefdc9004431a39f2bd58c0f78743b

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 5d2cc7fde3858ee6347d0bc94aaa747243751cd4a076ce567f0450700365888b
MD5 d4d3eac369cda30776208db7434a68fb
BLAKE2b-256 eb12e992d17ff24260e4e400365bb39a2375a6154784e272eff8b399cf3aa9d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp314-cp314-manylinux_2_34_aarch64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a0daf5a927e30f2f3ac8693728a9380808c45c07a0de4bea77bf2614a3c7053b
MD5 692928db25d31e1eccd95c58cf7478a9
BLAKE2b-256 1ec6157f5fafd1333a5317e207ae8486aa14502544c2b3a7e2b6f34e831877e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 d2be25666c665e7fdec1b3fe34ae2352d783c91d0686e7ed0f87c767a17d8172
MD5 27cfae93cb74f49e313279410be48576
BLAKE2b-256 23ab5353b8705cc1747a96c12666ebc8499b0589ecf2fbb5471bc5143683d21a

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_s390x.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 d3225cf989fd90d554ecf7256e2b91693076b83977c3ae8b36827d4d0cbb64f8
MD5 2d2375f691c62be8b2c9e5be81c546d0
BLAKE2b-256 026ea91cba7e6dfec92a1f2437c0181df8a63bb4cd20f97431e43a714893a6ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_riscv64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 fe5e4a56f9311024955f9ec42d84b9acc5ce2b15bf34cca9b4f9a004049dddb7
MD5 069f05f6bec006e645a59e8f34f125c1
BLAKE2b-256 474694b010967d4fe092f39e55a153cd8abce87b8478390aba49435ee17ff301

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eb892f6877d605b420ca238ba9596a68076f57f893989230e56c71a4a1186847
MD5 64afacbe7d8c5c537198542fbf3c3d9a
BLAKE2b-256 6a5bac572d4c9c91bad998eee4594ba6cd8e9c356fcc6c1e4bb77dda383080a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 44808d0ffc2d2c2396dcbf32e1ba2cf9b4c3cdef63069cad8b865d5c8173a2d4
MD5 d49496841d8870310ecb4cb34e781f3f
BLAKE2b-256 633b3a5a52306365871dac06079dad8227c69ddc3e990c21c6007a10f6e73c3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fb55356dff9d477a9800f76e47ed416176c5eec0e1b79e87b11aab872247d170
MD5 2bd3fbc9003ef7ad99d14906af4a3c7a
BLAKE2b-256 753c47f69e70da9f787a102ce91fe66faab49fe278ca95b6bb9772aec6849d76

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 23e3f0119fdd4396041783558643ae2577e851d452b9e3900ff5b49d1ee6d4c4
MD5 db00afe68695a86304c790701c5230c2
BLAKE2b-256 cfae8c7a9a6fd5accf91904a7fcba1c5a758de5170e433763f7dba3c7f55c254

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_x86_64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_s390x.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 2e0b4526830ac8a0425573b76994f95f1d13412b9ef1caf0dd26758aee076ad7
MD5 1652cb86f9883c657cc8be2af364ab9f
BLAKE2b-256 a915a90068c7105345fce9450cd574280b8fb9ce4b72f401a2f4958808fedc2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_s390x.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 7c9e77e097b369e630762bf0e11e922ede8fd8e3fba94dc94d408ecae9cac52b
MD5 93b220573b422beadf402b797c8dae5d
BLAKE2b-256 505a21ca4d79fc0a4e3c7430b3291af29b1e8919e385a10f0f0511608d4d4b2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 974d63283ae6ef99cb77d6c94eb7afa338d3ce218851779c005bed565e7c7a99
MD5 132ef76bb3805e241a06ee6da1a39724
BLAKE2b-256 3d8667f08f7086fa3c0884bd2d73944276b1696a54211e83d236e67c81493b2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_ppc64le.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 a5532efece259cf3082f6f1e48950b9d10026b225cfabd5cf301be23b7221474
MD5 274a09186038e120702415bbc72eb7e5
BLAKE2b-256 f29115e7cfee649d587f8297c0ea0cddfff04e145e8953a2fecbe22750e85efa

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_i686.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 9f31bc8cd259307aa5fc4cc8626eaf22852075abb402ee3db36210bbb0e1aa46
MD5 63de5666ede134e4f1dd6432ae561cd8
BLAKE2b-256 cb0f23aa183b12c4fb89156e59f71901dcec6e3a493a09b42df8211550ab4332

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c3168fa020c2bb92416cfd576d1dde6e005cb9a987ea3196115f04d0eaffb5d3
MD5 247a26c97f7c29e5b2f5374fc0da27e2
BLAKE2b-256 e0f4813b7877248d9188871f900cd8549417968d255700b2c380459f6408172f

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp313-cp313-manylinux_2_34_aarch64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a469414297049243f5fb09a345755cc0d399f36736ba65a8488412ed2349e3a
MD5 f1d5aed22374aea8b41898210bff1623
BLAKE2b-256 012ea7d1a8c667747ba19b0344f67f9a0acc1788d047107d34ef4c1d3608d7ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 8541c1b1ad1e92d728ccf6d61dd8297615a401471748e8a23e501a995e0c2c2b
MD5 293868b87f82ec135c7c185ab0c2a985
BLAKE2b-256 18e016d175264383b5a5392485cd100270fbc78e54be04e0f58535468a802092

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_s390x.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 9bb9f595e7e5eaec69bfeb9439b0b13eb844bc56281703b7b5a530338be13509
MD5 863a3668c31dbe01abbc692b7eda577f
BLAKE2b-256 c79c2e6495a6ca6ff75deaeeb0e5815d7e5a64ccada817a2eacd2a5d1a2042f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_riscv64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 8fd01a7266059d934865ecb0c8449669ddbb430255a77f0c9ad1194d1a9e90b5
MD5 a2d5c9317c5322744913009104e86510
BLAKE2b-256 eb2761551fe3acaec68deaa48be97fd20412be8c65f7c5250822c0a6351fe9ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c4b375660e6e702ecd22fb5ff9c4f4455346b909980ecc7636ad868460447269
MD5 d1a457da08af628e28c05a8f089f8364
BLAKE2b-256 51988ac31ba48fe71f918be199ef79f32c0939b3a4ded0c694ddeaeafa5b3f94

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b68cccc8d521f2702793aa8475337e2e173b6c9c27a33e6d400f6ab4050f8f94
MD5 f797b5ac6d29cbc7763f6d1b69c06779
BLAKE2b-256 7e6baf43b5a07931af33537d1e11c6a2d868aff8217d923532428995ee6704c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e90094a95e9808488130afb19f3a754a9c9094c8abe41ba191eb65c8c7dd004b
MD5 be3f9984b8c37e6819be07b5c3f2c7be
BLAKE2b-256 a6efb854b9e7db5db8cfc813c1f0a28e1a16a6749228edcf0e1053303eb62de1

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 07fbf1e79b2a7e048edcbd1752a2b9c7bfc47959476fb66722009e845e539348
MD5 095255c89e6815f1dc256b28a492e579
BLAKE2b-256 5a3f8d30db89822dea2e625a71359b3c76b742debef8793c390aeded3d50a6e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_x86_64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_s390x.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 aa859401352d5269f4265f05fbcc5b358f11228c6e0c3dea0d50a4630230a7eb
MD5 f02920f3b77c39bf7d8edf76c6ebdaaa
BLAKE2b-256 b160e418436956b0bf452aebd26a4bbd6959fd8a81fccad0e6cb289b9e35cafe

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_s390x.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 3560745e4d6f6093a9511956e81d786bca6dee8f14f672d22e407a16eff3ece8
MD5 b3409e72e57b0b4ce415e535d90d3e52
BLAKE2b-256 521bdb4b36fae7f1961c04425ba86885a3088ec8afd28d58b7d2b6def6734352

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 6462b8fc1b486508f017a41c6411e07ac247325e0d843ceb979373d519e47122
MD5 fc4e350cee1b1ad1d9c0618a59f76296
BLAKE2b-256 9ad34101092bb97afa2f782621bfed45d1057390dd35e4264063ae50cb4b9ad8

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_ppc64le.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 69ef7898e793c040dea3cd917cc9c9550f361bdae13d097ae6a24037c27d085a
MD5 33d5fea087ba27b61f407a017126f4bc
BLAKE2b-256 d3b68d8bca20a68e703c0aca8e6c95880da5f647fa1ca63402ecae615be015c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_i686.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 e932b28e5cd651f7b4360953b740847d6741185dae19c7aeefb8c9a0445958ac
MD5 2365edc0a3ceeee27ef0e48fea22fc42
BLAKE2b-256 a0c87db30447e5e62f72bac86c231788be9c7e241f818dc8da62bb5fa5b0e804

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 7a6db0c05da5e6aadefac9daa33a8b292b4301df952cb721fd42f2868167cf03
MD5 400f12893019fcbcbb61544c08f79207
BLAKE2b-256 325921724616c492e0199f8f6b182f1e83b47b7e430bca06df4448accf40b361

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp312-cp312-manylinux_2_34_aarch64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d352fa99a88a3a72be97a91cfb195825f002d031a675bdac25e30467cbe652f9
MD5 d929e874579f70e825dec7aa3e3f9a6e
BLAKE2b-256 7fdf669e794593a8960e06ab9e3a3b2263c989e78fa3b51a867634441e7aa721

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 13df533969098a559825b05db3b5ce8a45b615b684c7c210f034ff523f43db1b
MD5 71338b107476a40e43c5b19e60a6c683
BLAKE2b-256 b29312e27db78668ab1ded40144584d50e1f53769f9f8be56c17b75ad052f2e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_s390x.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 96913933f2206ffa715eaea0e87c5272d20d8f93ed8574a59f68c9d548778a41
MD5 1bb84a495afe0d29dad4afcbebad18c8
BLAKE2b-256 547e4ee5448c3f877ace4307e8c308f7eeee7da5ae534d5d6616b788c358a2ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_riscv64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 0f489e56ee8a8366edd48a1f0f06b75cc29587d724599aca8bd5cf20ef4b57a4
MD5 1f6734d593e3ff23ed9b0fa0d60b9927
BLAKE2b-256 28e7164d5c15c10d1eacebe65f79c0087dd8f8699dfffbf69d39a7c87399fc66

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 652076846fe8155a692c48f3ed695109784e05a465e41bbc673094cc08f695e9
MD5 35957e58121bcc2ce84a9192aaa5d8ba
BLAKE2b-256 92a6149d9f2bd84e7253ed3d01d8de36cd8b123f3d4b7b5370ebd52a1c34ad8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 13e5bc02fa1a0da7b4f4d4998b492411cba52d87ce7ac22dcfc82592a3306482
MD5 c9a3fc2239019e3d0fb74d65cf9087f0
BLAKE2b-256 657fee82ffcacac356bfd4954b737b540573658cd18d13b3058f873077d9e774

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 069558e483524b7ec84e34d2fbec72d9b092e445b35827de2de345f08fede704
MD5 efbc783ce5d5b7d945d006425f221c58
BLAKE2b-256 e28664277deab26180b508c1c138242fffb3f99575a72aabfbe17069c2d88763

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f9e70bdddddd0b3839e7f240afaadb193da416abfb730ae364fb48a07dce2771
MD5 37f2c6bc376156d026ed1a41ff759d26
BLAKE2b-256 d73bc4fc4a4fb7f74cd28b88b56aa85d970b2e6b27f4f63ecf2a4f82e85f210a

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_x86_64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_s390x.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 f3d5232a70bd8c5289571b373cf19765e53c500911992220b091f9eb1d566537
MD5 45b72d72143045f7fcdf368ca18ce098
BLAKE2b-256 d18ccaa59eed79abc7b0eb99f0ef80014fc02a9c8925132ce2ef5cdd51cbde33

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_s390x.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 ea7506a8ec7bb573ebf3ab5f99d7875cbf41a19817a036daafd1f9a8e0846133
MD5 932ffa11855b316d28a6a5723bb3effe
BLAKE2b-256 23c808f0f31d9484132900f4979fdb36c49372e6ac40f249721350497d844c28

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 90655fb9dcc13ebee1dcc39ef34c31f38fe87cd87942ece5b365b26bc7e53ab5
MD5 f01a00d8f283ac4d1eaf284d738be150
BLAKE2b-256 f93c639915979f9d76a2f14525459b801092f3212f7c732156f9adb7dc3f6aea

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_ppc64le.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 c68af773032e9160686bf17ea6e63eac14b5b50210b4e1c0d90ad020259d092b
MD5 f4fb8214cb9522594a6c8ad04dd76ee1
BLAKE2b-256 848f6cdaa9d7c4c39c2a92f86e79f49a147d41c84a99608a92ed655eb3529269

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_i686.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 ba7a653975b36be60434ede960885ec33f96ce9cef30101871384b8cfe1eb505
MD5 7b8116560acb53d66e9552ee38691de5
BLAKE2b-256 7a5bb30283dfe7dbcd9ff985a171d777d125eb5cd41d24d3b994576ab25ced82

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl:

Publisher: build.yaml on Eeems/git-remote-rns

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 bc9acd22ad5d4fc5c7bdcc516cc57464b7e86e90bb94a78d980fbbd4831eb649
MD5 02c9c2150731f70768e33972d96db861
BLAKE2b-256 efd8e014027383db9b9291ce50dcdee62496337a477b6420162e1ced4e119fd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.2.5-cp311-cp311-manylinux_2_34_aarch64.whl:

Publisher: build.yaml on Eeems/git-remote-rns

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