Skip to main content

Git remote helper for syncing repositories over Reticulum

Project description

git-remote-rns

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

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.

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.2.tar.gz (26.8 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.2-cp314-cp314-musllinux_1_2_x86_64.whl (659.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

git_remote_rns-0.2.2-cp314-cp314-musllinux_1_2_ppc64le.whl (688.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

git_remote_rns-0.2.2-cp314-cp314-musllinux_1_2_i686.whl (697.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

git_remote_rns-0.2.2-cp314-cp314-musllinux_1_2_armv7l.whl (570.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.2.2-cp314-cp314-musllinux_1_2_aarch64.whl (607.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

git_remote_rns-0.2.2-cp314-cp314-manylinux_2_34_x86_64.whl (651.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

git_remote_rns-0.2.2-cp314-cp314-manylinux_2_34_ppc64le.whl (673.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.2.2-cp314-cp314-manylinux_2_34_i686.whl (688.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ i686

git_remote_rns-0.2.2-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (573.0 kB view details)

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

git_remote_rns-0.2.2-cp314-cp314-manylinux_2_34_aarch64.whl (592.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

git_remote_rns-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl (655.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

git_remote_rns-0.2.2-cp313-cp313-musllinux_1_2_ppc64le.whl (679.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

git_remote_rns-0.2.2-cp313-cp313-musllinux_1_2_i686.whl (698.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

git_remote_rns-0.2.2-cp313-cp313-musllinux_1_2_armv7l.whl (583.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.2.2-cp313-cp313-musllinux_1_2_aarch64.whl (594.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

git_remote_rns-0.2.2-cp313-cp313-manylinux_2_34_x86_64.whl (647.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

git_remote_rns-0.2.2-cp313-cp313-manylinux_2_34_ppc64le.whl (664.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.2.2-cp313-cp313-manylinux_2_34_i686.whl (689.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ i686

git_remote_rns-0.2.2-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (580.1 kB view details)

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

git_remote_rns-0.2.2-cp313-cp313-manylinux_2_34_aarch64.whl (580.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

git_remote_rns-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl (651.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

git_remote_rns-0.2.2-cp312-cp312-musllinux_1_2_ppc64le.whl (674.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

git_remote_rns-0.2.2-cp312-cp312-musllinux_1_2_i686.whl (695.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

git_remote_rns-0.2.2-cp312-cp312-musllinux_1_2_armv7l.whl (579.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl (588.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

git_remote_rns-0.2.2-cp312-cp312-manylinux_2_34_x86_64.whl (642.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

git_remote_rns-0.2.2-cp312-cp312-manylinux_2_34_ppc64le.whl (661.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.2.2-cp312-cp312-manylinux_2_34_i686.whl (685.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ i686

git_remote_rns-0.2.2-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (580.5 kB view details)

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

git_remote_rns-0.2.2-cp312-cp312-manylinux_2_34_aarch64.whl (575.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

git_remote_rns-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl (584.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

git_remote_rns-0.2.2-cp311-cp311-musllinux_1_2_ppc64le.whl (639.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

git_remote_rns-0.2.2-cp311-cp311-musllinux_1_2_i686.whl (621.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

git_remote_rns-0.2.2-cp311-cp311-musllinux_1_2_armv7l.whl (498.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl (540.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

git_remote_rns-0.2.2-cp311-cp311-manylinux_2_34_x86_64.whl (575.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

git_remote_rns-0.2.2-cp311-cp311-manylinux_2_34_ppc64le.whl (607.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.2.2-cp311-cp311-manylinux_2_34_i686.whl (614.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ i686

git_remote_rns-0.2.2-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (507.8 kB view details)

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

git_remote_rns-0.2.2-cp311-cp311-manylinux_2_34_aarch64.whl (531.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

File details

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

File metadata

  • Download URL: git_remote_rns-0.2.2.tar.gz
  • Upload date:
  • Size: 26.8 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.2.2.tar.gz
Algorithm Hash digest
SHA256 252579a6acac660e165346d1b0551a9b10e71e8dcc7fbf33f9b10c9b4c8ec2d0
MD5 1930d76a714d4376a15b2534e7f8da16
BLAKE2b-256 a2c90d42321fe34e43056c5e0b784c150900babe6c99345881773cef901face4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 056312a0d3b62e36a41037d632c31181150640515dde5a3d489d63c21e8b43a4
MD5 2a0be42dc212dbf87f030a6d3151e20b
BLAKE2b-256 3603fa573f75fb5e710a050650389420e74942c21e48249113b798125eb63031

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 764699f66d001639bb79e935f02b9ac660020e49b361430372a5d55980ee5667
MD5 a196860238e56ca3d14a2cd88da2cb0b
BLAKE2b-256 83e1f4cbc74af9bdcf671fb6080b5f6872b808ff9e1ef9055b1d7dfea37b1778

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ebe141685199dab5615e790f751d9e81a8ef8bdaaa390b088bb38adb13d8dbd3
MD5 b458e0870af271e4eb83c13e092407de
BLAKE2b-256 1efe0bfe9e10de7355253dd6aa67fd45f153327c902c2dc7291ea7ca636b480e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f9fa0f54108f2d3b855ba4973a4c23493cb54ba0804e80d39040aed18b659f02
MD5 82967d72330610c67858ad516bce791e
BLAKE2b-256 65ab3acbba0ef423accfead9b34080a80b25c6648935cd853fa090698e0a2226

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f4fcd4c7d85b3de35bab1b0389e02fcec4eac9e472aaee5a812aa6fd3c572b5e
MD5 17000b81d6cdcbf88e51199d4709e875
BLAKE2b-256 7aa73b027d58cedc722f46565a55500795ec6daef9e0928014883e863fbfd7a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 b5790e78e3e891aed7890db5c5b447a9fee461ffe547845212be1a088ccb5ba1
MD5 ed2f5c42606fb57d71ed51c6d6c6b4cf
BLAKE2b-256 b53263daf8e1b2c5ae0ac005c5d7d846f1c45bd2e425e03e0b10ffad40095682

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp314-cp314-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 a387d7b8f44aed6f880c56a4e509d306489cb3fb1541565599e240d892f6cb46
MD5 086edf05c148a99e5184531a74d12263
BLAKE2b-256 147fe4f947bbbd9d78b0c35148b73a64198c8ef09434a43cf75680d4d6a0c954

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp314-cp314-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 bc3989fa8d48dddb0f6b9f9fe4341026349d76c4241c9f5f7cee178b1972c7a4
MD5 c926ba6436b5eabc3f2946849d80dd9d
BLAKE2b-256 563ad907d1676eae6085c9c0c21b61a771f048936048dcd13a75bcc672adfe06

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 de8a0e577b18ef5f81e05c57ef3d1d601a2b5b4a596392abe7e2a4fa346bbaf7
MD5 342f9c4a9c0776e016a5e6ee94c497cc
BLAKE2b-256 5d39d7a0c3092e77459905ebfac1ffd5ec4426c33e4083be6026283e21b954a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 83e46b9b2473f1987760c3bb2a339b1f426528ee2bac39a9927baa4fe407e3e0
MD5 13bbc2397810d257fa96708da88329e5
BLAKE2b-256 f1d818636f520b6dfdfa5355f3be573fb904ed9507ca1f1a5de1f102b955564a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 abeab6a0d2c5dd5f038f3e18985780342c3885e58ae76f7d690a9d855b36417c
MD5 c6bbe400699d2249568c9d014d39fde6
BLAKE2b-256 105dab3c92ed1e8a0f1bee61af165c918cfeb4f767cc6e70773fb104f44c8d62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 34a1ced10de42e9c805faa9490cbe7c684f7444e88f1439ee791ddc4e1f8a2a9
MD5 f52f480b42a94f6a9f46aa1e545fbe7d
BLAKE2b-256 99e6f36d0215e792460acdec8c080ce85ac23293d952f8565864ac1b06d73b47

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 587f4a22b1365e3cb90016d28dd5d0230ad37f139eab9d89ee14a692bb414791
MD5 a5797b56e29943e365b4052d614394fa
BLAKE2b-256 174a906ecbfdb392029e8c241b686bfc7ed8bb8bd92fec65df24bb31644b03ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 91af0601019f6a6628ff4c0c3c44e8db57e713a810f5a105229c5ffce0078f0a
MD5 7644456a7a8bcb344e12e58503b6fc0d
BLAKE2b-256 b2c04c0136f9b22ebf9eb55381dcc65d5b173babbc09a6e2495725735de13eb3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f1c19e18a04afd0810a4e5eddab6da157ee02d796fd7379c4fc7c60d47567dd2
MD5 2f8ae8f1bd06a40c3d985baf139f438c
BLAKE2b-256 3f7b0104b62f5464b8805ba439e31565d5f8ffdbeb94507915d68c47c4dd3c20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 609a6a69bbb236b7a5d68d05e7fb111c875cb3e02735a439eaa34f9f834ef13d
MD5 1556c3b125c675fa3fcfc36ac978e081
BLAKE2b-256 fd0e1f88251ea05ead2f5c2b70d5bf12afc3d78a54ba6d7a80bb3c5cadb86ad5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp313-cp313-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 28453a049ed949201b9d818d1bdeea2eb4fe54e09f54484e907e8f5c8bdc1ce5
MD5 a61fd1682b34796327538c2bdf016825
BLAKE2b-256 c7091eaed3d604ba1356db4617aced703d116c1a2211c2f1baa893f4be7b2e1c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp313-cp313-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 eab653d085415861eed3988ffa32231911ef8238d13f93a8bb3f8ae6b3f78ef4
MD5 d93f6ca2aff1e2b00cd9c407e51ef906
BLAKE2b-256 6bba8939e50ba8e35dec64b5404b2ad2def7f7188a50f01b2cc7684738cf7eaa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 bd298f32ddd3ea7554209885475850ef07be907bc574b3c21eabb4b2bdad24c9
MD5 0b0dc03aea9c4af11bb3ec43af021eb8
BLAKE2b-256 ebac0ad84d218fe0a21fa61fb61763f393b26cda9822e78f87537369d053c3ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 3ebc5583660b77b1c6f1232a9496709b8d81731033bd9f15a45008e2542e30c8
MD5 4ee619549b0cf5904634e4f42b6f8eb3
BLAKE2b-256 731af74c24f818fbb2c715bc7cfa907ed344e5b4d2356cd4dfd2875a6961c3ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b546273e30f255aefe74fde585837e12148621f75f81451cf52a0bcb837163c
MD5 5b1039e643a6870af190f132616dff42
BLAKE2b-256 f58ed15c15a152959dca34145e98baf47457f3b787dbfdbe6f3e7ddf36d992e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 fd51db6d392ac399b30645027c9a9243f367d38d088db3d08d639066f4757ef2
MD5 ecf9efdb0b2c7e29526ca124621d8b9a
BLAKE2b-256 910ac0ac4896109ed4e323e7b13360e3a70dc106c6a26b29ddfd666394bbbbf2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d43cc0af3274c52bec9b055d0f25fcc78826e4fbf15d9a96e3bb188c5ce3692f
MD5 ae5b3e73bcc613e5f62039906c7254bf
BLAKE2b-256 3c36e4ed927a203eec4cb50e24b661506f45d767d75d604a14a7b4a3762b5b9a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b838e44cfbc423856c2aabb25348a52dffed1d8b55f7f9c7641e6e5cfb81cc5e
MD5 70da9f449ac8cf81b52c2fc776eb9350
BLAKE2b-256 e39977f922a0e4fff51db7461b79cc15c36e31e45194bde5a31a4546b2a609c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f6741c629bc298cb501407e77c7bfde229c78233a3036db5acf80409b939c130
MD5 3b708458eb5ff9452eb8eaa2fcc860d3
BLAKE2b-256 41546a3fe07c287c1f7683030e8fc6d82f6d158d0edd46b92c7318d4794ce2ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0679645cc4fc87b75d989b221e94d4046225036428e36403b16e3dbe5bd2be24
MD5 8344af789a1b5bb960e8cde6d27a1934
BLAKE2b-256 688e340c355c57395e6bd59e8715a2f58a7766d54255a0ba2f8f9aecbf1488ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp312-cp312-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 62177b3db474c5496746926bbda175f244d4a738324cb7533303d6c58ae5e97f
MD5 c70abca1682753d4a62adec6f285526d
BLAKE2b-256 79ac631de91c45474ad794487332e06f892ab3cd92eb3ec312121a58fee5f57e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp312-cp312-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 7d24bd532266260fc450eb1ef1472441622be0964b3e5db86d3f0b84151d2016
MD5 7f23b1ace41064b1d08f52e73afc73e6
BLAKE2b-256 288c89126dfdf884a59973cff3b4fa60a4883d48664e557b01808fcc9cce2712

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 7f30776f1421e1260865b42f159ecd92aae02ef888291c6510831adaa6ace4a4
MD5 029e63af9c4413cbc3c453b247e0d121
BLAKE2b-256 62265e4cbb9423f85b16c11abc6fe1a9f43b35a8ea3dada559e9c7e1cf59e721

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 1856263be434d0aac1733983960cb2bd7ecedfa8ba874a1703c65e7ffb437d19
MD5 30e54e2b1ee14d872378a9d357d927c8
BLAKE2b-256 7edb5fba1071c6ce2f65d1944c6f627a93568ebd54b2ad4030abc204e7d1110c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 06ab95126391e7e870fae3dcc77c0216e83684fb685b9e630fbbc699aa548852
MD5 f44937814331d4655b255e3396ec33c0
BLAKE2b-256 685f85b4fefcf3ea5ecd4473c83cdedd1b60a174399fd10af9185cbfd33ef041

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2def2b7e91f3f07ba3714f5a75233162343af12525522a5512315e107cb1a6f3
MD5 bb96a2face2e8dca0b5c6be92984c749
BLAKE2b-256 098c41255601acbdaf6a5dab7b03894bcdcd0704a7f57a4bfe1d1df04c06fb7b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0d5c0bf28bee0188e0cd475dc55cc8575ca8dbdabf53128f123fdb0533cd3d6b
MD5 41e3540368dff9895a5861b39ba5efda
BLAKE2b-256 21e60bd2bea4ca832d53151c61a6901eceef6239cea24da872b9a678a44f805f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 afa831063178c9804e2bf63086982dc777e1e5220456f2182e4fa8845877276c
MD5 3a0a3640fe2575d19280a4b0da645b1f
BLAKE2b-256 3424728d576d945b6f1811cf82e294a988d8f30c9031ad0a767a3001169dee08

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f3707d0905db0a2894d056a87e40ed19d2298652d44d2af29bf1a40c7e63b92
MD5 ac2adef753c2d47a5c9b73957520ad4e
BLAKE2b-256 2386bef709b7367a31c6759058593b3ffb2f45a8976d54a9992a6e68bf61ec54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 afd45056d7561bda7a41850423f652ec2a44b52d04f5614d58eefa2523ebf108
MD5 528a3a352ef99ae8c69eff03f93c8f5a
BLAKE2b-256 038fb66056c126e877e135b8c224ce992557e3c108346c60f57a05e7facb627c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp311-cp311-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 30381122822ab93d504dcedd98c78992302bd67f4a06599e438c8b61f14a0993
MD5 0e92fece5bc7ce1a956ce6175ad253ca
BLAKE2b-256 a44877b3ba97376c884d0ebfd2c1c03847985cf337b3e9131bc37edd780a58b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp311-cp311-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 fd88d5ab0f27e6a445983b62c8941e2d0c5a6d7bebcdab90f7ae0f57ccb9dda3
MD5 6690b1ce8e262886d633d6f2e886373d
BLAKE2b-256 d03616cc9bdb14158b3e1f14c8818b23b70e8f477ba1a473e7c1f21f715ec888

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 1eb3057a951ea8fd1fbf46cd0ea3ed30f48beac1d034556813ef47893d9e42f3
MD5 72a06a25f24e1453c06dd12cef705ff0
BLAKE2b-256 5fe28e0e0a93a79c0862781798d4fc206851241801faaa5ad4e40ebf3c6afef6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.2-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 92243b837e5698c2f35aff34d79dee5faf1592d1f179e76463b68f846685ceb4
MD5 67c0c2162e9aefaf042ed2866e6b62e5
BLAKE2b-256 b3155ba03c7a46475d33a1c2721906edab98b30ca8eee8047509b6b166f32b90

See more details on using hashes here.

Provenance

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