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.

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.1.0.tar.gz (14.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.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (405.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

git_remote_rns-0.1.0-cp314-cp314-musllinux_1_2_ppc64le.whl (428.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

git_remote_rns-0.1.0-cp314-cp314-musllinux_1_2_i686.whl (420.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

git_remote_rns-0.1.0-cp314-cp314-musllinux_1_2_armv7l.whl (330.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl (373.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

git_remote_rns-0.1.0-cp314-cp314-manylinux_2_34_x86_64.whl (400.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

git_remote_rns-0.1.0-cp314-cp314-manylinux_2_34_ppc64le.whl (416.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.1.0-cp314-cp314-manylinux_2_34_i686.whl (411.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ i686

git_remote_rns-0.1.0-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (338.4 kB view details)

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

git_remote_rns-0.1.0-cp314-cp314-manylinux_2_34_aarch64.whl (363.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

git_remote_rns-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (405.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

git_remote_rns-0.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl (425.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

git_remote_rns-0.1.0-cp313-cp313-musllinux_1_2_i686.whl (422.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

git_remote_rns-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl (337.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (369.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

git_remote_rns-0.1.0-cp313-cp313-manylinux_2_34_x86_64.whl (399.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

git_remote_rns-0.1.0-cp313-cp313-manylinux_2_34_ppc64le.whl (414.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.1.0-cp313-cp313-manylinux_2_34_i686.whl (413.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ i686

git_remote_rns-0.1.0-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (342.1 kB view details)

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

git_remote_rns-0.1.0-cp313-cp313-manylinux_2_34_aarch64.whl (358.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

git_remote_rns-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (402.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

git_remote_rns-0.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl (423.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

git_remote_rns-0.1.0-cp312-cp312-musllinux_1_2_i686.whl (419.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

git_remote_rns-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (334.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (367.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

git_remote_rns-0.1.0-cp312-cp312-manylinux_2_34_x86_64.whl (397.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

git_remote_rns-0.1.0-cp312-cp312-manylinux_2_34_ppc64le.whl (412.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.1.0-cp312-cp312-manylinux_2_34_i686.whl (410.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ i686

git_remote_rns-0.1.0-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (343.3 kB view details)

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

git_remote_rns-0.1.0-cp312-cp312-manylinux_2_34_aarch64.whl (355.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

git_remote_rns-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (367.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

git_remote_rns-0.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl (405.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

git_remote_rns-0.1.0-cp311-cp311-musllinux_1_2_i686.whl (382.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

git_remote_rns-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (296.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (342.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

git_remote_rns-0.1.0-cp311-cp311-manylinux_2_34_x86_64.whl (363.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

git_remote_rns-0.1.0-cp311-cp311-manylinux_2_34_ppc64le.whl (388.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.1.0-cp311-cp311-manylinux_2_34_i686.whl (376.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ i686

git_remote_rns-0.1.0-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (304.5 kB view details)

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

git_remote_rns-0.1.0-cp311-cp311-manylinux_2_34_aarch64.whl (334.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

File details

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

File metadata

  • Download URL: git_remote_rns-0.1.0.tar.gz
  • Upload date:
  • Size: 14.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.1.0.tar.gz
Algorithm Hash digest
SHA256 e1dbf2ec0325ef1432e9565cb78d5a2dd2c763d7db81d094a86084b34b7cc68d
MD5 16c5e5750e161ee4720bf3fc2a6e5041
BLAKE2b-256 9bee5f3c50ccde3aea3a8731040a3deb432b57816e4fa1e6d527bf421777c89a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee04a8a02819a72e8d8e93c661b52ffbfadb12c7c57a08c1119214c9e521d8bf
MD5 c1906dc115e618cd5e85370819f39f79
BLAKE2b-256 4920e6589a8703651a7d747bae657a6cbdd12313ae17f05e202e08a68ae1649e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 a50f1db2afa209d620b95a2382d0faab0987ef07640ac29c2b82d3702cb72210
MD5 96227988c443495d0929c6daa654a5c5
BLAKE2b-256 a58189b4704556d30c997a81afc10f40e2ebad04c9dfd3a8f59e2a71ccbd28c1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ad8529ff05f4ae07424d755aca5d90956ab9113515f9e1e3b02110c96b9d77fe
MD5 a68fb5b219601b1702a9d32ac6bbfa8b
BLAKE2b-256 31be929a1457a37e8896b17bfd76f43ca19bd481f78d24017e354da39c231729

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 80e504236de4bfe434443790677101a414b59a15d8289dc222bb0aab2347e34b
MD5 f4c80fd15001e222dbd0c18363dc8fef
BLAKE2b-256 2ce6e077243b32d4d1107100c037047d6d8c0d0e5c098e9122676036b64ad7a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0126edf823ab2cd9003f182ddc3a541b668fcb3e726b61c1235cc53c5a1b7b70
MD5 7e8e024c261d3667ff14a560dc7b816d
BLAKE2b-256 927cc785b4ddb3888efc992d89cd2d3f26089290a15d9ed6664d42a3f7b14eb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 bee059774c79a6bda1bda9154cda0b6b85a5059dbfa498e52fa76edd5cde349d
MD5 2492250f0576d43fce8e8270db8c4d57
BLAKE2b-256 947b1ed68d2eacc0f6aeab157a6d7def9611b006f14506bac0ee26accbc73d85

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp314-cp314-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 41e22807885c0204caaebe80e882e073c9bfea7d8eb2e57880d10614992f6a88
MD5 f3de36b496b20e9f14a2614f564c1f3b
BLAKE2b-256 63715218951e5c190d86938e2605b0f8cb217e27770de58394edec8ab1cedf14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp314-cp314-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 f22a8de964c14ff3c1adc9d4bab5e134c135a847aa017e36c6f62b66153b02b3
MD5 1c994eee4a83e62758ac190a5ba1f31c
BLAKE2b-256 79695d99c9f698404d8767c8b18dfbdaafb000584595e3c7d7fa5239ee0fc449

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 9599bd9aa1983e8bcdd2125b40e6e874bc164a4c7632ec7ffeab59c1aa3b2b52
MD5 48dfa5e8f907b575e1ea8c9e91cb7cf0
BLAKE2b-256 4de00606cd268a25b6f2c89720d29372bda94e4b35c42159d8fc4385d3716c74

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 674aaf9e87d4d5435affe184a0bf931883e9389e38eed8c07785c559e698c582
MD5 c55595ab71dc35296d624a1cc9eade63
BLAKE2b-256 47074178cca5fc24c0bb2e96e5678dda40b4e2f179ee1a6b9578d4580c63a6c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00b1106881c29f07bf9dc0dde8f87f097c3d07e8eadd8b7441a3d436908d61dd
MD5 d22bf86f4069d3e815c5eba659835fa0
BLAKE2b-256 51818737872aebf8458e81f004175ec4875f86f2191079dbc7392c93273e7745

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 8793fc1864ad063c67bec22a42bd157d55b976ff2c45f0e7be5902118ec0b439
MD5 b2a74ef298fd9509882730fe126f3d68
BLAKE2b-256 b235a9cdc906bff4a298e5c93e8aa929c8e1d0aaac3b6525ef86aa0041831681

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8a20a6cbf735068ff37d9a50e4b8590883ef87fb63f5d2969b3d015ec382a05e
MD5 911f136208297e7cb6715b4905c973ee
BLAKE2b-256 dc1666c7395f9caba0d847fe82785106b89568e70e403e5afe6670358d1619b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 797e944a74d1035a9ca66022c19c98f10300de16be73bf5505c19f1abe32cba9
MD5 7ee45eb40c78bd27df75a57d8e9ce5ff
BLAKE2b-256 ad09760d3cdda60b2ea32ad5542f87db826901e27326cf695c16076cf4a43e0d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57a7a294073faf86c8f03974e00c65a41f29ca4c2cc2a5046dd05b3c0abf996e
MD5 67a56c56fcce23dd22892ed7eaa84220
BLAKE2b-256 37f054fcc165806780b79c2370bcc36a7dad62bd5c47e6b92f382c17f6edafb6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 068b67949eb42c865dc09992cbba3e297d895a9d948298d907f343552192887d
MD5 db89696108a03e4a78423038f4dd9f7f
BLAKE2b-256 40dc24396962c14abee84bca50f36c1c2e2b3dfb46efe185fca5827e4551b3f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp313-cp313-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 505b6358831018a9a727edbeb1baf85533adfca376d935b3a9846f4c0f785c2e
MD5 e404da0526856071ee5eff260b72c3f9
BLAKE2b-256 abca7643f854051f1990d820a307e740b49917f45dbe2ae4dc0390a3525dfd8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp313-cp313-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 01c2f0a2342c5d617d397a18f1f0b61d7e2bd711ab98a2e129501b63ad06dbdf
MD5 a60a0416c8c9b3329869c21280f53637
BLAKE2b-256 737cc1891d1f51fc24879f0a9da585ac5cbaa0a369d145b392daeed0d750349f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 12445de9e4e4edcfaa5981bd433a9c14971dd88a304f41a90fdbff5f67006a64
MD5 59321cd0c3933ce4fff4273fa4e422f5
BLAKE2b-256 e3c1ee57d0e0ab516f97f9d481094078115b42e9c10e49a416adfa046b587923

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ee996ca2861986a290a4861354649b00b017c2846b8153343a1f5369d3e919bf
MD5 7543e701e6968713a4cdf638b9e2dbb4
BLAKE2b-256 a70ec11d2b7dda3c792f9a598675d2fec77046ae108f8e6a32c9726469960337

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c5079acd5acd0d03dd68727390507e537c108c9992dca50c0c284da1276aaad1
MD5 9edf94d58080b106c9b8a8a7ab276193
BLAKE2b-256 43aee15102f2864dacb734e9fcfac629593d8110c0f8bdcc7b9223d0ddddb5b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 72c61a91c9bf943bfec3eed70a02ad2c6170adf418f43e7a03302b6a7eaa2331
MD5 0a4436ad81e875a718419bfa5a3c2fae
BLAKE2b-256 b36e5b5b1645e5efdd4ceb5961a7da041260cc49fa7c04a06732567af9b95c0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aaee379491087f6fc4493d23adcb2d14d73e107ccd84c84e1371456c5eea6829
MD5 eefa767b5c75672747d3f52b6e5b3525
BLAKE2b-256 5480db00d239591dc3810673a2210d9398d97d4bbcd02373e2d2ddd689dc6497

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 eaf8ffa7d4d0bb5f75063e4ff572c1adc8a130e680c29872377c0d14665e6cca
MD5 9f26e523e38d477f538d7d13f0ad4340
BLAKE2b-256 cd87b0d378bf73b6a7764694410917820463b4aee21e57f79d68a6517d46244a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 069b337541c9eeebbc0a7ae9fe889e2961ac892971fc4f670333c3499d1aae8e
MD5 11e4be2315c37a869bcb5d5121a53ee1
BLAKE2b-256 b6d85432caeab1c96563f7039590d4d231ea8243b35a5a59cb07e07f48b1e240

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 2bbed0e8b956d716112a64cef83735aa382364467861e22932bb2148ba438c32
MD5 8ac507818c386da9d437d5f0bbec00d2
BLAKE2b-256 17d86ffc8ed56067ea86253cbfd969ea73923f5748d13eb14408764ec4c32186

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp312-cp312-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 de1b3c91e3b3422f60a0543d460f7af2fea9bbb8a57c410e2ca1e379477fae09
MD5 87d67ac795dd10cce9005d3d405e38d2
BLAKE2b-256 2564bde305750fdd35ad14c77f781ee334b8c03b38b3f4b89ee3f13b8f45d590

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp312-cp312-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 bbda2250cc4b90c1921d536224b495fff4051cae70566e8aff1f7a869f271f64
MD5 73794ea3a0681bbdd83db39ba036e64b
BLAKE2b-256 2187c06e2dd663e5f1a7502c3b7b56b7a18714e2ad8ea75605425b5ec1ced91e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 1aa7bbc49af1516cbe6cd9ca04b95b3c2d911445e18b5034126312a28df92df5
MD5 63127a424dc3cec7f00ba46085438c73
BLAKE2b-256 1adb699ae9351032a742ee278b5e6a372d425de5c601f565a4173c77720c6730

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 36280323b136c7ec7b27cc9015fd1e67e61bb17812e206a5df0a82e8ebf60d93
MD5 36db4a63874a17588cea80d46b2e0e0f
BLAKE2b-256 8e8ecbe3ed4de8177e3e85b206e2590fffd54399c1d6d480ec631cc07832fe6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6dcea2bf73799407ef755e9079954bed1846a7744fdf618144847c8a6baab2be
MD5 7914ebe24fac88ccb01938c9da53a512
BLAKE2b-256 5e82f6d0bcb149aa36addb96e2e169bae224ce5d3c007022c32d581347566772

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 0c12aa7639f722dda22b263d4fa5d6b441c3c6c68be0ea716a8f1a4a970c8465
MD5 afa85571132d35d1495dc95e3aaf66b3
BLAKE2b-256 1460b81f1c7a803ac5002f2ad3255a5d8d29ca8798e31263a6387aab1d0b504a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2516e1e34a2063ed5ea9b663ac8dfac6c4c84b3b55c408d98e8b1daad43bd3ba
MD5 9fff3ba0edeccd4bdb829560ad01c6c8
BLAKE2b-256 315bcdb20b8851829001f2b5651f06e53ed2ed189bc235e5958d08e164deead7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2e2001a88745c455bcd8bd71ea3020e7e1bb65ce0502de4fbd9efc8ecc176ded
MD5 8b4ccaa625acfd01dd94908c86c4b6c7
BLAKE2b-256 abee4afc4f2ef44b2eb89f731646a22c5e939e608262731618c09c5b4c8a93d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03a84598b3f79f1bb88a105286c7f78ebb80cb4a591a74348c208f291f549e48
MD5 459f5179720f2caacbbd63304f976603
BLAKE2b-256 ffa59e160052cf714241df6402f420cdc9511722e5f63c1943082dbf0c08dcf9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 123b342eaf5145609ea87f61b6a734d048d495eeb1d3ce7e09a1e440ea47a0bd
MD5 91b33619fbfd3eb9c870b2924b58d3a1
BLAKE2b-256 252c30584deaf546d13cdbe6b37c72209f715011688e3184d2261631b8c22532

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp311-cp311-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 ec90b2b44ba1cf141adf05cf8cf780d35526ab4b283928e03c3c58afd2a17e02
MD5 6cf6e1ffd41896dcf2f95f67e118d75f
BLAKE2b-256 8e15582e2988c91030849a34decfc2a7dbba1dc2f94ae16e4757465ec00f5d7c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp311-cp311-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 1c35326a8b657d1c063ee61155c6e86a1cd821c8c5d67bc14a9cbb64d7bb1671
MD5 7d1ec6537388f0d1978f34c0ab63418a
BLAKE2b-256 112a09afd550c129b8d9332ccee80205a128cbe76b7c6922027f2dc301253307

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 6df21b0e0cbc541787f9d86e4773d789e120c0967d0115a39a7f1e6941feb503
MD5 79e6b923aa606ec0b2924e35aeb0e052
BLAKE2b-256 73f29650a184eb54986609b47bf413f716b93a8e7007894be6879ebac661ca00

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.1.0-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 de1f09f32b766e09aefd77c7d3d3291886dad52f75f61f51087aba2afb17171f
MD5 974d3085406d92728429672061f5fecc
BLAKE2b-256 affc3573e598d4384822d7b5649b1593be1d3f545fb908d943f30c8e4be7b455

See more details on using hashes here.

Provenance

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