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.3.5.tar.gz (6.1 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.3.5-cp314-cp314t-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

opengris_scaler-2.3.5-cp314-cp314t-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

opengris_scaler-2.3.5-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.3.5-cp314-cp314t-macosx_15_0_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

opengris_scaler-2.3.5-cp314-cp314t-macosx_15_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

opengris_scaler-2.3.5-cp314-cp314-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

opengris_scaler-2.3.5-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.3.5-cp314-cp314-macosx_15_0_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

opengris_scaler-2.3.5-cp314-cp314-macosx_15_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

opengris_scaler-2.3.5-cp313-cp313-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

opengris_scaler-2.3.5-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.3.5-cp313-cp313-macosx_15_0_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

opengris_scaler-2.3.5-cp313-cp313-macosx_15_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

opengris_scaler-2.3.5-cp312-cp312-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

opengris_scaler-2.3.5-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.3.5-cp312-cp312-macosx_15_0_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

opengris_scaler-2.3.5-cp312-cp312-macosx_15_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

opengris_scaler-2.3.5-cp311-cp311-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

opengris_scaler-2.3.5-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.3.5-cp311-cp311-macosx_15_0_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

opengris_scaler-2.3.5-cp311-cp311-macosx_15_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

opengris_scaler-2.3.5-cp310-cp310-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

opengris_scaler-2.3.5-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.3.5-cp310-cp310-macosx_15_0_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

opengris_scaler-2.3.5-cp310-cp310-macosx_15_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: opengris_scaler-2.3.5.tar.gz
  • Upload date:
  • Size: 6.1 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.3.5.tar.gz
Algorithm Hash digest
SHA256 a15988b8c7e41689a85832365fd147bdc2e084ee3425ffeb5b6fa3af7714c5cd
MD5 2c9cc3fbadf34356cdbe0043a7b0f78f
BLAKE2b-256 87415ae25e9d5f3433c24b2ec407193a30f99f9ece470b8b813cd3e234fc0c21

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5.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.3.5-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 dbaf53e2cfb30cb0751d7ccbce7f34ec1c699e37808e86f41ba1101539684c05
MD5 bda1a6a694bda0f9b40e88099d3156ee
BLAKE2b-256 6c3f48c2e254c91b51e5540fb10bc50f23d6436db234c3aa3be39c989e9b2aaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d6c66f6f0bd6c374136ca18cb4f89cb6a006bb6b1978d0190d8af3e5e469bf5
MD5 c77755fc8d05a82c8a2f99db89afdaf1
BLAKE2b-256 374b967b16f901bcad706364b4177f463094c1d597117488d5429ce0e3784030

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 20523bd79f7e3ba7c5987bbc7494ac71bae9e793ddb0daa356ca1b8fd369bc74
MD5 31f2aa0837dddb1ed7ea43c7c0ec186f
BLAKE2b-256 0115a49612b68907478f888487b01459318105a1230fd52bee99d7e280f87316

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp314-cp314t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 4fb0773d80bff91c220885d3429f0fda7fe11e0cf85be7c53a948280a6f32aef
MD5 ccf153b0a286848470b1418f9e70d172
BLAKE2b-256 62c722cdbe71319aac5c7078238d8a30c9ffaca056f94a8be63a341e0ed25430

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 95875317abc55fc5df7c025d6e76b2b7412bea8ac64b502b0ef2ced7df72ec17
MD5 bf15da1b9222755d46688fcddd880ed7
BLAKE2b-256 b48a704c326f1177e2ab189f7d0e4f29757aa2ba560117a298272c423c0b7ddc

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9f946bd3e50119830edced3c480960ea4fb1a17fdc6373dd6d2ef4934505e02f
MD5 fcb594d4930041a0aaba0a5dfdf8e9e3
BLAKE2b-256 7c8c4a1ef73fdadc2dc9f6af4145a96d96e87869fea08b29db6b878d42f376e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e34738abdea9a8ace203778c0c8f51e2b34931a452355868758405d28a39e404
MD5 b8798795fa6c3651ef6212f3f4ae6496
BLAKE2b-256 bc11ad222be99bac81975ef1f130d7bb3c974594f70561c8dc554d5f70288d83

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e60f3944cfe7c58b3f13a87d936f38e009750aacc1b8df1a6eb3a2cf54695157
MD5 c8a6114890bbc02bdb182919aca799db
BLAKE2b-256 62a3df531a7fd905e437b688ab3cbb3513c5e7700e0bee0291c3ccbf641550e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 cff549c272e2be80bf9ad8ad4d3f2c754a944918cace1d5a2a5a0c371487c820
MD5 980281a3849a2b1a568d26cab2392d76
BLAKE2b-256 7d61f93bc7cb3c0aa67727fe60308540e9ab821ae61541b1ebcbb748fc5b5cd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d312a5b38dc801847588516ccec4672dde12fb8706bb71c5de34814ac3520ece
MD5 4e7026c36f93b06797bac0992643b26a
BLAKE2b-256 ff7039077b50ed6cf37697450d04546596d7a6eec57407ecfcb68ba928fa36f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f756a1507d00735e301b4ba84676d009345f76417a85e83b4574f0be2ab378b4
MD5 98f5c03d67f57f4648277ccb6778af20
BLAKE2b-256 2837cd4cb1a61d2c80e17b5a3ee96996cba77a63c98adc5acad56e1e0a3a17db

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a1af1b3a033ebfa321de3d1c8d29e7550ca0cc5eb8decdd191f0b138ec13da5
MD5 1a7cfa1e3558d9e5e8a88545960da9b1
BLAKE2b-256 f3c3cb7f3ea525bc080c3d687953be4d0551a9db3a01c7a37b830eec8534c66a

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ef38d327232d2c156d46da7e9e79b8a518670fb2ae6ba3bf975230926af62aea
MD5 f29ae922d86cd8c7daf9cb0b5369f32e
BLAKE2b-256 b57b3990654b377791a893652c3945e4cf9b42017ca0dfde7429c56eec04a640

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 295e5d4590528b7b6b4de956390b7611a0df6271c05072b9e0b68da19f8a7cf9
MD5 3295fa8b3540ce3dcb127ec5fa028688
BLAKE2b-256 fcfcc17e28a4744938c4ba590d17968f94c3d020604e2d832c6c4e276ac41326

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1a2fefb1c0c0abd4ad46ce62edf7eae43e2314b9b44453d7d651ddb87f7ffaf8
MD5 5c567d2e5c5dd04a7171cc7363af567a
BLAKE2b-256 c3917be3cf95a366b387c161f38841a959b7c0d07e513308d048ae2c24699fc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4578d9e5b047acd2eae8c08df9c3b5d643008eeaa2cf1de82dcd55c2961cd08a
MD5 f1fdbd19f32c525464b488f9f84c81f4
BLAKE2b-256 2d8e5fbe583beb5d52eef18c71601b709a8df21db75689fa3a6c1995d3189ec1

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eff9fde136950bfbee3475b2092482736b59e1e9a1325a7c787d43baf62ffb1d
MD5 cb266a429f1f75d52e8b89a0f6d8d592
BLAKE2b-256 be1991ecb8dc4daf895dc1d3f1cac3193ce7a4d612e513e8fd5a10699ca2b7c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7520c1523ee32a1bb59887ecd63ceace51c015fdab14018334b7362b89789ac8
MD5 aa38fe324dc50379c22a48e9bff21ee9
BLAKE2b-256 f975d073e263c731320d36a524623c8c2e6689b0a97109b33b1a3539aa687eb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6b62fbb92b564ff806ce5e5622610d9197e2387af1b2b4053de4f97f334f92df
MD5 02b9822b5edbbacb35391727d6cb32c0
BLAKE2b-256 b86a63426be7fadc0afaf4955ef7b3c69c6b13c51004ae23efb9bada7f21a707

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f301431fdcb9044845141c5f25b1860332747f1ff6064b7e1836bbc603a93ff3
MD5 01506e41f4e715eebdb8949c9ee1aa79
BLAKE2b-256 2e532d1d779f543ca408fdaebd19b5f30295005ec98439580645132250e169c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e3691958b7b8542e8d65bc4ddf23ccabf9889098ab3e50921f612f8528771d69
MD5 482623241121ddf093d8ed5fadc4b055
BLAKE2b-256 3dec68d1c8efe8caed6435f62e38744d7007eda4da91cd1ea68aec1932879f5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c5eed8525eee780a932413d9bbddb71f14effb490c72ad87fea6279e1ab6849
MD5 0cd4be39329286d18d4e55c2e1f3ec7d
BLAKE2b-256 7002002aecf38414e027272f5f1b8498d62b1ac990a39f18ece3323e76025333

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7105c23e3f7ec502f31231120106855a94eaa7eb4ccdba69b014e9e2f745aa31
MD5 8bd99a8d58b9b9c603d06e5243f7d19f
BLAKE2b-256 9021a36e13aaa601f8a94c54ea1a5295efb14107815c061378a64c076971e4e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 2145e8b37ab728b74653fe85ac321c193122d73bf3ae707cb502df1aab1c11eb
MD5 caee6197d5c45e5db95717e1f08a6f5a
BLAKE2b-256 8143c96bf16758a484d50fe38f22d4048151f28cd2b51f24d2eb1dfb5612581d

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0e7d465affd95c6baa0545477d63833936cc3efaffe7fee9595df5cb4f2aee66
MD5 5406e9899e77c2a535fde4ad14d06a38
BLAKE2b-256 175bea1dca57ed7b0c69455c36ed100650e273dcea781f9859416578a79823b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1fbb9ebb77855a7e290380936d03243c7069b1c4efd23df73ddcb39fc901b4bf
MD5 b8419ad086eef583e6a7306d4ba7c84b
BLAKE2b-256 7f4c9c8601c9681c40d4b0e1e63589cc5614827f55def32fc3a2815a97c60cf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bc4ecd286d5b62d62c9d92e57115290a447a6bf69ade1d35e670a49365955af5
MD5 6c9fa22141e8f5f95e35238a4d0d8fc8
BLAKE2b-256 a5f243881250783f1126e9e35b6f6a511db872ff48bef48cf5524749a654564c

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c81fd8864fc14dbe1cc2037c9345ed2e47107520e1d0521f81dadeae2e56e68e
MD5 8bdb6db8e14b61a709b1b7d261199e3b
BLAKE2b-256 c582468b763bdb73f613dd896974634dbc1e47515bf5301fe86f420b0dabd376

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a329b4ccf0a32b433f3733f7dde900a7972a44d54f9023df4bbf6dc545bf828a
MD5 83e1e82c9aa684c1db68ab210bda0a84
BLAKE2b-256 e4987174429b41fbc7eb1c4d4f3362168a4454b8b41100db03f4e39247249917

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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.3.5-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for opengris_scaler-2.3.5-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 39813db52d877c402ce2292f5e14af02cfd0f9448e05ad4de639976bb402c8dc
MD5 726c3a869483b5fd61a928f7274a7474
BLAKE2b-256 ebdd245ec83d9d765d08b96c92b4a6a5cf3b279dda8943a869fd9993ec72e5b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for opengris_scaler-2.3.5-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