Skip to main content

Simplifies getting the right configuration options for a process using pre-loaded configurations from files to manage options for experiments or flights.

Project description

Optify Rust Bindings for Python

PyPI - Version

⚠️ Development in progress ⚠️
APIs are not final and may change, for example, interfaces may be used in the future or method names may change. This is just meant to be minimal to get started and help build a Python library.

See the homepage for details about how feature files are combined to build the options to process at runtime.

Usage

import json
from optify import OptionsProvider

provider = OptionsProvider.build('path/to/configs')
config = provider.get_options_json('key', ['feature_A', 'feature_B'])
print(config)

Outputs:

{
  "myArray": [
    "item 1",
    "item 2"
  ],
  "myObject": {
    "deeper": {
      "new": "new value",
      "num": 3333
    },
    "key": "val",
  },
  "rootString": "root string same"
}

See the tests directory for more examples.

Watching for Changes

Use OptionsWatcher instead of OptionsProvider during development to have it automatically reload the options it stores when the files change:

from optify import OptionsWatcher

watcher = OptionsWatcher.build('path/to/configs')

Development

Setup

pyenv virtualenv optify-dev
pyenv local optify-dev
pyenv activate optify-dev

pip install -e '.[dev]'

Build

maturin develop

Tests

pytest

Formatting

To automatically change the Rust code, run:

cargo fmt && cargo clippy --fix --allow-dirty --allow-staged

Publishing

A GitHub Action will automatically publish new versions: https://github.com/juharris/optify/actions/workflows/python_publish.yml

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

optify-0.8.4.tar.gz (46.4 kB view details)

Uploaded Source

Built Distributions

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

optify-0.8.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

optify-0.8.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

optify-0.8.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

optify-0.8.4-cp314-cp314-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.14Windows x86-64

optify-0.8.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

optify-0.8.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

optify-0.8.4-cp314-cp314-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

optify-0.8.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

optify-0.8.4-cp313-cp313-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.13Windows x86-64

optify-0.8.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

optify-0.8.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

optify-0.8.4-cp313-cp313-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

optify-0.8.4-cp312-cp312-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.12Windows x86-64

optify-0.8.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

optify-0.8.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

optify-0.8.4-cp312-cp312-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

optify-0.8.4-cp311-cp311-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.11Windows x86-64

optify-0.8.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

optify-0.8.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

optify-0.8.4-cp311-cp311-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

optify-0.8.4-cp310-cp310-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.10Windows x86-64

optify-0.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

optify-0.8.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

optify-0.8.4-cp39-cp39-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.9Windows x86-64

optify-0.8.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

optify-0.8.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

optify-0.8.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

optify-0.8.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file optify-0.8.4.tar.gz.

File metadata

  • Download URL: optify-0.8.4.tar.gz
  • Upload date:
  • Size: 46.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.10.2

File hashes

Hashes for optify-0.8.4.tar.gz
Algorithm Hash digest
SHA256 1532163452361cba5bc08d8e420e2291d4ca039c32a9a3df5de32211fbe920db
MD5 97b9ad1a7438e8709231dd41504d1f3e
BLAKE2b-256 29c4f2b571a63200dba552fa6adc5ce61b8329c767643477cdd49f49ef426f21

See more details on using hashes here.

File details

Details for the file optify-0.8.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 666e0b620178ed2131d72eb67f9d31f2a67c5ab9e62842b8b4ce194f638edd0f
MD5 b009875329a082047585db99c687cc18
BLAKE2b-256 28daabae5a5848639bde8eab65772c0198e63593a1db7906a9a806ec7c1f51c0

See more details on using hashes here.

File details

Details for the file optify-0.8.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c95cab5479922018b53e79cf884f96470f8fde3dfa0de1add23eef91d3211e6
MD5 a031172bc6a3c2c627ce9881f5af51cd
BLAKE2b-256 3306976b9e573e159326e22180a4b48713bd5d659084f79c417016103cd31090

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6aebbedcf4f61357d1738fb902ab1390c76c315bba818798d9f6937b89f57e7f
MD5 8a80bd14b1a1c4e754de1a30e6e48dd4
BLAKE2b-256 f0354befd1915d85e1dba9717e2c32130f24efdc27cb797793f560e1bb98806a

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: optify-0.8.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.10.2

