Skip to main content

OpenGRIS Scaler Distribution Framework

Project description

OpenGRIS Scaler

Efficient, lightweight, and reliable distributed computation.

FINOS Incubating Documentation License PyPI OpenSSF Scorecard

Documentation: https://finos.github.io/opengris-scaler/

Start there for installation options, command reference, worker manager guides, scaling policies, and examples.

What Is Scaler?

OpenGRIS Scaler is a distributed computing framework for running Python tasks across local machines or remote infrastructure.

It provides:

  • A Python client API similar to multiprocessing patterns such as submit(), map(), and starmap().
  • A centralized scheduler that dispatches work and balances load across workers.
  • Worker managers for local execution and cloud-backed capacity.
  • Support for graph/DAG execution, monitoring, and task recovery.

Architecture

Scaler architecture

  • Clients submit tasks to a scheduler.
  • The scheduler tracks state, applies scaling/allocation policies, and dispatches work.
  • Worker managers provision workers locally or on external infrastructure.
  • Workers execute tasks and return results.
  • An object storage service stores task inputs and outputs used by the cluster.

Local Quickstart

Install the package:

pip install opengris-scaler

Create config.toml:

[object_storage_server]
bind_address = "tcp://127.0.0.1:8517"

[scheduler]
bind_address = "tcp://127.0.0.1:8516"
object_storage_address = "tcp://127.0.0.1:8517"

[[worker_manager]]
type = "baremetal_native"
scheduler_address = "tcp://127.0.0.1:8516"
worker_manager_id = "wm-native"

Start a fully local stack:

scaler config.toml

Submit tasks from Python:

from scaler import Client


def square(value: int) -> int:
    return value * value


with Client(address="tcp://127.0.0.1:8516") as client:
    results = client.map(square, range(10))

print(results)

Learn More

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

