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.1.tar.gz (25.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.1-cp314-cp314-musllinux_1_2_x86_64.whl (633.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

git_remote_rns-0.2.1-cp314-cp314-musllinux_1_2_ppc64le.whl (661.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

git_remote_rns-0.2.1-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.1-cp314-cp314-musllinux_1_2_armv7l.whl (544.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.2.1-cp314-cp314-musllinux_1_2_aarch64.whl (582.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

git_remote_rns-0.2.1-cp314-cp314-manylinux_2_34_x86_64.whl (626.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

git_remote_rns-0.2.1-cp314-cp314-manylinux_2_34_ppc64le.whl (645.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.2.1-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.1-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (549.1 kB view details)

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

git_remote_rns-0.2.1-cp314-cp314-manylinux_2_34_aarch64.whl (567.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

git_remote_rns-0.2.1-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.1-cp313-cp313-musllinux_1_2_ppc64le.whl (653.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

git_remote_rns-0.2.1-cp313-cp313-musllinux_1_2_i686.whl (669.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

git_remote_rns-0.2.1-cp313-cp313-musllinux_1_2_armv7l.whl (555.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.2.1-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.1-cp313-cp313-manylinux_2_34_x86_64.whl (621.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

git_remote_rns-0.2.1-cp313-cp313-manylinux_2_34_ppc64le.whl (637.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.2.1-cp313-cp313-manylinux_2_34_i686.whl (660.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ i686

git_remote_rns-0.2.1-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (556.2 kB view details)

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

git_remote_rns-0.2.1-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.1-cp312-cp312-musllinux_1_2_x86_64.whl (625.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

git_remote_rns-0.2.1-cp312-cp312-musllinux_1_2_ppc64le.whl (649.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

git_remote_rns-0.2.1-cp312-cp312-musllinux_1_2_i686.whl (665.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

git_remote_rns-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl (551.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

git_remote_rns-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl (565.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

git_remote_rns-0.2.1-cp312-cp312-manylinux_2_34_x86_64.whl (617.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

git_remote_rns-0.2.1-cp312-cp312-manylinux_2_34_ppc64le.whl (635.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.2.1-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.1-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (556.4 kB view details)

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

git_remote_rns-0.2.1-cp312-cp312-manylinux_2_34_aarch64.whl (551.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

git_remote_rns-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl (558.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

git_remote_rns-0.2.1-cp311-cp311-musllinux_1_2_ppc64le.whl (613.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

git_remote_rns-0.2.1-cp311-cp311-musllinux_1_2_i686.whl (595.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

git_remote_rns-0.2.1-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.1-cp311-cp311-musllinux_1_2_aarch64.whl (518.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

git_remote_rns-0.2.1-cp311-cp311-manylinux_2_34_x86_64.whl (551.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

git_remote_rns-0.2.1-cp311-cp311-manylinux_2_34_ppc64le.whl (582.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ppc64le

git_remote_rns-0.2.1-cp311-cp311-manylinux_2_34_i686.whl (587.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ i686

git_remote_rns-0.2.1-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (486.3 kB view details)

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

git_remote_rns-0.2.1-cp311-cp311-manylinux_2_34_aarch64.whl (510.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

File details

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

File metadata

  • Download URL: git_remote_rns-0.2.1.tar.gz
  • Upload date:
  • Size: 25.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.1.tar.gz
Algorithm Hash digest
SHA256 574c5dcfcd5ed1842b0c6db360ff74d18d46e18161fa74aea114916027db79da
MD5 841d9e545adbe0f870d8a4ac26d90bd4
BLAKE2b-256 59d90aac8ce8007c8e128ff17e3d20a3ce04a490e2c53fa4aa543883a7e3a4d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a1b5d2f06584344d52b1194c9394709d1d53086428c32c18b6dcae3a5be16cc
MD5 23475fbdfc4c767dd06313ce14c69a31
BLAKE2b-256 e9ec16cd6c6ff1a1c5f96df3bef118d9c0bda268b4db8671cbbb38729d08a514

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 06f68a5c126c0356cfc7e139750865b394aef91e569effe760de1fb7473061c3
MD5 a1509791b13283422bb6cca8bfbf49d0
BLAKE2b-256 52f0fbe086a89330f4690f5b73c6c932c47e75d7911fd4ba6246e8bb45a8f997

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 64a7f327e6090e5c3e6afddb60a0cc1ccb67696df1617d5181cf64d0cd6300a5
MD5 432c524d3df8b304eabff71b6e1f1108
BLAKE2b-256 d13fd6cfa6e351148b5f68703063db20cc892946596fe925f354836b99d01774

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 11f0e3a77cd63fe6360821663c1d8193e0ccfb34d5ca5c94cd59e3d73e2d5429
MD5 a009dede25cfa64cf0c8d91b05c941c5
BLAKE2b-256 ff0771eb99dbc818339395112ac74c8a19313b61f40f25612bb40da1162629d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa99a026eecda8f29660ede5046bcaa6d04f858b2b8460c875b47e2f29a407d0
MD5 2e5203d4a3d0770af387702536f00657
BLAKE2b-256 0ae15ecf68f6f1c9c4b5ec64e62f6a7bd725e658fae08b519d1148872b6ea72a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f6dc48b26619a61cd1f4b81b884ed234ca0f6c96170e37bc042eba6e31506fc6
MD5 d7b6f2bbed4ce3f72841162e4f084845
BLAKE2b-256 d3ca4583d79ca6f993da00c611cfe5a864e529c00b2cf1620acd3302f0241dfb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp314-cp314-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 b1004a01dd8f2a645a7bb4830974792d664c1799d0a416695cb2490eaca760cb
MD5 6de0025fb6f79dd22c153cbd281b8ff9
BLAKE2b-256 ae9b555755206731d7aad4692c29bbbf2577088f364d6f01b047788830762a5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp314-cp314-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 a92afdf26daa6a12016eb617f75fd028551b5a5df7737b87438c5412d505e0eb
MD5 b4b0bfbf2e3557b9fba0579e1a85cfae
BLAKE2b-256 18fa782a1d5f9b1859690de61bcc9f2412cdeb084544d9064418a2d066692b44

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 5665e08782e1ef57d98fa85d82ac3f049ccd4af5671570f71f557ecdb1442d62
MD5 fd3f2afb45b2e23632469b5d585f756b
BLAKE2b-256 dcb688803b0c7870e45849f224da96e7b647256b0af267e5813f6ef4cf3baef0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 dbc8a4133d13d8718920cd772802915ababff3b46e90d126147466ddbc228fa4
MD5 3fbd27cdb10b6816143908aa6e70c749
BLAKE2b-256 c654701a50c8df4c770a10e7d21b21cdf76311e486047fec248730aa95cbe292

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 07240f03a20d7d7ec07010017f36124fd8ca52eacbfd73a2104541fe2c8a2a44
MD5 8231fa622741e4a839aae3d12c128f3c
BLAKE2b-256 160ff4d9d5322b7a6dbc4a3098deee56f64e158f42838effdc871d45f2e9cd44

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 123a4c06368a048c16d1d95a0b1baa42b094618d033d28a0c2bac4224ba8e630
MD5 576ee2c984911e4081f7da0a22b919ad
BLAKE2b-256 d2aebedbb10c6fd8680d2f8646330cddeb0548970e417cced8b2c6d0ef6df034

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d39214d24768db0c97da5227648475f4033fb7f1b5275c08ab40e9b55f5cc27e
MD5 78f10a5dbe2293a1182b9082477e4a58
BLAKE2b-256 b8b954077de075d8ef64a722556020819192db7b88e83a6f67fc378888adac2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 552aa324aa6062ef88e93b9ead3225dd39cd540e35d50557cd094184c8f9fa8f
MD5 f7529d423ca86c55591f7c836cd650f3
BLAKE2b-256 bed82fe16d7e0c2e46b5c752e9ab4cc58d94b2d2b22022a210bb1873dd935725

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f86f71ff0a9fda0146fb91dedaafb45a3d250adbf8bf63d92fc1e3b509a67f89
MD5 3282d12143d5552ffc128c2d4eea11ba
BLAKE2b-256 fc53c3e88ceddc5af14096bbd3e1b2d6294170b17fc86268d34120c24274edb5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 fa3813d10cd3f9d40068f3517c30ea29ce7ede4707ca211e3e6c25f4de11af55
MD5 d8d9872e806cdeb2458429456d921c23
BLAKE2b-256 b2b34ec0cc6684a3f4f79384e656a5ee5a111176b0eec7bef9885779ae406a4c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp313-cp313-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 f741ac230e9b275b852e85f20641339c0386cdbb68bed787d5aa232c395ac2ab
MD5 f1a7c15ebc198e6f82dce338027a235f
BLAKE2b-256 98d0642c5ad07b6d5af904f1d50b2c242fd50b3d78cbc1f3b70159d67668c850

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp313-cp313-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 617e46b072ec1e5e8e8a97243d54fdf815fb8862d211f8041541cee203181e10
MD5 0e97a977b2fa98e3a765253467f3fb94
BLAKE2b-256 8ac4eac838c0fe33936005241e2f0379c418f8b6ad384f08e9891df40f7396d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 52080042181a2368403e6c4752a3b08dea7b270e5c6d5307c0055f357db399d6
MD5 04fb7c48fb699219d2e9664d0ed54332
BLAKE2b-256 8e1c9fb2c9c1ca612b0452f9ff6bd841afa27e9f59974b28d3177bb0321a3578

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 8e8c317d3f3bcc225edd167eeb3d7028a6617e6806f5e57c2f5ca930c8b6fbb0
MD5 ed3a4ddd46fce526ed39e20a1d9bd97f
BLAKE2b-256 00d5f62371d549e526c11dab025e94a9734ae657cc3b9cca5d8b8c3678075f7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8714e01c23b377ea8d29e55c70607c9aadf224be1acab4b59aa07249c57a1452
MD5 de3c74ba0eb75f5037e0e97efc224426
BLAKE2b-256 fa8313c05f6afd52bc2dd4869ef9fcd8a546107c7a6ef194c44eb53e2a3e71aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 4ba31a2324ca377e62f278a5c97eaf9d0f23c479988d2d2ffd4ddc449fd05e1f
MD5 9b099528565554880d3c228405a9a458
BLAKE2b-256 d6de634064f5429b30ab4bbb99f3970920f6fb88adcd3bcdf0d41b108efcc3fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8ec7b21c4ca912fb824e01b1b0078b5290018434b98904bc0e2ff1a126fda287
MD5 9385c9ec769db4431a4beccc21ce09c8
BLAKE2b-256 e0386d5884f0ed029be28d0eeb73953ff1604649abcf549eddc34e6f9276b7a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 90716fd906f8e1cd5472d7d8acdf316986584d7747e0539fb80cc27190311967
MD5 68da5d088a54396a957273c9ff29e834
BLAKE2b-256 245784308a607816e82701e49d6fe2f9b05898dfef615f517f46240c347ed307

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0f36eb717d2d728de5875ce067b2d54e214c231509f4df48f623b601f4d10260
MD5 bef99b8132bbc59fbb5f822104f24cbb
BLAKE2b-256 d44b19826434f467c7bb85b08d4502c5635d77c81a895c4456a0047d6cf7fede

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 2c67537167eb377dc291b68d9bde1089d6f770dd82dedc71051aece46b3d691e
MD5 5e7077fec2c231dfaaf4f3e46f5d4e71
BLAKE2b-256 2cb713571bda06f232fde6531b0311f7cfd9ebc6f030fba8b21ce5687c6d9641

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp312-cp312-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 14a778cea4cf8a608378aeb16cc700adb14a6e57b810a602f66a52d819db32c2
MD5 41908d0ad87720240782b138ec951fca
BLAKE2b-256 40c1d734757e8bf1f28cb1d889a272bcba8bd0ec525360d7b7b39e42136fda86

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp312-cp312-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 7116cfba9fddd670eb2f0a2f79c5c39d02a8f4532b475ac70993de2e836abd85
MD5 67a31accffd4be9fa7051a5caaaefc4f
BLAKE2b-256 6bd8a0b40ed7c08b65757bced6c4fa9ae2a734d243befc05a0863bed79caae92

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 ce77723e6bea48eac0357c09e3ac1a6aa3d8a8357e6864149ae68130e5c0ad35
MD5 34ac82dabdb74b08e203cfaa5eaa11bd
BLAKE2b-256 09089f6644fb2c9cd87618ca8d0af2d92590dcafdb3ff664f5b09055c2fd665c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 af1400dab818481a931cdf7ca337aceee34b5ef39e91126428ce5f499d65d958
MD5 83704ef0613c06cb74798b206ede815d
BLAKE2b-256 f0d034d6250945dda44fdef516db83751943b3bd412c2b2aa3f3182b4d703894

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6f617bd4362b791bfbafdadc0cc7f05d4dc9de2ff17c36e05e4cd8aa1b6f5052
MD5 eecb542b1934ce2932c5217fb577d838
BLAKE2b-256 3a0cfbab599bafbb94199bdf40c5870518428c8ecde531571032f28416b04f8f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 f8081d9abe2f6a9e9689ac36403557e73f766376b437308a31398bf537cd64e3
MD5 796c6971c96a9b80b6941008e4f24c79
BLAKE2b-256 ac045a5367888a2a3c259f2c838bdb3c0504166351d1e588d6e05eff578a26a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b33c99f29cb58dc532558bebf7897327207d1acbecf3b373d9b3f6102bd42012
MD5 908a1177f5dea3f58c3d4802970f7979
BLAKE2b-256 23c0ee30491d76da61e2c0c53881f9c5f24d4643a452d57eee707da14a112f88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fc64f822f0fb036a874553f362e34030088294dfd32605e9c420447cf78c3513
MD5 439b4553553b04e70bd44a1a76c9ef55
BLAKE2b-256 05bb239600a46a2dbf852d2ce0d5be34994634cff4219b48a6a9b4f392dfefd8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6705efd457f581ee810209b64d035ac88f98ccea5a2b3d4f7371303f2579570
MD5 13e6c9729f1f948653ee8b8a5066e0fc
BLAKE2b-256 f68727fd650936500adfca528650fd6dece394a21e743e2990314a215f20e5d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 dcdf560857b8edaa042f062c512adc8637b60e580e79bd19891b3c8481f701b6
MD5 85f93dcf873c5deaf742330fd0a75e94
BLAKE2b-256 cf8d9350e7238e87b59e9dcc8be850b56d53f3c75ebb5edf04060b398152bb6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp311-cp311-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 c0688189e734606451bc0d2a5c27a7c0442d530ec5bb395b5826eed408387fae
MD5 3a42b1124702bf5859884c62c69a05e2
BLAKE2b-256 efb746443fb09ae5b7fabd5c1c81d7f08b7d562da6228cbd1812ecc97ba37255

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp311-cp311-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 fd9b7a8dc8c283dbc086af0bdbf57cd70f8a1249ff5c7215bcf76316b6594e0a
MD5 78d68037b8afc8edd82026fe5babfbf0
BLAKE2b-256 17e698cd9cf657c894fa72b4551919cab992c005fe1dc5757858142624eadd7c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 fb0e399c6ef0f8b277c1df279a8cd5c7f878ec93ec00226844ee19df3a46e9c9
MD5 487e8638e7cfe7de1b36443b39d909c5
BLAKE2b-256 b49fc109028d644f243bd1f61b32f53ecf7575db784ee112351b0e9f47d1158f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for git_remote_rns-0.2.1-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 1481af63369e5ac57e92a20399eb4c792a74707338fe912c10f910f2bfe89ec1
MD5 d1c2c8f1066f03ecb691a767e936cfdf
BLAKE2b-256 6f24053d5e197a367fc1760a2e5f219172b5358c6a59d9e2a1662cf9c986e1ea

See more details on using hashes here.

Provenance

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