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.3.tar.gz (46.5 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.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

optify-0.8.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

optify-0.8.3-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.3-cp314-cp314-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.14Windows x86-64

optify-0.8.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

optify-0.8.3-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.3-cp314-cp314-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

optify-0.8.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

optify-0.8.3-cp313-cp313-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.13Windows x86-64

optify-0.8.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

optify-0.8.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

optify-0.8.3-cp312-cp312-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.12Windows x86-64

optify-0.8.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

optify-0.8.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

optify-0.8.3-cp311-cp311-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.11Windows x86-64

optify-0.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

optify-0.8.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

optify-0.8.3-cp310-cp310-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.10Windows x86-64

optify-0.8.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

optify-0.8.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

optify-0.8.3-cp39-cp39-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.9Windows x86-64

optify-0.8.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

optify-0.8.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

optify-0.8.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

optify-0.8.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for optify-0.8.3.tar.gz
Algorithm Hash digest
SHA256 9afeff7fb3717d1361d860fd11609c85953ed2f968c4d9baba1b853884716547
MD5 b4848f97f55a159d6b1cb84996c15928
BLAKE2b-256 3b53bd66bbba39934350fd36f203993873abb1ff14bd70ae15008153483ece0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38af7d066aebc46e1b2b4b718e4b8fc2bae94b5e95401dd4e0ca13810a1c03ed
MD5 8eda412198cafc043fd831ef3a90bcb1
BLAKE2b-256 5d718bd0dff4075d6ff1060305c9312024e9d1c9a546fae84e98785fe7f78919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf8733789622b225f36449c355cbfcb61d2745e39587ca0612e7fa9c0fcdf528
MD5 aa814bd108f3e82c3228d605f3c7a14a
BLAKE2b-256 c813d9da5fea26c13490fe28a9f75821e75ecc02ad02495891eb56270775e327

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d4d3719e6da9281ed233e119ed991b5e9356fb4e4ddeae0d98a7812e0c8310ec
MD5 395c4c63396ebf2bfb5715594e059334
BLAKE2b-256 f7337ee1e02527ddc29c63fdda5eddfe1abb714ff117c070af201977f144d131

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for optify-0.8.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6d04ad3d31bacb8c5fb5fd06e84b19903ea56e49996ab40246bbc7161795c377
MD5 d2daf5e8190bb3d0c3a9dd8b9e91565e
BLAKE2b-256 f43c803b5ef2d8a4df8b73cf7abf0322fcb4c20c4ce485783584bbc719ba7c54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf827b26a0b649169811827b234b40cc8ff0fe2ae07f497c87c481805ebab994
MD5 4f00541448c5fa66f2e370c2143710f1
BLAKE2b-256 f0a12c501cfc076543b96f9ae124a761455cf8d888f863c0564ba48d67cd46e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7e58a4a33a5abe881b115a7cc894bfb068901a23ec978d61b595a20390c5230
MD5 ccd4504923393476c1f6420858c00392
BLAKE2b-256 bf3a34bd3c185551c2d642875a881519ee4acf8ab5095c4641f4c58c163127a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68681cd2ff15573cae96ba84f64e9c66756e640bd4d1faad9639eaa1680e0991
MD5 2b26b87d3de9d47465ec1acdf9808af0
BLAKE2b-256 ff5c0cb9c6f8ac8840ac046b1083938e7c65fd387b472d01b3fca68541da9908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 31a5aba97d58c5729ddf484042e4b953818a31bd8d375cc9ccb8b280d522e196
MD5 051e80b6034ad9aa5678a238b9e6673d
BLAKE2b-256 919efdf2a2be9c23fc8508792f6238d3f6c9bd362f0fa060aa80dd55840a0263

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for optify-0.8.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1169373f32d1600e02dfb3ca0c3edd1fdcaaf4c77b693006f19914efc76e7b0d
MD5 1f501cd09855707b6b51ea39f37e07fb
BLAKE2b-256 b6d845333178bbb5bf0623e829b5072930337b4cf27cabe5013b7e7ae257794f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 596ea6598e7a4d3320cb64b4d6a25309d94c8fac6c0bd377a8ffcad529719514
MD5 48268bdc2b1e066351b5cfcb8a9f6358
BLAKE2b-256 dccd4d4d28a6245b6fa46ab1d6d63376877690612434621ca0996ce299431f63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b47d68ddb306746edf0747b05f9e6086207b64c45cb08fe9cb8142dabd359775
MD5 a15e6018c13fc7e4a2839d4112d443d3
BLAKE2b-256 35121ca8c5f6cc9e6aba6bfaab97b6fb8a4baa5f0385c5b1e0ccfe1de7d4aa6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6636d77d0953b65b57373174e17f5b286fbee2a5d0630107187d7e11088515a7
MD5 cfe18a4362741f17fdeb8849ae492651
BLAKE2b-256 4b321bc525369f77d3d28060d89553c05c202b9192f50bedf2fcf2ad004cb652

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for optify-0.8.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3c19cae3ccac386fa25c7655ecf6544d7ab854eb931755f63d386c0366b3271d
MD5 5dd3801c08cdb074dde2aef2b177c237
BLAKE2b-256 154a898a46ebab2640513de8dd896226e73c58de8dd7e03d590945e122e78c04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 091d256185c2095af2953e993f2267dc3aea194afcc7311b68b887dff6d80c4f
MD5 3281abf4035775c36fb5559cbf6f2332
BLAKE2b-256 034353fe8061dfe453841bda53eba5d39f7e3db4212ec37f8d899581a443d54e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dcd852a7736229d80e97b229c49b148f9b7c9aab0e40230bc1a93e96b778176e
MD5 10f425d890dba1e13518995a5a5cc191
BLAKE2b-256 19c49daca56ea3927e585d0c7598467e3005aa9534737fdab1540253474fb68f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 765e22643da3224d6ff19f0eb3324ef8d92f90741e5e9d64b2250dc70a0e05e8
MD5 e1d66fe606e234476bfcbe5d7001c9a6
BLAKE2b-256 a566725ad23edb8aa11f3aedf889ba6df7fd328006b86381e613383c69ddb66c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for optify-0.8.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5009bb13d8b5b4dfc3949941746d1da7d473e188076953cce3cdd898f372b658
MD5 316f9d3503d4fc727cbbe4e5da6b713d
BLAKE2b-256 79e6d80008a87da47a19f6011888bad746ce9141d7d67e3f8250e24d3e0b7af1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4653f6de1ae11d61543c427221f4dd2cf56e46572faaf9c40052cc9479d41023
MD5 2b7f773d10b1c41bfeb239a5ccddcb60
BLAKE2b-256 fb90c7417c6ac52f194873a12df875eefa08616523ba30ba1675d91fb8337ac2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 18325ea04ef36d3acfd6953da9013892ea25d13208b0793b054b10c76c29a3c9
MD5 53835abc6986426e8055b19d8a6a2215
BLAKE2b-256 27194d2b6adb30558611b3657012611bf4e1362f143b817b911cfecf19b51aad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15753d84a658dbb37c3be9c1263003ab0ff3c82e388c88defef3cd83b746b0d2
MD5 12958feb77fc93dcd0bccd4c71ea7385
BLAKE2b-256 82bfb616d909b11651df9b57f3f17cdf089dc7f7b76ee0c9fce7f68a1783ab8d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for optify-0.8.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9f55c6dbd4548c495ffc82bcd6c58ea0f231ba3aeb99a811346e6d42f76a74a0
MD5 a2576bb869efcd4c830135710b398d7a
BLAKE2b-256 a04cb6c3e02c02dd46272f795362a22a34c54f711368c3df1903dbc87d214ad4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ae6b0580f723687b2cbb8d683a2a1e425748b5553698c56ca948fb3129e9b3e
MD5 4928a3f36bd0cfc26ab20402a4a3bf29
BLAKE2b-256 ba30215bfd4b69031ecc17973811395670b0be2492338749918a2fd6541f3c15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 958b6881d7b34f99f5784c3508ddca14642d4a249de7809b3563a13440989204
MD5 27af03059d3cd0c18f39c1a6eff74142
BLAKE2b-256 15a01da8e9d3816ccd91014cc5ef36e6fc3072ec9a1390256cfc69b642d4a335

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for optify-0.8.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 81c562223d651486ec5039d83ab9de44eca415fb30334745e6bcaf4c9138425c
MD5 52233948b49a6541b6cb3ef129ce8ab5
BLAKE2b-256 69080a83199aaa1642316de1dd4e9a45063372d414f84bb68e250c2d5eba155f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 533d34b2dab25278c0d7256d6a909a6cc4807e4f0bcef932d118294f4c4ca86c
MD5 fb5ce21fb82fa4a11a7a6de5814952b6
BLAKE2b-256 2af18c50dd633d8d570a41dc81d6a5992dee8387982528f15c86bf5b8422da03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 33458e79e3b3f3f4077ddaacae84f4def7891ce99d12338e3af1325d94673063
MD5 b8c3fa6180b2ef30b9d91ac5d12bcde9
BLAKE2b-256 ef24737e2a73507de22f425204cc8d4bbd465a8478a4c71c495a250b7ba050ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1219b6d3c689eeac632ce982f8bb00cddffd70feb98af43bf82a80603741d88
MD5 9f196170ddebfe681c878fd0ae88cb4d
BLAKE2b-256 6d74f357b02cba76ae657dae9acce37500918347773d61ffda9d574b2996fda1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for optify-0.8.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35d4bbda8d7478396b65153778ec3caef33323ce8e990e899cf89bcf154fe06d
MD5 1ca030a5817cb0cc22f72f679365efff
BLAKE2b-256 876f6fc2b02964f88309dff640f095eff9be134775e8956fe93105f90865c054

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