opengris_scaler-2.4.0.tar.gz (6.2 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

opengris_scaler-2.4.0-cp314-cp314t-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

opengris_scaler-2.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

opengris_scaler-2.4.0-cp314-cp314t-manylinux_2_28_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

opengris_scaler-2.4.0-cp314-cp314t-macosx_15_0_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

opengris_scaler-2.4.0-cp314-cp314t-macosx_15_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

opengris_scaler-2.4.0-cp314-cp314-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14Windows x86-64

opengris_scaler-2.4.0-cp314-cp314-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

opengris_scaler-2.4.0-cp314-cp314-manylinux_2_28_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

opengris_scaler-2.4.0-cp314-cp314-macosx_15_0_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

opengris_scaler-2.4.0-cp314-cp314-macosx_15_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

opengris_scaler-2.4.0-cp313-cp313-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86-64

opengris_scaler-2.4.0-cp313-cp313-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

opengris_scaler-2.4.0-cp313-cp313-manylinux_2_28_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

opengris_scaler-2.4.0-cp313-cp313-macosx_15_0_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

opengris_scaler-2.4.0-cp313-cp313-macosx_15_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

opengris_scaler-2.4.0-cp312-cp312-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86-64

opengris_scaler-2.4.0-cp312-cp312-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

opengris_scaler-2.4.0-cp312-cp312-manylinux_2_28_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

opengris_scaler-2.4.0-cp312-cp312-macosx_15_0_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

opengris_scaler-2.4.0-cp312-cp312-macosx_15_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

opengris_scaler-2.4.0-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11Windows x86-64

opengris_scaler-2.4.0-cp311-cp311-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

opengris_scaler-2.4.0-cp311-cp311-manylinux_2_28_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

opengris_scaler-2.4.0-cp311-cp311-macosx_15_0_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

opengris_scaler-2.4.0-cp311-cp311-macosx_15_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

opengris_scaler-2.4.0-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10Windows x86-64

opengris_scaler-2.4.0-cp310-cp310-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

opengris_scaler-2.4.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

opengris_scaler-2.4.0-cp310-cp310-macosx_15_0_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

opengris_scaler-2.4.0-cp310-cp310-macosx_15_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

Details for the file opengris_scaler-2.4.0.tar.gz.

File metadata

  • Download URL: opengris_scaler-2.4.0.tar.gz
  • Upload date:
  • Size: 6.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for opengris_scaler-2.4.0.tar.gz
Algorithm Hash digest
SHA256 cf7ff1b3bc2838c7c21bcd19bf389a25581a17f5076024184173e9a5cf7dd746
MD5 b4773bcbeeb1262a9577d7678d6e70a0
BLAKE2b-256 56f9e051fc1a3a941a9d1c852ed9bb66196f7fb390b7d354612427c2c80fbdaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0.tar.gz:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 71bfbd956200d802d57831ee07445cc6d9d5e9e03cb6106899ce7cae4dbc2c27
MD5 99102e55ced668b4ddbfafc6a7965ff4
BLAKE2b-256 5606628a7822c614f3cd2c855cd58e87bb540a4287d6939a4498f564f83af184

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp314-cp314t-win_amd64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42bb5d89fb9a0f156a4b9a7d2dab368edc6426f1e97d934ce95da5721c2a6e59
MD5 c7c54e63cbefe676a5cceccb0d43bf7d
BLAKE2b-256 339bd43621224caa47804478bd21426386a05eab755d808ecc2af1ae11ab09bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 49d9fb061a82aad2d6a5a4bbdc9bcfb09d19cc6c3fd7abf022d56715bbccdb1f
MD5 ca3a6177eca6eec7d261fe57f4b42e9a
BLAKE2b-256 605eaa19bed2cae6c79d5790aa7167dd7d51ce82786f818319ad1b37671ca589

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp314-cp314t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 091012850bf5b3e0b5cdd13885975017e13681862779ea1dc00a1dcad54d792f
MD5 7ccfeedea0d89bd210f11c914ee82349
BLAKE2b-256 b06d44f67d484126a556840a4b23d84b545697a55725f1829bab63717116ed07

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp314-cp314t-macosx_15_0_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1f234f9d8ebd2f02479d0fe262ad5d8ba13ad8ca4aa00f88f58d5b48ffb44948
MD5 c5c1f1c1623fbfef8089ec3309f0ad30
BLAKE2b-256 2f83c8431b2e2d85a4d51c4749c6d1c1e6e372ff4e69ee72b07975924e4b24ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp314-cp314t-macosx_15_0_arm64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0d0b06fbd232a93a042820fb612297606ed0b8fd0218a7d062d0a487b589fdfc
MD5 bd380dcc53338a85351f3005ecf72025
BLAKE2b-256 fc10526eed4a13b20cfb0d13d64fe0cf64cbfddaa96c1928b99402907b51ecf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp314-cp314-win_amd64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e43c9e8547aaef6174b8305e59c8a360a0c3c93e950ccfc35d5408516e49353
MD5 41cec82cde0a0fd9dc48934d318b98a9
BLAKE2b-256 304d9456b593365e01f229a60e8cf60fe8795158ebc953ad139c125411561559

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 79e3236dbaf8d2a376f474edf48cc344a7c35348fa47b6b3d3f86435878e910b
MD5 4d73253ae2e3d6c125b64ef837304198
BLAKE2b-256 480afa6759af9af4a858d4c658a13420e3dcce8e7fe5545929bc939ea7bd1fbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 be9f4137f56299402438a6e0dc6d617a1029fe92feb3c59476109cbf217ccffd
MD5 0e681216b2430d943bb43c2456fe5f78
BLAKE2b-256 fbf3b0b2e4a4ab0e8d22f78532a775e3c88dd224dfe3c6051f8358c9fafd365c

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp314-cp314-macosx_15_0_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1ead73827a818c6336c4937175ad3eda241087c70f9bcaba2660125066402783
MD5 e6381f5353094db9087fb0393f0af19c
BLAKE2b-256 d5e153eee22a79b3dabd51664ac853a719d0b8e8bca7c8dc8cd7c5dbadee17d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3c7a12e67bed6cfbf64e62f9de7f0d60622ad71059e515b02c347536ee9e71a1
MD5 2799c773dd46a63b680a600c0e1a24d7
BLAKE2b-256 53278098ea67f8373b9c77c785e44a9bff6a9f9a81c543e4360f6944ad18c547

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp313-cp313-win_amd64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d8b8eeac257cf66b6fcc79cfbc788e30d0db89d5fadde1351b4426c6e63c62d
MD5 e7119fefed36cd53b2ec2a3475880b5d
BLAKE2b-256 91cd58e08a7582a59614bb51f320ea0243265d79416c370bdc5e6f7dda8c502c

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0fcc61d38f435b340ce315fab17e6ef97059dc2dabb6594c665d51b223e6fea0
MD5 95098dbd381182e0ffb5fcd66a3e450f
BLAKE2b-256 c3361da8ff8d98cce51cd82a8d90e3b8d352f279f422c3453c852fc7d84bbea4

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 9df5bc6538b514fe574ff9c56a207246adb231be8988ccad2fde2282308b1d8e
MD5 dfd82ab4e87410ac13c6fbfd7ef4aec5
BLAKE2b-256 85620d31b7a19374be92c85c7dcafc6432d73611ee3fae7c83e13fb396381a67

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp313-cp313-macosx_15_0_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3eafadafad4b4876aa37d56230cb2cd061be43b4499042de3ff06543765eb77a
MD5 fc2678badf37f970bc369ef15e48101f
BLAKE2b-256 f1b0514f2b67b5ec085d3f45ea1562f0fa127a1480091e4f1c02f3ab8ac81f47

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cab3f40a4e6a2211bf81a5ca32eba553ca7cba213f767b51d4cd427d7230618c
MD5 1f410743e1cd4d5efb23869b4c34eb79
BLAKE2b-256 1bb48f3bd8c2fd951273b09a5953d68b4001b7f72807452bdf618c4398c78120

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp312-cp312-win_amd64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 27f5f7f1bd658dd12fb60e3dd6790ad962bdd2a4af725ae136a3c92c5230b2ec
MD5 ddbf77e7222019bfdcdce50a1f6ec92d
BLAKE2b-256 9c50ad3a765304eaf3d17cc1af9fee5b6b03612885f620c255524889e399a31b

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f9dded74aac43b13f33a2790e2adc96a9d5c1a9599cf01cb2e5d1bab47b12cff
MD5 3419500e43a2fee3bcf4378887fc8dfb
BLAKE2b-256 943676ba13c390fa548856d6b9ad8e7bcfb0b2d4c0e9292ee7f50fd906fba5de

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b00aa8c50b939b2c2fef8c38c71ddcec9cdc51a97ed6a6c8e48bc8727e33d189
MD5 6f169def070848b9a4e6e879779fc4aa
BLAKE2b-256 77a281be0ab8420ed1067fb9fe8deb36879b9d792c72088b77063e7dcffd6db5

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp312-cp312-macosx_15_0_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 67ae54d6038574aa0e15c29afea2122a3ef83ea58241cc6ad8031108a67b57d3
MD5 d7ce4ea4aaa3da543fe2dbc073cfd961
BLAKE2b-256 8de3432cdabc29aa074b62d1770e4615746bbf535bf79852103f5f6818351436

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 88f0059433c384c18c612a7db49919464e6db37a5aa984eb673b6c769a97f01f
MD5 c1b1bb46a9d88a168a296bdfe9209b29
BLAKE2b-256 9d82ac7027d6341c1aab2958fe0081878f2be3abd184a0c283e700bd396ff6e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp311-cp311-win_amd64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08419c35d8aaac101a9f8dd78a79ac9f78ef79fd03f1ee735e1b5e93ae5e0407
MD5 9bb7281f2656ad5dc984649eae13f83e
BLAKE2b-256 bbe7397d1f008e4ab13f22907fa92d2f7cfd1791ca7dae313d869bb30ac8567f

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f317c481af829c8de7b7b35df37e7a0499e454780b22bebdf8c5a6bd8079874b
MD5 15f445c8e050f1180c20fbc18330d4cb
BLAKE2b-256 035bd9732cbc2312fe4a760c0da4124fd7704eb68f0365c95d983b688f6440f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6f211564af5b43ebf5b03a4303d8e751282da4db03ae63323a85d9cefb9c382f
MD5 e69fa458d95db032d9062d479f9ccabd
BLAKE2b-256 b4a9a8430b4083f78a61fe8873187d04eae47a0ab6fac42474643e91717776a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp311-cp311-macosx_15_0_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 da4b2b7ebe3d28df31e5788bd45a0a2902cf5129ce5d83f52a55ddde4ae176a0
MD5 86ddedf753a42a19247fd9a90d3f697f
BLAKE2b-256 0d80440c839208958e86c498d1408150f35610db368bd88c3bf6df5201c995d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6efb72669bab535d73d228439876324fa9091cdac5d03e62e8d92008c4998983
MD5 de48eb3b487960d79689c9b7bbb85442
BLAKE2b-256 f196edcf4dad4d3268a269a6bb282a40d37cd6d0fa0196aa691ff1354aa6cc5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp310-cp310-win_amd64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa716f8dd9456f13a4d206a7798394d348c1965119eee4432436ffd9e9df55b5
MD5 fe5f121981584ef044801e14cf6b71a6
BLAKE2b-256 a763554a33498f5ca3431c21ffabc022523240e49105329e3dedbb80cc8ad70d

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9061b040e894e925bbb380bb102cc48ea95446309ccf4394d86636a26755ecd4
MD5 31040b101950767c247b1d297d560ed8
BLAKE2b-256 9ec4d9a1d7c6b73675701650cd7834109adfd18705fe312d91f4e710d57cfc08

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 e952591b728e7e13e1d2b88506489ee4995cde94d8a9ce8ffb99313e46e2f4a0
MD5 87a743bbdc7c5c5b61ce42c38454b2f2
BLAKE2b-256 9b37727d6ceba74f3b3ecdc78cfedf4e022bcc5da4c53bd667ec5e9cb3f5de13

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp310-cp310-macosx_15_0_x86_64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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

File details

Details for the file opengris_scaler-2.4.0-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.4.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0b0d024d5d579dd3475ee4808c5282189dc190d992ed7f65b6b5638d9ce9b80b
MD5 915d8d482af4087a198fd59597189050
BLAKE2b-256 8b932441ee6b983cf059a7f1f7db86d56c52762c5202682351faf2ae43dc52e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.4.0-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: publish-artifact.yml on finos/opengris-scaler

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