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.0.tar.gz (25.7 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.0-cp314-cp314-musllinux_1_2_x86_64.whl (633.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

git_remote_rns-0.2.0-cp314-cp314-musllinux_1_2_ppc64le.whl (661.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

git_remote_rns-0.2.0-cp314-cp314-musllinux_1_2_i686.whl (668.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

git_remote_rns-0.2.0-cp314-cp314-musllinux_1_2_armv7l.whl (544.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl (582.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

git_remote_rns-0.2.0-cp314-cp314-manylinux_2_34_x86_64.whl (626.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

git_remote_rns-0.2.0-cp314-cp314-manylinux_2_34_ppc64le.whl (645.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.2.0-cp314-cp314-manylinux_2_34_i686.whl (659.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ i686

git_remote_rns-0.2.0-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (549.0 kB view details)

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

git_remote_rns-0.2.0-cp314-cp314-manylinux_2_34_aarch64.whl (567.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

git_remote_rns-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (629.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

git_remote_rns-0.2.0-cp313-cp313-musllinux_1_2_ppc64le.whl (653.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

git_remote_rns-0.2.0-cp313-cp313-musllinux_1_2_i686.whl (669.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

git_remote_rns-0.2.0-cp313-cp313-musllinux_1_2_armv7l.whl (555.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (571.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

git_remote_rns-0.2.0-cp313-cp313-manylinux_2_34_x86_64.whl (621.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

git_remote_rns-0.2.0-cp313-cp313-manylinux_2_34_ppc64le.whl (637.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.2.0-cp313-cp313-manylinux_2_34_i686.whl (660.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ i686

git_remote_rns-0.2.0-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (556.1 kB view details)

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

git_remote_rns-0.2.0-cp313-cp313-manylinux_2_34_aarch64.whl (556.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

git_remote_rns-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (625.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

git_remote_rns-0.2.0-cp312-cp312-musllinux_1_2_ppc64le.whl (649.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

git_remote_rns-0.2.0-cp312-cp312-musllinux_1_2_i686.whl (664.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

git_remote_rns-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl (551.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (564.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

git_remote_rns-0.2.0-cp312-cp312-manylinux_2_34_x86_64.whl (617.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

git_remote_rns-0.2.0-cp312-cp312-manylinux_2_34_ppc64le.whl (635.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.2.0-cp312-cp312-manylinux_2_34_i686.whl (656.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ i686

git_remote_rns-0.2.0-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (556.3 kB view details)

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

git_remote_rns-0.2.0-cp312-cp312-manylinux_2_34_aarch64.whl (551.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

git_remote_rns-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (558.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

git_remote_rns-0.2.0-cp311-cp311-musllinux_1_2_ppc64le.whl (613.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

git_remote_rns-0.2.0-cp311-cp311-musllinux_1_2_i686.whl (595.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

git_remote_rns-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl (476.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (518.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

git_remote_rns-0.2.0-cp311-cp311-manylinux_2_34_x86_64.whl (551.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

git_remote_rns-0.2.0-cp311-cp311-manylinux_2_34_ppc64le.whl (582.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.2.0-cp311-cp311-manylinux_2_34_i686.whl (587.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ i686

git_remote_rns-0.2.0-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (486.2 kB view details)

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

git_remote_rns-0.2.0-cp311-cp311-manylinux_2_34_aarch64.whl (510.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

File details

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

File metadata

  • Download URL: git_remote_rns-0.2.0.tar.gz
  • Upload date:
  • Size: 25.7 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.0.tar.gz
Algorithm Hash digest
SHA256 d4b2b0c036af45fdf7380d61d9b272019e438b70bb4f65c74338e8a1035cca8f
MD5 b04f1707aa3b70777178efe503fa07ce
BLAKE2b-256 26969bfbdbdb17d2557d02eacb12da460bf5b2fc8f6b89ff3b8c0d93c4b6afe2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b802ab601efd998c0faf11532569307eaec87d93ff4952d35abc0e173a50e25
MD5 063ddaed8a6caf39c3b7f81e478b3967
BLAKE2b-256 2c1422d7582a91b76561e426e8fb044ac5db6b5bbdad058b5eb697157d5d76c1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 0a3776fa909330a5645a3ee512a88a002422f74193cd331a304478e057a33c87
MD5 879a8f1cf18f5c581156f3862912ebcf
BLAKE2b-256 6afc8aa415fbfee93dcef02d0801fbc95ea8c8464d81c70da46365adb0e1d190

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0bf25845d6a1315fd791789a86026f85cb8329f3f2920c6df0d6e608e62e25fe
MD5 7013aece1903f071197728dfb9fece1b
BLAKE2b-256 f8a13ee875b0b553f0ca80ca4207a99a6a28fed75e0d1c2e7cc3896c644be62a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 67eba2c5f24b96ca754151739d4f3ba904f7c558772de3b6fb6781777524c9ef
MD5 9bff9720799afc29051568517c145a23
BLAKE2b-256 0e3ec6b46fc840ce11945b444f05cbbbb7485fc40ececcb6ee6e8b4bab98b97c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f328b6236dce5e85854196283fef4680b5d66a00b5ea743ed73b04a72f0ea07
MD5 ad1f1c572089d1929054137b605337ba
BLAKE2b-256 63ad74d2026e5b86ba560ca6b85d37b60308ade0dab69c80f8a32af150e45daa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 5fa31d6f999f98bd507aab9bf997668019f0bcbc1be4f77e5f9b2492bdd7d13e
MD5 55f492fd360d631c2b1aca02fc681045
BLAKE2b-256 7f3a3b2cd15e0142368bec70fb4f8b797f1c2df30074f4317f0b8c3e255c36c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp314-cp314-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 02a8c3e5c4d357d46a7b40ab2ba5dc66246f299a017d55b590de234fe267af9b
MD5 a4debbd89ecc798bb191d7d19c9e1f89
BLAKE2b-256 cc98bad53b753b858f63bd5c8c07b26d2d0ffddbd98c05cec6a11ec37757dc2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp314-cp314-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 31c81605f76f88a72a5561f28e945707638592afa5b9c29423e1e7e974e2bae6
MD5 40c4f814be5c7c516f100671abf45376
BLAKE2b-256 49c51c83d443aee70d2f9404a2bfe9ad86e056542575663b8072f664acb74bce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 0e54149b7b89668df6dac2ebac052f8d19da706804f71e42bd7b915f57a0d01e
MD5 ae5c8af7657197e1ce5a616081cc4b23
BLAKE2b-256 d7724fc5dc8a277840801f14c95b31985507be774e530abc71fec6fe67d243ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 56e84dc2d1fd765743a938f4f2191cd6278142dc7e86eb892f95c4210b6e8002
MD5 4629898a3a8c84468a8c2767b6102b1d
BLAKE2b-256 24d3c91b03441f523244e68ded28bfd7ba5ac5966b61be7fc635a6b5eadc4c90

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dce1b15f9d89de5dfdb18149df0d0a13aaf652cd253f79eb1787aea5508f7aae
MD5 64700ac396d36c1f7b32bfedf69ed203
BLAKE2b-256 88fe275e7fc2e5a3dfd759b0172d6001ee39b95c60fc0589356c3221d6088f40

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 f4801de3ec5c21fdaeaad481af2a5354b4c70f35447afafa2a44f947475cdf93
MD5 28f34cc4338156bfc2842b96a82c1389
BLAKE2b-256 ca5462bb654cafe1d4312605e35500665dc820e7a6461fd5477d33d0190d3fc2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c9cc166f9ede1d8ab0d8dae5019da2f897e61d390a7ff7229253ead0148a08da
MD5 a0c6addecc9fd67321a45a175462d550
BLAKE2b-256 ce07960dfa1bf4ca644e89857f3337f692be25b85bd682f88f785207e0bdea1a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2354967632da5aa65aafa6c9e25bc14fa125c7135a81b9956cbbc361c4cc0546
MD5 81ba8e4998df3ddddc05d11f4b28f88f
BLAKE2b-256 89d6d8bfa658295a3b85a5aa25f06bd4956490c877db15a1fbc9a95062fa89b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e007a31d12b6199a65393b6b3f71e778b64eabb2b45b7736b151af8a40066fb1
MD5 cfd7273540de4e96eff2be3a9559c069
BLAKE2b-256 cdcf9b352799ee7a6f32ec61aa6aa2cccfdd8d2ecfbc2d3b676e42382fb814f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 45c9b0e8bafc181d35626309dfd7fb9514230c8aafbe66310fbdf6f575c293a3
MD5 7fde8ddc7dca32e2e761957a7d17ca80
BLAKE2b-256 16266f4cbada30aa6496169d7c48bc2cd1fb7d59603259f11b009a6f428a0ef6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp313-cp313-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 9d8d982bd6c598c7d760d6e5dfa710568be9444ee168c91eea911e8044f28391
MD5 7fa1dfee4641c23daf974371d71dd215
BLAKE2b-256 db1209c72c67733bb840d59773171f177ebeedfb755cdc5d00caa90b77e89f3d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp313-cp313-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 369fa7faf7ad259780e24765034908c552288cd525bc573be81f5bd95d8a7068
MD5 55ef82e960b8b5f00aef5860a51ea98a
BLAKE2b-256 715f9fb933e781d5300a44316dacc469dab0f1ac835f78ce9a0c6f4da0bfbb78

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 fd245fa952adfac4d7d6e72195384172543f1c0adbdaa579399358bd188b90e4
MD5 1099d328415620cfb5f47596f53daa6e
BLAKE2b-256 0ec214553aeae3124e646fd98e6921be8d43c161237086229c36e6eab032a361

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 00b125e7ee6c6b0e874e81f924a0dde8fb1049894b41ea6676e1ff5dfec8f41b
MD5 d0e750c4683c236992dfac9e54f562b4
BLAKE2b-256 e39078042ebdb946f7855f2e1cefc9bee114d2be0954387df59e7f70f9287c8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1fef703fdaa0a86ddc2b2e04e0866e5be3b65b02c7c8918bd74c2934e5e2d61
MD5 0247a81f646f43121a65a314a9fe722a
BLAKE2b-256 64b3666d30e699363d563b0b3c8ad76991d0acebbdbe3ea83f10fae0cee1b68d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 7d88b8f717ec67585c179f731f33751b26525de7d819728875f583b2459af0f9
MD5 ccf6bc78b0c53b24094d6a5fc0b2a47c
BLAKE2b-256 02f4e19cb1b058f19ff8fcf05142bed67965689069a17f44b2d99a2bf89a201c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 552042fdf7566aa7a9f0e2fe4b45af7b0174e85543145d990adcb391fda88c15
MD5 e4b956104568edfdf7691b4c11b91ad4
BLAKE2b-256 f59459a47673e6f58b8570714d1e7c12f864fc4394ad23124a34ec2281f4796d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 efd52ea96655f8e952f500f74119e3db4779dce87013e9ba0d44de35ae4399dc
MD5 dca6acbe06230708ab02fb348db8d4de
BLAKE2b-256 ca8873cb743cb3c110814e0937067550ce92ff6544c8e8514f46ab9fd74490dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0b7d21e7c97b677cb10ddc2ea6eae326b9e8e1cc977a1224d4295172d969d215
MD5 d021237fb6dcf72e2dd0ab0b278ef7a2
BLAKE2b-256 4abfbde5e8f8a242b07dfe4af3fb0aabb4d5ac9ad6f38ba21203c56f893988e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a4e779adf044dd19bc8f339c7ad78a4413cdbf61ffc2d7dd6e3703c6a7382aee
MD5 fe8b6328ec737f45521ea2502d3b53e5
BLAKE2b-256 74609bfb2726b3f3ab798baa72bdfed3e3770af7d6ffcec17d008b907beee5b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp312-cp312-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 62166725c86211627641c0f86e8508885cfddb0220bd628967f3d1c8e5e55996
MD5 534245cd80f540292357977b6b85bfdb
BLAKE2b-256 63ed93c38a3b995574870d1ac18d557e0a3beb075d09d646092e0fc550401626

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp312-cp312-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 208e84bc5c1f5f3de8fdbcfb91d77b1ed07d8680cddfe8652c69372436fe7c27
MD5 bd3ad1d52c7ef6dfdfdbefffdadef19f
BLAKE2b-256 2638f2224a13b563c32fd407dadf164e1e9bc7e5e910838a31dc18b90590efb5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 ac9160077ba826588e61a987d2f50dac11f96f86d31a3e80035473d4277fb70f
MD5 8810e21962ecbb630dba2d5c4f69c615
BLAKE2b-256 a43022fd4980a91b41c5758f3ceb689bfbee2add10d49c84325f25e9982b79bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ebbf66fd997ec64e7d920b0f1513f182aa00479a6cec2bd7f347511696a854b6
MD5 4b51bc9ebf4f7940c3af84fe08554f8c
BLAKE2b-256 48a1a98e9ffdbb5234385c49489e6897a56a7f502e2c4e85b795ee1a9cbce053

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b0c0a8ebc03e14d8cb0fd5917b71882122f9d15f419b012dc717994cd4cca681
MD5 910c0a61eb9a7ce60f73db09bfc599bd
BLAKE2b-256 4f6708588aee5223cdc229abef23f04fdae5fc9ecf16840e73c5b89bdf9561bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 f6c10ed0cb53afe275da99c5a95d11644a4889d1ed4a678332cbfad4bc586f8d
MD5 1b3ed5e49a1bc8ffc62f370974475cba
BLAKE2b-256 5beb0798d49646093c4ba4af695c8d27f6a5a776e132f6b255652b904517f06f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c753009e33c0977adf125603259b884ccf238335af86bcbd8cba025677e5d475
MD5 89c52bcbd8f901608eec7a27fe3aab07
BLAKE2b-256 d50ca830d3d47331129f00069ee3ce48db37114a4e3d6899b167f892e618cf4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 baef45b41f407bd82edbea4275b80e1a45f024fff8aa298f3e59200386668cef
MD5 e63fc0dc612bbf9b62ed300debda455a
BLAKE2b-256 9d86d18c10f71367cc3dc3833f5bc931413569019e76fbaab1172732bd4e3db3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 61b4a8ce8bb3722d1b7b8c043ac6eeea16360a136127a6816dfca0d5ed49102e
MD5 7e865788e91f6d4d7429881a3a7d8861
BLAKE2b-256 245ce7253ba56dfb276228b8db96aed895309eb225857b567b8d25bab442eced

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 c3ca2f51304c81706adc2bf44deeebe354a65ab98f1675dc74739a4abb43eedf
MD5 89ac7620235bdb25a4a72d16d801fcf6
BLAKE2b-256 630b4b11fde91157a99f42803cd089f37d4bc44a316601a95d1d2bcd3ee8a9bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp311-cp311-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 cf20e5f57346a662b0f5e131b28ef641d0cbeece05dcad39d2c716e0c3e520f6
MD5 984ea1e7e0ed8648ba37c07d78658745
BLAKE2b-256 cdb67687899f609155c6c04a8caa41660dfd51a8fec34554f644fb2bdf62cf6b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp311-cp311-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 db5da83db094d670673ef7bb193280809cfeee9fb2bffcb3da5b723f4cb72124
MD5 58233cde2ec6f37634afd3ee747ce079
BLAKE2b-256 05d84177a24b4e82df4a77c6e7a49d54cd5bf303958d4e7e23ec9e7772a50f6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 9487a33ac1d8dd73d61e349813872433271f71ecaa2f895875d8736be9365860
MD5 64e24d84dcf7511ef8656cea434f60a5
BLAKE2b-256 96034f8feadd14045cc059974fb367bcbd789b78e1bf301c517c853cc8544e1f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.0-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 afccea4ab52702a209300ee64469a2540d639a1c3d73178c7e5bf19f70e88c07
MD5 534fb3bd450c4c4dad2ca6bfc20162f7
BLAKE2b-256 ec57f1c64cb0bb1af8fdc148fbec2b7aea71d9bfa4ca9869209239e5285bab54

See more details on using hashes here.

Provenance

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