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.4.tar.gz (11.0 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.4-cp314-cp314-musllinux_1_2_x86_64.whl (400.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

git_remote_rns-0.0.4-cp314-cp314-musllinux_1_2_ppc64le.whl (421.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

git_remote_rns-0.0.4-cp314-cp314-musllinux_1_2_i686.whl (414.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

git_remote_rns-0.0.4-cp314-cp314-musllinux_1_2_armv7l.whl (324.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.0.4-cp314-cp314-musllinux_1_2_aarch64.whl (367.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

git_remote_rns-0.0.4-cp314-cp314-manylinux_2_34_x86_64.whl (394.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

git_remote_rns-0.0.4-cp314-cp314-manylinux_2_34_ppc64le.whl (411.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.0.4-cp314-cp314-manylinux_2_34_i686.whl (404.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ i686

git_remote_rns-0.0.4-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (332.0 kB view details)

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

git_remote_rns-0.0.4-cp314-cp314-manylinux_2_34_aarch64.whl (357.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

git_remote_rns-0.0.4-cp313-cp313-musllinux_1_2_x86_64.whl (400.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

git_remote_rns-0.0.4-cp313-cp313-musllinux_1_2_ppc64le.whl (419.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

git_remote_rns-0.0.4-cp313-cp313-musllinux_1_2_i686.whl (416.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

git_remote_rns-0.0.4-cp313-cp313-musllinux_1_2_armv7l.whl (331.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.0.4-cp313-cp313-musllinux_1_2_aarch64.whl (364.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

git_remote_rns-0.0.4-cp313-cp313-manylinux_2_34_x86_64.whl (393.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

git_remote_rns-0.0.4-cp313-cp313-manylinux_2_34_ppc64le.whl (408.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.0.4-cp313-cp313-manylinux_2_34_i686.whl (406.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ i686

git_remote_rns-0.0.4-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (335.5 kB view details)

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

git_remote_rns-0.0.4-cp313-cp313-manylinux_2_34_aarch64.whl (353.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

git_remote_rns-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl (398.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

git_remote_rns-0.0.4-cp312-cp312-musllinux_1_2_ppc64le.whl (417.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

git_remote_rns-0.0.4-cp312-cp312-musllinux_1_2_i686.whl (414.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

git_remote_rns-0.0.4-cp312-cp312-musllinux_1_2_armv7l.whl (328.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.0.4-cp312-cp312-musllinux_1_2_aarch64.whl (360.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

git_remote_rns-0.0.4-cp312-cp312-manylinux_2_34_x86_64.whl (392.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

git_remote_rns-0.0.4-cp312-cp312-manylinux_2_34_ppc64le.whl (406.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.0.4-cp312-cp312-manylinux_2_34_i686.whl (405.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ i686

git_remote_rns-0.0.4-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (337.1 kB view details)

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

git_remote_rns-0.0.4-cp312-cp312-manylinux_2_34_aarch64.whl (350.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

git_remote_rns-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl (363.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

git_remote_rns-0.0.4-cp311-cp311-musllinux_1_2_ppc64le.whl (398.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

git_remote_rns-0.0.4-cp311-cp311-musllinux_1_2_i686.whl (376.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

git_remote_rns-0.0.4-cp311-cp311-musllinux_1_2_armv7l.whl (291.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.0.4-cp311-cp311-musllinux_1_2_aarch64.whl (335.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

git_remote_rns-0.0.4-cp311-cp311-manylinux_2_34_x86_64.whl (356.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

git_remote_rns-0.0.4-cp311-cp311-manylinux_2_34_ppc64le.whl (381.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.0.4-cp311-cp311-manylinux_2_34_i686.whl (370.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ i686

git_remote_rns-0.0.4-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (299.0 kB view details)

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

git_remote_rns-0.0.4-cp311-cp311-manylinux_2_34_aarch64.whl (328.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

File details

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

File metadata

  • Download URL: git_remote_rns-0.0.4.tar.gz
  • Upload date:
  • Size: 11.0 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.4.tar.gz
Algorithm Hash digest
SHA256 ac0019d73ebb6e5c3763a1a0724f602fc70a908e59356127fbe74934cf8e229b
MD5 e7b760bdab4e8d8c91c30245acfe6c41
BLAKE2b-256 476a23d69dc09ca66ce417c5e79384ee5ed1ebfb41348f9dc7462181666c85e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc7ad7efc409e10f104e8bdc0ae823b6b3d1a3ddcce737bf27fe4cfaf6e64ba5
MD5 026e8cb5c93d9339798de95bf050f319
BLAKE2b-256 5a46a893606c24936b6babe9fb925e0fd1124ec1b77b2c4dd426563160cdeb78

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 eeeaa359bb5c557699b791868a52953d37cec26cb8863e460dbf2f41b1cc1163
MD5 cbded6d60924d262122c51dee37e5c04
BLAKE2b-256 848668b89e85a6557cc58605358f79a54758776b3cf7dff7bed24fb2a2f13309

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ebd34851a8267734041f0597d828704bf233539f95d730d30dc7f6c1323e295e
MD5 ed5ac7983575c335fdd10582a1e29307
BLAKE2b-256 a2f060308006b0071678a5ec090399576a54da4fa002db8df5e862528a2541cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ae78b0c37dd80a5216bc1f79dfa70197ed6d969a68fe275224983f0890bd60ae
MD5 15ceacd92ae8886f16e90b8c88ca6da4
BLAKE2b-256 5ab7d7b46a20fdb2fc490dbdb5f3141c74170d9d487b133c1cb538353b97fcb4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a315fddc61790ae55b64c74990a08eb4d0249bbd247db4c215e8b59246dd825
MD5 8c889194fb61e235ccace9d43cea2f6b
BLAKE2b-256 85853e68fa244a6bafcc10056f415bbc2f3aa2183018b40bcf6d455c700e96f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 99d55e85ac65062c971944645c28b11dd4e1bacd8651c56efffe38a6cc359de7
MD5 caaa27913f244f4318151df3cb681856
BLAKE2b-256 b333ffca038293b56753fbe7c4992f21771233d140ddbcbeab8d118e91d97b6b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp314-cp314-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 a3d50a3c1b9f85068dee7e5f55fdc1f63f6dd6e8e7bedec58d190ab68db476fd
MD5 5d772ab11c83f3aebd6a026894639bd4
BLAKE2b-256 5029e7da2fefcbffc5efd0ebeebf8028a64635daa9c455ddbf38e24d5976f09d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp314-cp314-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 34c16d6ee71596e1bcb6b0034cc0565d45cc41029f34597fcac700a146ae0717
MD5 72326d058148279533d9ef6868aff1ad
BLAKE2b-256 6d87168a9aa104bbe36e3728d6f6835f1bd8b4e93822c89047856c6f338b1568

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 b4458163122ab8554132f73f2afd59d75c15a2b7c6a344ad6c23e75f6298d8de
MD5 20871929291577219d99eb6c70133541
BLAKE2b-256 8e63338fe8d5d52486a94823df0dfbdf5c2f170f6de8b741e74ca0ef2bd4e296

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ec8adbe0ac61d3a3ec4fc799de18f55925feb5774dc4eb2c9218d946ef420ad2
MD5 548b699297101b737fca1e6fd07f4de2
BLAKE2b-256 f1dc8a7382ceae68d141c23d1830d1d980a217b36c2bc06b73ff365b6efcc7bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87aefd014a17620248b5093b10c4292bcae8a48abc9f2f3729c71e3e6172b5ac
MD5 8775df8610acfb1ed9687616379092d9
BLAKE2b-256 94cf60e0d3c1236fef1f431cc94d26188b175aee651359f11a7841940cdd45d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 a881ba8a0f7b230fbaa21838f6c0eb45ef6b615b89d0b09a88507e1d89f2d2f0
MD5 6ceb4f69669a8275750d8a421225d6a0
BLAKE2b-256 b9f8e1b7244874783a0bd8f134f4e8092f2a4b498418ea8b87552211b6a5090c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6987016128d48edb88e3dc1614775e8f01ed9cb60f4d99fbe8b87e9181acc073
MD5 bd139d749326f448a39dc4d307469037
BLAKE2b-256 c79605c9606a92559b1498c38bef66b209ef440d0d969f8c988e962f4c551158

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fc052d839b435f4c8dfc80cdec11d42c2fe1d2972cc58f033ed79ad58136fb68
MD5 f01e94e5d146c06df2bbb8da244dc518
BLAKE2b-256 ef19f6cbd2e853070966d3c36cd83634d91053bf30c257c75a0132003ed19e9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe320899c451fb6e4f0369c3f044366a3a9b7fc1746fe3a2f9479c6bc4e509e4
MD5 4c7a3ce785566b207a03b515cdb46b7b
BLAKE2b-256 38aea32131e50091b9edee8d14769338a7d12d10ece8fa6d629b2ec6868e28f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 ada40a417838e297a4970e87a49787632ad20e8bb66f895508ffff7f5a965036
MD5 4b92c6602dbe7d0a0500e3f7596f578b
BLAKE2b-256 eb790b00778316b20cabe2141dbfa8f9d7f9603017d005f5ef05dc3a55d6b13f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp313-cp313-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 90904e0551fba54341fe0ae897dfffea234ca3951b899d2f366154ffefd3c106
MD5 f2f5eea94591ffe8391c2c597a63df9b
BLAKE2b-256 21169d3d2778d9aff94f279090bef74b0681963e393a901ac36cbc3229153203

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp313-cp313-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 8a3368b25938fcd8de076e521163c5c3ef49d74680b293ff80c5d38dc2422c37
MD5 065ee056b567a239404dcc4a73cd46b3
BLAKE2b-256 ebdb4af52171207194e5163bb3707772f3af667c3c99c0bb223325a46e1dbd7e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 f6c652ebbc6a44584ddbbdc9343dfba54a632c7d293e3a6c4d8b800e4862fc11
MD5 338caccf39f6f82f515dd2c7dd19955c
BLAKE2b-256 31379383c637dd80745432412e796bd47b2bbd11685fd92ff201743bdbe643e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c543fbba516045904eb5174088e07e2be1064574137ae57ae64ca976e93299b2
MD5 4dd64e1845515605cafce8fbfc643db6
BLAKE2b-256 91a1e14cbe3f7676238f3699002808ca1463e8c7ca22f77746ed0c797e3474e6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 163127c27adbe1a7f4711077531951dfe7e2a014475c2f094b4aa7aadf938ce6
MD5 3d0b90fe702e20308368f1d93ed88883
BLAKE2b-256 25d9b3b6a176038c9bb95cf7b2f67837b686da783e4de571ee8c41daa40515f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 30a0c67826a7431749899058bd179f3d860bc1c6ce0cce7f36a73d9a52c6e3c9
MD5 deba523f5b851e4b45773aef9fb18199
BLAKE2b-256 451fba9437294116bf95ccd5bcfbb500d61299626f23a6326803a0232676cb1a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 28054c948c385928acba78c951c801a36e3efb31f126d9b26c931d4277ec2d0f
MD5 b40adcd9b9a57e45829f726fa393ec4a
BLAKE2b-256 d89e6de3113cf9f9a81d91f509552662839739dfffdc7a66e6636350520783d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5436c53d737d3f886835422e21b6df02028e4f4bdd4f0e7d1f45538df033902b
MD5 ac651624941e45d148ed5032e7bcacb8
BLAKE2b-256 9b6ce06eee78b7a8ed5dfa54862fc3246769c4a4f6679aec253a9c01de008340

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0694261fbfc91ea5f2ab572ff920645ed5b246bde968450df4c57c59328c5021
MD5 308dfbcdf3346966a4c01caf52eeac65
BLAKE2b-256 0fe858094d6ea4440efeb0002aec867d20bbe1aa4bb51f40042ec5a8913386e6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 1ac653d9ad7888d59ac3613266e00188402002df4c17f9c1de94ab1b67ff9fed
MD5 6f721e4b4a75e507e35c56dff7bc0c5c
BLAKE2b-256 ae682f11fc4b5a654bffe42ba5df7dc910b97893bbdcb074e81e759bedcb5e15

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp312-cp312-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 de29d67c45e1fabcfb291bd873d314c3c0b27d6a0f5d6442a6b6ceaf7f8bfc12
MD5 bac49e25cb4bb4d3e145461f3be92c86
BLAKE2b-256 661faa77c464ff996fbb702547563dd63f6a8bcdc2af8862e55264d9723c13f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp312-cp312-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 36a7916a90b760272e5e79e2effd41758cb5fd1a9f2978086ed37450f2dd4fa5
MD5 5c02a6bed932d174badf8fb0f15a2006
BLAKE2b-256 e739478cdceae2b0f4175290e9c116270c6b7a5866722ffecdbd8d1880750bf5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 b294b6868370b92bddd06bf8e6e251d80d94277756928b07e2325e72cb121328
MD5 c03ab8467dde0959e3839921f757fa29
BLAKE2b-256 6c0b3957efff3f5ea00e23457050a0f2888ada49b2323f2fcfc5e59f323b0105

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c379040f0c066d98dc3ae5a2d9999eb688632e88a89a402c23d20ddb1bc51942
MD5 f5f87df2c34ee94179093b4878665a0a
BLAKE2b-256 9684aa60f4c4fe2c5d47487b5dea563ae4d8c3ee674eb42dfdcfa24f42ab33d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ebbbcfbd977b5791af132d84b9e57f7ed5d7ddce54ac6001cf925d798685901
MD5 ee388fdcb258f68610185a1340f4845b
BLAKE2b-256 64e6581260db8ff34c6af76033d2551e0652cf98817ec2fc40e4eb688fcdcff4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2364e14925cd723ae83f9f235b8a10b2cadf44209b57b288dde1a4b8f372196a
MD5 aaeeede87ca6c6e573f4bd4cae7b724e
BLAKE2b-256 dcc86826b98fa2137a0971f4d1e8d6261968ce2b557cc39e8e3c8d26f6ca3d14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 990bd4f52cd7b9bdcba578b15f5a741f35f174c87844063e0b5248576a422924
MD5 79b988956e8d58959302bb6e4590c3c2
BLAKE2b-256 f9d12fe9f9efc878652f766df7b93f62c3a7f01393607a6ab9a22dfcffdb7c6b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 119a65e3e283d359414b2be5ad5e916fd5b9948c0b206e59cfefe486cf858331
MD5 56d9deb2a4ac19ba69f8f4ebdf5fadc1
BLAKE2b-256 a7c62d770fe0765448cb017c9f50c461a5032f0650669e09ecb91218ac045a36

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4ada59ee6de1877f4c0d089d74f8430db5163b44792f74a82d59a9c799b0a775
MD5 108c489abe012ae23c034ac2e2fe049d
BLAKE2b-256 2000796bcd266b813cf3581ed209b55e697b5589420c66b2255f5e0b5aaa3b01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 8ed20d2c85ad1e9f7cd19ff355a6bbce49280693f0f5ec79b0066ae0548a02f6
MD5 4af6ca9acad6e6837fb2d6e1b9ca4149
BLAKE2b-256 c30a975037702c93a14a267b2c8949a26bc867c3d860980bd10f94bf41b7c803

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp311-cp311-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 4c0cbcdcd25b2714eb3c00df46a164523e7bd1d930a88d03da3b8368472a77b0
MD5 5ebb9166c56ceb38addec773716e9708
BLAKE2b-256 8dd6fa3607cdef924bce3b32b77b9bdc01991b56e8b5e9aaef301dc880e24233

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp311-cp311-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 6052194cb1fd962e5fe12cf2614ae2403703ac6a04a48ece3142e87aa591d455
MD5 6edb21174f446e9ae04475e0da99eee5
BLAKE2b-256 a73ae50b2a2ec30420a765122a54a67c2ead783a0f16f21eb3406046619ca5ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 0a4bc6074ce691f0d16bfb04e3df72f0ac1dcef5927f6570882cfdc9cfb45465
MD5 4ee2c1a05a256c1409bf5297035e2743
BLAKE2b-256 ca0fd1cec583ba3133d90ff118c3f68d2f22aa87714b0f301f2aaf314eda1797

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.0.4-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c673da23bdb610f286adf4dbc31629162baac143471cbdeb0580cb26964ed6c9
MD5 944bb5a7b43270671fa3bdf21775193e
BLAKE2b-256 e16aae459b07aa8b11390240d5b4b22251fe8dd983addd2b39a5cc66a76ee2ac

See more details on using hashes here.

Provenance

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