File hashes

Hashes for optify-0.8.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9b2eb615b13ff810e16f8d07f1596118a81e62a53509ea76d64f83d2173d8bc3
MD5 75f335b7b2dcabc1c650771fd4c9c721
BLAKE2b-256 94916d3f8f0a2580b01438bebdc585dce50a7025a6a404ced73132aece1cd6a3

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c27bad4585078513a0c2323eba40f6f6f4e5dcbb077cf4b64e08d3a21420ead
MD5 a8f5bb0f70d96a4978cc10924f25e911
BLAKE2b-256 1f3c93d9ba61103397da13eace2f901be0f6c9b300e9f5e9b0467fed39eda113

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2fa63e991eda70c9c02f1703ac4963e37aa834a6143abbda9359c8036edceeca
MD5 2e2162199a40d2639ef81b5f83413457
BLAKE2b-256 65d1b81b03a93da40193f858abba76fa6bc4f771c68dc86d28c6caa85fe35077

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4061af686f395f6ae27bfdf3ecc6b03a173e9bcdf4cd98de05bd0c5cef6170f7
MD5 6fe1a29a55603776bb731db2c4dd9548
BLAKE2b-256 dbb343ffa3ff70b007519974c214830a399df47153740bce3119b477f104b0e9

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c787b5f2ee02ec8875549ba2fc72a44ab28bdcd6bda4f1e90c091d039740dbc
MD5 0c358b865e2398fb5a7ab94d7fdd0813
BLAKE2b-256 032d576beeb0e68f99f8f8e806fe40bafd85afe0373dde137000cb4bcf79d8ce

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: optify-0.8.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.10.2

File hashes

Hashes for optify-0.8.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e572b8b9f9581e6711cefd46d67f007db21d4344b6a51171393700c4d3ff472e
MD5 ccfc8cbfbb171e2cc7caf9d8595ec4b0
BLAKE2b-256 9ba757ae5eb230d1eb8d70ccb80e89ade0c6223e572812f6425b2f42e59b0aa4

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb3802003c3185cf61ee068cadc4098a809be931bdfc5c36e33b9fa091c58f66
MD5 39a16c6625f1f110872910ddad0547ef
BLAKE2b-256 c54d0ce5771bc8c60e737120d03548eb9c36f814016004f8b4f420bb2071d508

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 95c20e86719066e8edcf7f725c9530a7746c9dee0228d527d36fc99c8b3765bd
MD5 d18a4cc22fbd667c879c9a42ca9f77c6
BLAKE2b-256 317a35dbffb7329ce508afd29b877905c102f4dbe0a6a96861858136686de3c1

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7755d8b058e5584797fd1d04becb6e46ebc133fa427e8d25ffb5def5df4ebcee
MD5 95ae1d23c4637542321868520a1322c0
BLAKE2b-256 5d08cc874400fd8648ab6853f3ddee07cdc0e47fcd1e438b0327ae4d50e444cc

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: optify-0.8.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.10.2

File hashes

Hashes for optify-0.8.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a0c075bf9bea435c6b12297017805296f227e7b3e443c169933a5a4602afb3d0
MD5 0f276c1020ad1bce25f3581fbbea1c1b
BLAKE2b-256 754f853ff1b3beec11aab47c63f3411645440819334d7b49c4389e6954cda7ef

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 213e70ffee9fa0965d426765dee51d276c74216460e2cdd4a938808f157011d0
MD5 cf495278bec61ab6f2de671a563ce39b
BLAKE2b-256 21045db065fac020c3587d3ff9ebbb8395cd4cb8fb3398f8ceb36611a06fed4f

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 507accc5e0da3fbaf632fa92cb6a40c03b47093f42f492baefb752afd124504f
MD5 64cbc3fdba18fa7dd1a2b7d8e8d76260
BLAKE2b-256 7e4623458db594d5c7dd8c60ed1fa184aeba793948c2f62383539dea30c00ca4

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 342249f6e4459bfbf93428bb2983e19958ba132902099c173ef9cd1cf61a309d
MD5 987d606cabee5d1f6f1352a6121c43af
BLAKE2b-256 4c508ced994361891365eb08dbd35f3798731f2b2806db92a07e3bb23ad97621

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: optify-0.8.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.10.2

