Skip to main content

Simple geometry library

Project description

Shareloc

Shareloc, a simple remote sensing geometric library

Python Contributions welcome License Documentation

Overview . Why Shareloc . Quick Start . Documentation . Contribution .

Overview

Shareloc is an open source remote sensing geolocation library.

It performs image coordinates projections between sensor and ground and vice versa. Shareloc handles RPC models and direct location grids.

Direct localization at constant elevation Direct localization on DEM
drawing drawing

Shareloc main functions :

  • Direct/inverse localization at constant elevation (ellipsoidal earth model).
  • Direct localization on 2.5D DEM (w.r.t ellipsoid or geoid).
  • Line of sight triangulation.
  • Rectification grid creation.
  • Rectification grid interpolation.

Why Shareloc

Shareloc development has been motivated by the need of a full python component for CNES studies and the need of an underlying geometrical component for CARS.

Quick start

Installation

Shareloc can be installed in a virtualenv from Pypi repository:

python -m venv shareloc-venv
source shareloc-venv/bin/activate
pip install --upgrade pip
pip install shareloc

For developers, Shareloc can be installed from source in a virtualenv using the following commands:

git clone https://github.com/CNES/shareloc
cd shareloc
make install
source venv/bin/activate # to go in installed dev environment

Dependencies : git, make

Import

To test the import of the library:

python3
>>> import shareloc

And go to Getting started in Shareloc Documentation for an example.

Documentation

Go to Shareloc Main Documentation

Contribution

To do a bug report or a contribution, see the Contribution Guide. For project evolution, see Changelog

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

shareloc-0.2.8.tar.gz (34.5 MB view details)

Uploaded Source

Built Distributions

shareloc-0.2.8-cp313-cp313-win_amd64.whl (255.1 kB view details)

Uploaded CPython 3.13Windows x86-64

shareloc-0.2.8-cp313-cp313-win32.whl (235.6 kB view details)

Uploaded CPython 3.13Windows x86

shareloc-0.2.8-cp313-cp313-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

shareloc-0.2.8-cp313-cp313-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

