Skip to main content

Git remote helper for syncing repositories over Reticulum

Project description

git-remote-rns

Reticulum remote transport for git

Installation

pipx install 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.

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.0.6.tar.gz (10.9 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.0.6-cp314-cp314-musllinux_1_2_x86_64.whl (398.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

git_remote_rns-0.0.6-cp314-cp314-musllinux_1_2_ppc64le.whl (419.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

git_remote_rns-0.0.6-cp314-cp314-musllinux_1_2_i686.whl (413.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

git_remote_rns-0.0.6-cp314-cp314-musllinux_1_2_armv7l.whl (322.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.0.6-cp314-cp314-musllinux_1_2_aarch64.whl (366.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

git_remote_rns-0.0.6-cp314-cp314-manylinux_2_34_x86_64.whl (392.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

git_remote_rns-0.0.6-cp314-cp314-manylinux_2_34_ppc64le.whl (409.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.0.6-cp314-cp314-manylinux_2_34_i686.whl (403.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ i686

git_remote_rns-0.0.6-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (330.6 kB view details)

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

git_remote_rns-0.0.6-cp314-cp314-manylinux_2_34_aarch64.whl (355.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

git_remote_rns-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl (398.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

git_remote_rns-0.0.6-cp313-cp313-musllinux_1_2_ppc64le.whl (417.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

git_remote_rns-0.0.6-cp313-cp313-musllinux_1_2_i686.whl (414.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

git_remote_rns-0.0.6-cp313-cp313-musllinux_1_2_armv7l.whl (329.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl (362.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

git_remote_rns-0.0.6-cp313-cp313-manylinux_2_34_x86_64.whl (392.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

git_remote_rns-0.0.6-cp313-cp313-manylinux_2_34_ppc64le.whl (406.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.0.6-cp313-cp313-manylinux_2_34_i686.whl (404.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ i686

git_remote_rns-0.0.6-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (334.4 kB view details)

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

git_remote_rns-0.0.6-cp313-cp313-manylinux_2_34_aarch64.whl (352.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

git_remote_rns-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl (396.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

git_remote_rns-0.0.6-cp312-cp312-musllinux_1_2_ppc64le.whl (415.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

git_remote_rns-0.0.6-cp312-cp312-musllinux_1_2_i686.whl (412.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

git_remote_rns-0.0.6-cp312-cp312-musllinux_1_2_armv7l.whl (326.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl (358.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

git_remote_rns-0.0.6-cp312-cp312-manylinux_2_34_x86_64.whl (391.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

git_remote_rns-0.0.6-cp312-cp312-manylinux_2_34_ppc64le.whl (404.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.0.6-cp312-cp312-manylinux_2_34_i686.whl (403.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ i686

git_remote_rns-0.0.6-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (335.6 kB view details)

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

git_remote_rns-0.0.6-cp312-cp312-manylinux_2_34_aarch64.whl (349.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

git_remote_rns-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl (361.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

git_remote_rns-0.0.6-cp311-cp311-musllinux_1_2_ppc64le.whl (396.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

git_remote_rns-0.0.6-cp311-cp311-musllinux_1_2_i686.whl (375.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

git_remote_rns-0.0.6-cp311-cp311-musllinux_1_2_armv7l.whl (289.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl (334.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

git_remote_rns-0.0.6-cp311-cp311-manylinux_2_34_x86_64.whl (355.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

git_remote_rns-0.0.6-cp311-cp311-manylinux_2_34_ppc64le.whl (379.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.0.6-cp311-cp311-manylinux_2_34_i686.whl (369.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ i686

git_remote_rns-0.0.6-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (297.9 kB view details)

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

git_remote_rns-0.0.6-cp311-cp311-manylinux_2_34_aarch64.whl (327.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

File details

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

File metadata

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

File hashes

Hashes for git_remote_rns-0.0.6.tar.gz
Algorithm Hash digest
SHA256 8851a49ddbc341c23f26e46d65b0ca8da4a72964e948640849dd811123cbd5f4
MD5 64a34a3d9419d8a34429a626cdcb4ecd
BLAKE2b-256 cb732a52da26636e25a58408695ed0c00ce8c5dadc237d433df867cd468bd3be

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6.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.0.6-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61886ad9a9710941351849c79423a17e58cfc09c2cdf57d6da4d323f5de61fb0
MD5 c9922b104dd5508605752a96c3018520
BLAKE2b-256 cc14fef802d8515596ef53936cebca7f230a449cfbd8d2096644e93ef8a67cc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp314-cp314-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 9131518781108404b2e6332c8faeefc06794d190451bc43d2dcc1093cb90fa99
MD5 27f9b76c9dbebc6a568eda236864110d
BLAKE2b-256 de7e2c7e37642ec7dda402f0c3b726b2ea8a1d634dfc281069aaf91c7e7b50c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 448f483cf57713fc70931ecb1b382ffac20876b28992ffc172df3b954d748d67
MD5 edee535b0c946ecf0db8cc1f5290faf6
BLAKE2b-256 fec5608268ea7ab5cb0842fcb3965d35c015d422a8955ae3035a0d7ecb7d736d

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8cf2973f6129c5f9d51f57213cfd8732678953050a591a664f6c212a3410f6d8
MD5 fa5dc19fa7afade493acc17110e45cfc
BLAKE2b-256 a347962931c85c63c7e6782a3515a7cc1dd605cf2be0fb9e45f3342b56f9c101

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 34fb0359c6115bbee2bc52fdbef1471524e4c9469435eb16606965a85c6e2ec5
MD5 ac0400081f468fd996626299647235b5
BLAKE2b-256 fa2ae319b6a6a287a20b866dfe6834112a984cf3fa029910cf451c14b6e375fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp314-cp314-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 1086e49ec7cca9a650113651a4f609622eb6276856ebb88ae590c0872866d401
MD5 a9784d147f7f34be1d6d8f88b66186a5
BLAKE2b-256 e5a756a1345aa5712ef81b38134fbcdd5b214b1a2f79df002d0aa73de679d69c

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp314-cp314-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp314-cp314-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 dc36bc87cd441d4e193cb021776ea405e5a198662a80d9aa69524fcb6034501b
MD5 49edfd59374ea915b3a345c59bcf8b37
BLAKE2b-256 8f86e1956a5d4e38c5ebbccabe4be6a6b6670f66bada6681fc1d53e4b6641583

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp314-cp314-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp314-cp314-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 888fabd6d41c85bc71f78d02456c134cbc56394ed2c5f36bd25c3eb89c651cff
MD5 006f06fed88d0ae135a862bf22a33233
BLAKE2b-256 b9f4c796281f079aa13f3c258fbfee4d13cf80abaec521d6d3aa6e1db82f88cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-cp314-cp314-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.0.6-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 42acb789fa1231edc8be6ccfb366ddb4185cdc18064a28d572e8cecd81b685b1
MD5 77a89dad0f1516ff426f0ddc683f6610
BLAKE2b-256 e8842abedc22928a9bb26911c7b678779651da7d845bfd3e60214d7c1e1264c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp314-cp314-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 990bdf793e380f2b4caf78b32e5e0eec81c2ca57f2572bb8863d301544b2b85c
MD5 4a77a5e41ce4c49935100911615b55a8
BLAKE2b-256 88b9d917f8a6d33acc84ebfff42f80c20109a20220027b5a489222391e31bc44

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45c2633db6ee76f7b9bdfcb1f09550cc0fb43819df1f643061afdc0d9109c389
MD5 409b3e9de51b95ab178a56f5000b299a
BLAKE2b-256 197ddc288ea761949a97d3f83fbc50b43f5b24da7c144988e9fab5d83fa44c2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 01c3a08dbc853909d3f8eb5bc3f1988f4dfcc0c2e3997ca71c761745a74188ce
MD5 e1e3cf63e7f1723b6d0974f31addaad5
BLAKE2b-256 4c574c47811e25b4e518eee92b919e1faadc79533c71a186c4e5bd106b0879ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ad854b2b744eaa63fedcf5093cdbafa813f75a4ee02ce88c1f5c13fb01e67858
MD5 f115fc51d71a80d071a735b0f3d984aa
BLAKE2b-256 6155c695b8ab2d22b8bcc521379b27214c36a9dbd57763261e75d995e0a5a578

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 59ef4b2dcab0876f4565084be2f0f9a2f1330dc2debc3d75ca2edf10afa8967c
MD5 bc6a93890fd3bfc3c0bee8820a8dbed7
BLAKE2b-256 34315197780896912d5786ff66c58125f288404961e6e0892df5e9a5fff37b55

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3bb911970556393cea7e2d32055e444a1e2e94be7afe4e56a9cd846934ad6830
MD5 12fa656e21a19526f5dc5a7e5e592fc0
BLAKE2b-256 147fecda857d33d5af7d2ab8d84449bdd633c0232cd3c066397c9db812f5cf42

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 061611af65bb961d73c17b11ca709d187f9672447fe13f780b9787f214c885c2
MD5 9f842fb324dd90f4cdde7ba2316f5a40
BLAKE2b-256 ff1f474e73bea059d8d0431d1378dc79e266f484df997bcf7b9fd3b5172a9921

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp313-cp313-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp313-cp313-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 b71770752da72149fbe825922d82dde2bbd60bd4a949991962c1eb933f84ee41
MD5 044bac344797fdfd5204b023669a7e65
BLAKE2b-256 fe3e07bf71263364fa1b161016b30803417f8f83ae91372394bf65e4da0ac904

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp313-cp313-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp313-cp313-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 d74b1ea3b6420bacf87a4aabad94386ba49919f10bf7206185e032e733acee16
MD5 08e42249fee0aac57ebe154d2fb072dc
BLAKE2b-256 a6a827b8042b5071b3f5eb23f8df2815a552284c9f2932022c957c8c4dce075b

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 76681d63d38b727fc3365628c626400f780224e30a4554b197567f9af4e09ca0
MD5 279835991da199296187f4a286a037bf
BLAKE2b-256 bc8193dd91226daf6e699568f51152a80f724c7a4f1d2529e773a731231e4930

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp313-cp313-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 4f9d8f66e1a93180b1322baa0900f5f2ccc279dcaff08eda78f543806c8a997e
MD5 c83ab3b64e1a3ed23a31c9d7763d9638
BLAKE2b-256 e294954e72a64e872c8f2a3aede444237f2d47515f7b05283a16f94a31c7083f

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4ec525724a16b28689eaba3d911347b3831e98e962b1476a8e1df2f1d00b398
MD5 357d131807b04ce89f1f87a0e1d18ec6
BLAKE2b-256 85a3c6f0ac81c644f549035260a9e15e6c625c4db127dcff5155b1377a07b73e

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 1e328dc1932c6ad1659597db78c9244110871c41a04cb68b84b8b3f277cdf598
MD5 9c200e63c49bbbf8759769bea434fec7
BLAKE2b-256 38eb93fe027386fa77524dfb3e686d71ef039e7625c1e30dfd5533692ef199f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bbca92da6fda6e85c6a444095266e62092415841a5bf8f9b5021c2cd4e0a9361
MD5 dde3f4ddf7f75c0c817ca1dc91cf04f6
BLAKE2b-256 2f93c8361e08362956cf17c8b195ad26efe73aa06cc28b68525d0a05cfd69dff

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1071b044e2a8236e096786656ae5d0bafb6e865704cc43ca4d73a3c880f10d13
MD5 f54461d0728cd000d7ec7839fd5f62b7
BLAKE2b-256 28bd9d46dea5df33f01470dee3b4a572b7ac086a05a0e21f9d82951f6b1dcd5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ead737cb6c1c3b7de8e56e231ac939bf3b24bd226a864811d87ee5d6acd9676
MD5 62802a10824d85b13eb069dfcc8dfc73
BLAKE2b-256 0c26ed8989b51aca5febb549805e78c2c0382c2b793f4d52eb16829d544c6ac7

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 ae65a7eaecc55ade74a50e3951035a0f3da266ba1f4923e6ade526558fea5092
MD5 fdba6ee73a6499cf26b0bc2e850cabe9
BLAKE2b-256 c62b1faee05a7838fd4946e48061c577ae44e568b99361e021a573f441e1c482

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp312-cp312-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp312-cp312-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 016a9b5c5f4df7c4c6b9aebbf7b57b5dca2c428742dfe84fe56eb4429e92bc48
MD5 bf2e63d6b662ac562f7f2148bb05bd80
BLAKE2b-256 9f672e56e7691f890969adbeeae1b8ba458903129723f3c2656dd949910a44d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp312-cp312-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp312-cp312-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 522fac6314bef965bd72f4dcc8c39b0f0311be2d0ba79eef7232a45ac14a2a2a
MD5 f025f735c984ec0465793d5d2e17a5cd
BLAKE2b-256 fe3372f7a3ae28b8354b54a911f244ba86434f7d182007d775892fef47b2b57c

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 299524bf4c21506b1d2c25b0e1a5464a0f1e1a9b490865bb0d67335a9ff6a855
MD5 2ae4c8582e9ba96196a8b7744162eb6a
BLAKE2b-256 30ab61fd00e105f97aee4942ab42255416932669e9dda9adfe169c4a255b5e71

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp312-cp312-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 38aed23ce05979332cf4dadf02f5de788353396185ce490352725ad495af92fa
MD5 01eeb3cbd2680f9ae3b6828ae184faa3
BLAKE2b-256 2498c9f6d7eaa7629a478c087bdade48ae9a6e192b0dcb9a34bf6e0134739e25

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7de3dd395eecc33185ee579903696678f4e6bd8aae1dd0803d10cc1a333b1bcc
MD5 a2c2859f17c7e20687d0cd56f25924bb
BLAKE2b-256 59d0a9b75a7bb6ac23369179b921321d466561576dbde16dbcac6846ba199488

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 59d7d9ff4379eee650cba0940e7cf59342a81abbbc3388e387db185d0d5d52de
MD5 8ff240af357a33cd95a28b7b22ef684f
BLAKE2b-256 c0c9f8395ec9e63efb8a3f022ea0d2349f88dc713fc95598a54a5a455bdcb8b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 198f24a7bbd2f165f8380abf3b61a4e700a46a813cb76a217ffb47e57424092d
MD5 bd512add10616ed68524308a3ba7a268
BLAKE2b-256 8fee476413048a4afb610a8eed93ca59f40e06b6cf2e32b94fa940ebbbaeff67

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fef129c7fc6cb8cc7e08b125ebd5e6456bbd69cb7000fbdacb6728ad9c35e372
MD5 0477e1a65fce9ad23df627e4b1261631
BLAKE2b-256 01c022ab312228c1a8d07c4b59a21c5b40218c70106d07ddef7662187035856c

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a34621a3ae1d0b8d6edcb280687c48eebc94d101635d97b0b4dcf50ac82e8336
MD5 a22f05d972b4b47b717d99388ff07d11
BLAKE2b-256 efce558459a327a5cc8e887589bfede911125b4d961fca6a01598df398211f97

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 937028cb815f5c050336a5dd92d3c665c8c8d520b5b8996c8b9bdccb51c826c5
MD5 bd1e6410ad5d8a419c318c9472a0fdc9
BLAKE2b-256 2bf54fd6fb134cbad624bb8a2b69272a661acdeac96ac5eca10dd3e2684adbc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp311-cp311-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp311-cp311-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 10767c0cb211954e641f91303381d51a9e444da52ba886186715f929a580ea35
MD5 b4c012531b3b249e50533f726bf73c48
BLAKE2b-256 25b9604033b33f5a53374424d46e7beb8ff057f4798b27299de63663f1c1c637

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp311-cp311-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp311-cp311-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 8e771e06ff11d5524cd7d19d626119595370c34b336652e2369ff61f7b651825
MD5 cad81f303104f9918b810108013b2c3e
BLAKE2b-256 735fdf90a71a39ef40ff7aec51f28b0b53694f372b2674b95a60762357479e6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 e3cc792ef4660eb0aa08cdae6a32faa032a6d2c9aeb6ea9516ec6f709813dc5f
MD5 dc440408a4468e408c266d0c2723a237
BLAKE2b-256 ddcf530dfeaba268757804a366439c89fc0cda6c15dbc21a827d72089043981d

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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.0.6-cp311-cp311-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for git_remote_rns-0.0.6-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 e3d8701168323b77acbfe5ef60c86192a63f8e15c55d50fc589a56a68d30c1d7
MD5 8cd69bad09f0896200f1c38a3fdc6f2c
BLAKE2b-256 62be6fd7bdfc71d13ae7e06c8e5a2b27b06e2845cfdb437a25c987a8e859cc27

See more details on using hashes here.

Provenance

The following attestation bundles were made for git_remote_rns-0.0.6-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