File hashes

Hashes for optify-0.8.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 084a9deae8efc155a6c21c4f2484c1a222b427a5ed820554ee8b10ee97f554d2
MD5 0f21a58fc132ef468b87f7c52c1e7485
BLAKE2b-256 67ac77131bc03c1f12e53b5350c0c2d2a594da9e64a4fef6765e102d89007164

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a154bba4f08ad6e2582fb1a0b00f872cb5de8e578f17db70e382c56004a9559
MD5 db260863df7cafb2b9038637d956d0a1
BLAKE2b-256 9a2b885e0aaeda6302021200f1f4759bf6479a95eb48db07990c637b58f43647

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 11d898e8acba1afd181b9185a295dd46664b669c30ba9a64fa04cbc042b43b84
MD5 0fe5f5546ef62b50c963122eaf3f4d0f
BLAKE2b-256 3e0d0bb8813d0cbebe57259648484d72f21fc284b85d9d0f7d1b3fb962a5a937

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f648d1c4bfa704d56596e63bf9ca9bb002a3cfa5a34735f50ad890ed24bde1b
MD5 6e6426c79cba11d469b1b2a3e7bc23b7
BLAKE2b-256 a246a734a4a8625a8cf8138dc9f7373eae5f7b1ed9f0a6c6d8637274e67aac97

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: optify-0.8.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.10.2

File hashes

Hashes for optify-0.8.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5bfa80368059b2133a9c1f4acbd54ccdd00b0de76eb06424fcf4f95cb958b6d6
MD5 1ee07cf3752cf1bc61387bfaacef84b9
BLAKE2b-256 31a21bf93b43bbf362168631cc3ca98b0f6cdb7beeed4a089ad721d2e9d81c48

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4570ba2f46d1315419a4256d8ed6a77230856de5f00500fd5c0c037c4554bbfa
MD5 fa6b8166373e4515d91a34636f7bf77b
BLAKE2b-256 ee3ecbe3366ef01e078aff66d56977c4cbc194ee2f7ec6af399241efe08c7822

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5fb96e21c2eb9c4e29e5e75f5c1ab9bb694a8ff6d5076d291a426c50d09e2e27
MD5 31acc3bf8c3e0558b083cdafb3d6844f
BLAKE2b-256 59331e05c8bfde71da5e1bc777ea91186d37d19e6c697132e79718c20f37cd97

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: optify-0.8.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.10.2

File hashes

Hashes for optify-0.8.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d7f7f6f2f6f5b0b66eeb738fb7f849e2640d7d061505e6b168f4a37f07d1fe09
MD5 14a9768abbf5a076802387c88ec7d580
BLAKE2b-256 8468f68ea4648abf5ed1d904bba060156ce2b0bee4d6c6bf59152269dd8fe282

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b7cd1dbf15cba767af19fcdffbe0d0033ea2ed83b9c02995ce50937315265ff
MD5 c75848ff529d392caf83adb8468c47e4
BLAKE2b-256 38344b8b35357885708b3920bd8d7b8a55cd714cfaad11f542cda26aa04bbb6f

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 47df47d9f5fee77ae367c5a152ce1dda7787a2b9749fb4a5620832eba78b3ca7
MD5 44507d4a9245d76d9ddc6debc9419c4c
BLAKE2b-256 5274ba148f38cd024165ae9a3263265642e1c6ca2408f4be0563383ee033822a

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7188f26ada8410d6436e61f2e92389ae65a0a3381eef9d22c919819e47fd0669
MD5 6f013edf13cea76e05b2b3450b29d625
BLAKE2b-256 a7cd74d0b7b5f9e310b33c5dcf2be4bcd7e27990151f5ccb2425c8e1fa4b34bf

See more details on using hashes here.

File details

Details for the file optify-0.8.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for optify-0.8.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23d576eb2d4416a2ab8de802f56c4ec31fd4a8f39b85cdc8d8e3372b11f46bcf
MD5 ea7c9df0c0823174b295ebd6843928bb
BLAKE2b-256 22ef455c1d96b4a5102fd2f0ee4ac1bd338b191933bfa931b4939f38ec25eae7

See more details on using hashes here.

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