shareloc-0.2.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (330.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

shareloc-0.2.8-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (338.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

shareloc-0.2.8-cp313-cp313-macosx_11_0_arm64.whl (268.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

shareloc-0.2.8-cp312-cp312-win_amd64.whl (255.1 kB view details)

Uploaded CPython 3.12Windows x86-64

shareloc-0.2.8-cp312-cp312-win32.whl (235.6 kB view details)

Uploaded CPython 3.12Windows x86

shareloc-0.2.8-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

shareloc-0.2.8-cp312-cp312-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

shareloc-0.2.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (330.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

shareloc-0.2.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (338.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

shareloc-0.2.8-cp312-cp312-macosx_11_0_arm64.whl (268.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

shareloc-0.2.8-cp311-cp311-win_amd64.whl (253.4 kB view details)

Uploaded CPython 3.11Windows x86-64

shareloc-0.2.8-cp311-cp311-win32.whl (235.7 kB view details)

Uploaded CPython 3.11Windows x86

shareloc-0.2.8-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

shareloc-0.2.8-cp311-cp311-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

shareloc-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (329.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

shareloc-0.2.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (337.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

shareloc-0.2.8-cp311-cp311-macosx_11_0_arm64.whl (268.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

shareloc-0.2.8-cp310-cp310-win_amd64.whl (252.5 kB view details)

Uploaded CPython 3.10Windows x86-64

shareloc-0.2.8-cp310-cp310-win32.whl (234.9 kB view details)

Uploaded CPython 3.10Windows x86

shareloc-0.2.8-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

shareloc-0.2.8-cp310-cp310-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

shareloc-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (327.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

shareloc-0.2.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (335.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

shareloc-0.2.8-cp310-cp310-macosx_11_0_arm64.whl (266.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

shareloc-0.2.8-cp39-cp39-win_amd64.whl (249.4 kB view details)

Uploaded CPython 3.9Windows x86-64

shareloc-0.2.8-cp39-cp39-win32.whl (235.0 kB view details)

Uploaded CPython 3.9Windows x86

shareloc-0.2.8-cp39-cp39-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

shareloc-0.2.8-cp39-cp39-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

shareloc-0.2.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (326.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

shareloc-0.2.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (336.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

shareloc-0.2.8-cp39-cp39-macosx_11_0_arm64.whl (266.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file shareloc-0.2.8.tar.gz.

File metadata

  • Download URL: shareloc-0.2.8.tar.gz
  • Upload date:
  • Size: 34.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for shareloc-0.2.8.tar.gz
Algorithm Hash digest
SHA256 f32de5937938cae5ac30a4968b24d7e2e1f739b4ff2db090c0e8bac621af86da
MD5 98fe3a76a149bc9dbde6a38f5cd8c8c2
BLAKE2b-256 9bebf4d2fba40a7da871757e24daa23d6b820464ca4ceecaf064e0120a5c1e55

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8.tar.gz:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: shareloc-0.2.8-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 255.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for shareloc-0.2.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 908ba1867769824762b1d302ed79cde60da51ed958916fa34c0ec2517c220ee7
MD5 85d3268858f24b9653401e74975cf40c
BLAKE2b-256 53af49f3e8e0f4cfd343df5f36ece7bd149e3390df9bb94283a9852e82441783

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp313-cp313-win_amd64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp313-cp313-win32.whl.

File metadata

  • Download URL: shareloc-0.2.8-cp313-cp313-win32.whl
  • Upload date:
  • Size: 235.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for shareloc-0.2.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 682fd1bc990e64b162c207619a960ed3a6f1565558e76275ef060a4f9282ae5a
MD5 baf47d0e8b5bc45ca6685cbd151015de
BLAKE2b-256 53c78dbd5657282aeb8e18b93a11f1f2bae02efb15f5a68bba30b6c9ff73f9b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp313-cp313-win32.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bc647c42646cee4e8288802a91dcf8ef833a9b496a182ac46c95e1d1bde37689
MD5 540ad444086ece029aeacb31b53785f2
BLAKE2b-256 069edec1a9b6ff9b3934d015c5684eab0ccaae522db1608e30f9e43425b2d11b

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d7b8a9651d9b17147f3d8c6e7930993fded11cc41e088b74d619297d5068296b
MD5 abcb973fbc20dffefd5a4f2e59beed78
BLAKE2b-256 d05dd066fadd8e5b068869b012d070ba222ef96ef7fc96322a549d5d95670de9

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 95346af7237bd870ab9380caef4a2f23d6784ca74744bff6aeac88811f20b1df
MD5 21f88c04b469280aa9e9d4ae34264de0
BLAKE2b-256 1b27ea0b4bb04b375a24b6c08fc7a698708df378ede5fd6877430e35bd13c34f

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 abda8f79cfddb5194f89159d3e80e8ab5c0465a4e6be3dd23aad205c12d563b1
MD5 0b6c65c8200d8bc30abea7b5cde36ce1
BLAKE2b-256 9d41659e4805d339fc99109a49f352f95825dbaa115841dd5208a35d12d95452

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16f8f2f0d28456e21d12f66991e116f94c917d042a519d5554a8157451ee740c
MD5 61e7c3cf88b2753c6270d7a642e51397
BLAKE2b-256 3a56361e77cddd5c5f7e8c9c6412faa1c44a4ca7adfd9eec5d1c2f2be46835fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: shareloc-0.2.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 255.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for shareloc-0.2.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3c0abfd71d6f9f39df435b8a904def6600c54950e49232fb1bfb7d25e8883c67
MD5 7011386c8f80a0b59735093ca3f1cb0f
BLAKE2b-256 feaf628e4c0a3c1401a9e080f114eb4f7a7a4a872970fbdec8993b27d6160fa2

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp312-cp312-win_amd64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp312-cp312-win32.whl.

File metadata

  • Download URL: shareloc-0.2.8-cp312-cp312-win32.whl
  • Upload date:
  • Size: 235.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for shareloc-0.2.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f216e0233ab09c9ce8beaa3aa76355d4e57d8bcb115718c934c43fd82d18fbe9
MD5 0e8cbddb20c435b5fc9900161869aadd
BLAKE2b-256 e776c42555366eb48ba894f105e8dfc06693ffe79c08c56bc133c35b597dd15c

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp312-cp312-win32.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e92840248d2c609957a7ece931a7718d2928e94d7ddd83b10d7f3e34564af275
MD5 0fe035b893152a5b971710157a005c9c
BLAKE2b-256 0b127fb5eaf3d7aaeb0b070cd370d5b4d6ed7bf9b36b300f3bae0561cc2e2298

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 01543c3187cd18fee105faf3546fd0f914559ba9103b0ab5400f3ab710ada5cf
MD5 74609fbc4c11de674ac793beef587564
BLAKE2b-256 8fa610b87d63e96290649b7785fedf418428a8ddd148ab4139b3e50bac935b45

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e81c9a78394fa7a3e209413fdb7a0c1111b106992f138c56693407a1588481a5
MD5 858727a5636bf1aecd3e5b15544c4b6c
BLAKE2b-256 4c5066c9b35ca3326cae9122b745f556885ba35cba4c85fd4fdd2607c2335a74

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c87e3c9fb4d74cccd01d58c0f12c1b0395ba86f44c6438071a57916ddeb3b840
MD5 5586d485c0b343927938553bb4af5de3
BLAKE2b-256 6aa127290105157ad1abbc9bdd389204122452b7fd071e23bcfc55a7051a136f

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6640bc96065bc1e6c4f6cbcbde865af1a7a66e38857e6a0efadeef983b5cf0de
MD5 d4f61d4e8587b5021e98d1662ffabf82
BLAKE2b-256 552d009a9445dc14647b87a41d69417d383ffe0d31d0a2b88b74e0746fd8db3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: shareloc-0.2.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 253.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for shareloc-0.2.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 59557aac20394ca81f31f6acf040f081ed019ac155769aab19e717bc5a0b7940
MD5 33d7a8002425b69665c6b4f1768def28
BLAKE2b-256 34ced29dfa359facd58bd72635b3657e4e19975149d9db6b290f6e0949afbdcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp311-cp311-win_amd64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp311-cp311-win32.whl.

File metadata

  • Download URL: shareloc-0.2.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 235.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for shareloc-0.2.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ee61c053bfbc7f48ca65ad87c2f226b30df6039066d3b78ec72daf4f7068b84a
MD5 bd9c8308488196ccaee8e32a9154f6b1
BLAKE2b-256 3a6502f8e7067f3bfc2285b8dedeb1ca4b8f15d144089eb0537a9e7f5f2ae491

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp311-cp311-win32.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1e24f40849a58d0fc453d682ec0c0d38622888b5646b9fc747b516b0e36356e
MD5 a5d082925e847771dabfc2f0a0f01c50
BLAKE2b-256 ccc1777b91ef29e52d14f358ce5f231fa0fde3b701f63643f9b8684430b56be5

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 11318f1887ceb8d9333bf500f449905ea56fb42fe06a22b56a8563e4f77a5e04
MD5 52b25f54b5afcfa247c3f670348b4585
BLAKE2b-256 9a98b3c8e9258b3f0aa13ececca5d3a0e03e542099cb7bda65e15abd7c0a1bbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bffc7a6f09d1062296d97548acdcbd92b31184d16bbfd9407ad6794f03343ca9
MD5 aec03124267904614ee6323a3e2f8e0b
BLAKE2b-256 7195640ceaac98f472fafb4fd2f5d49d8def8202614da1b2d680dd61770dc3ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8d334dce2ec91ae4db57f2940bbc7b9f009d0d93535056f5e27d38c6bedd6c5c
MD5 fa9ecc66654b38ab19c95ba5da821cc9
BLAKE2b-256 8d4f2cca7cb6d628ba1c41cc64af2f26177aa407e218e2f06e9f4979839e6cf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9bc84553400af82fd041a79783e84d90fde93e8cd1b779f797cc6e86f6d4e956
MD5 e80760e07ac39ba6ae0606db09e613b3
BLAKE2b-256 e3a5218a65cf3497fd6e60494b6c3b34b7f390a2159b939928bdc2286f91bf50

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: shareloc-0.2.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 252.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for shareloc-0.2.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f2d17adb9fdc131f9fbd41cf484edf2dee8decf50a8761d1f5faf6115b69cc26
MD5 6660aa1350860e585df3730e32426663
BLAKE2b-256 62f0f17f83b294657fdd3bfb8786b736c5916808b16a2cc659d2713622c9bbd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp310-cp310-win_amd64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp310-cp310-win32.whl.

File metadata

  • Download URL: shareloc-0.2.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 234.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for shareloc-0.2.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b023d01297ebd8ae66ed69e25db1eafa5770ca8fbb212a76d4f2f48756e8f3d2
MD5 25406fae4895601f646da8c99bb1d7ce
BLAKE2b-256 58ff29dff5661e5a617c2f463e866cba7e60f78f1a28000cdcace7b1a4f759ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp310-cp310-win32.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4dd8d85fd81db25d8b21662f1d6ffa08ecbf78e44d26621c960a652ac564b19f
MD5 a626d4a0df6ee80a96396e167a2d1364
BLAKE2b-256 6c8bcbb1f76c26cdaef393dabd87be88ed8f8acf4def50b3c267f58a69fe8ef3

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 53eae5032d4cef8c8a80bf5577392bed3a8b739467cb27aebe3660344ced5afa
MD5 abaf8e00c1a9b3ab3e5eb648ec29b65d
BLAKE2b-256 0fde9a7bbe6fd282a7abc49cec9b746468fbdfe70d32f56969304e379069987e

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2765e43a32fb5af9446b49867a4d4192bc826193d869540d673b90117200ba8
MD5 35662c45193f1f9104e91d72c24f8681
BLAKE2b-256 faee416b7fc9fb37d8c2c0a08a67dc70957592da22e7d32520078a72b4f2a6a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 296c79e5c12535ca051a393716f02320b0a75d795b5dd7a5568a420d9af3868f
MD5 43816a40ced66065facf0885d9243d4e
BLAKE2b-256 93af4650ae4c5fdfb3bbca7279c8adad33029a43b0b3c57b79f0e785c32a8e03

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d044a8fa806fc3523c0d6e3c91cfa131367e7d83f205472bbe3ff2acbbd39f98
MD5 fbe037f9b608fd20c8170056ce0f5c56
BLAKE2b-256 7adfa5717545c61760ac87c573040ad7eeb728e067a02ff01dd7c69173ba56d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: shareloc-0.2.8-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 249.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for shareloc-0.2.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 90cbb7a0acd3236182691b8f96e920c3342b5138251e6a15cb0b55a0903e3b11
MD5 66b735eb7917cff6e2b3e74ee71135e2
BLAKE2b-256 b8ac6d680512b82d24fccbc5060c00720462f8364f686d6668dbd2472b7cbf42

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp39-cp39-win_amd64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp39-cp39-win32.whl.

File metadata

  • Download URL: shareloc-0.2.8-cp39-cp39-win32.whl
  • Upload date:
  • Size: 235.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for shareloc-0.2.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 40cc1728c9174c593000ce750e7450471b9aacdbaee4fe7c75bd767ad0e07ef0
MD5 78e3b93b825956a472bf7d3b33464cea
BLAKE2b-256 04b464013a51cf1e4f5f8eba40bd338ac823a0f15ccf6916e3e8eb37cc1a4e03

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp39-cp39-win32.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e291f1560ba0aa348fc7eb163fcd068ae5f54c04339810be09c90fbc4cc6e8fd
MD5 0044689b0fa63232317649332951865a
BLAKE2b-256 6c9d37f6ad5231b6da861fcd04a1c741f342fb1bd84436564f7822a2419464de

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 696486aeed5f0b9e40b207de6ef22133c79489504e9809f8f9d9e32ae5cbbb6c
MD5 271beda88e73ab132c15c80908fa2f25
BLAKE2b-256 cbfe9f00af44d571ed6af607524d41da6b78dce147072a233e1b41188d3ebabb

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a782d6733b0a9d7f2442dcf1e0f3b33a8c265e2bb731b5daf59706b4ae9e8b22
MD5 d553f5e9d2e000aade21f7107a238b29
BLAKE2b-256 f5dd1f328024331d6b780a2a5b445a9ca03db1411b7b0070c9c232c7f426fd56

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 97b80adf380e721b38eff29c515cca6a762cbf95cd7d7d438fda701b508f0aba
MD5 3767955e2534ed62e05e2c68f5522b40
BLAKE2b-256 1fb449d5a32a4892d21fc52a373c173b37b47d5d6d7ae99be2981eab4b02344e

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shareloc-0.2.8-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shareloc-0.2.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c0ed20986a1354e83a13ee5fff7d50eda84b45d2750ed802c3f2641f433d64a8
MD5 21f7a1ee8f7a15186e1339769a0719aa
BLAKE2b-256 fe675c2443209cb655f1c076269c38284a04e3db03bb6359fcc71b1352d8920c

See more details on using hashes here.

Provenance

The following attestation bundles were made for shareloc-0.2.8-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yml on CNES/shareloc

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 Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page