Skip to main content

Flexible and accessible design of experiments in Python. Provides industry with an easy package to create designs based with limited expert knowledge. Provides researchers with the ability to easily create new criteria and design structures.

Project description

PyOptEx

Package PyPI Latest Release PyPI Downloads Test Suite
Meta License - BSD 3-Clause docs

PyOptEx (or Python Optimal Experiments) is a package designed to create optimal design of experiments with Python. It is fully open source and can be used for any purpose.

The package is designed for both engineers, and design of experiment researchers. Engineers can use the precreated functions to generate designs for their problems, especially the cost-optimal algorithms. Researchers can easily develop new metrics (criteria) and test them.

To generate experimental designs, there are two main options:

  • Fixed structure: These designs have a fixed number of runs and fixed randomization structure, known upfront. Well-known designs include split-plot, strip-plot, and regular staggered-level designs. A specialization is also included for splitk-plot designs using the update formulas as described in Born and Goos (2025).

  • Cost-optimal designs: These design generation algorithms follow a new DoE philosophy. Instead of fixing the number of runs and randomization structure, the algorithm optimizes directly based on the underlying resource constraints. The user must only specify a budget and a function which computes the resource consumption of a design. Go to Creating a cost-optimal design for an example. The currently implemented algorithm is CODEX.

Main features

  • The first complete Python package for optimal design of experiments. Model everything including continuous factors, categorical factors, mixtures, blocked experiments, split-plot experiments, staggered-level experiments.

  • Intuitive design of experiments with cost-optimal designs for everyone. No longer requires expert statistical knowledge before creating experiments.

  • Accounts for any constraint you require. Not only can you choose the randomization structure manually, or let the cost-optimal design algorithms figure it out automatically, you can also specify the physically possible factor combinations for a run.

  • Augmenting designs was never easier. Simply read your initial design to a pandas dataframe and augment it by passing it as a prior.

  • Customize any part of the algorithm, including the optimization criteria (metrics), linear model, encoding of the categorical factors, and much more.

  • Directly optimize for Bayesian a-priori variance ratios in designs with hard-to-change factors.

  • High-performance model selection using SAMS (simulated annealing model selection) (Wolters and Bingham, 2012).

Getting started

Install this package using pip

pip install pyoptex

Documentation

The documentation for this package can be found at here

Create your first design

See the documentation on Your first design

Analyze your first dataset

See the documentation on Your first dataset

License

BSD-3 clause, meaning you can use and alter it for any purpose, open-source or commercial! However, any open-source contributions to this project are much appreciated by the community.

Contributing

Any ideas, bugs and features requests can be added as an issue. Any direct code contributions can be added via pull requests.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

pyoptex-1.2.0-cp314-cp314t-win_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14tWindows ARM64

pyoptex-1.2.0-cp314-cp314t-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.14tWindows x86-64

pyoptex-1.2.0-cp314-cp314t-win32.whl (2.7 MB view details)

Uploaded CPython 3.14tWindows x86

pyoptex-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pyoptex-1.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pyoptex-1.2.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyoptex-1.2.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyoptex-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pyoptex-1.2.0-cp314-cp314t-macosx_10_15_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pyoptex-1.2.0-cp314-cp314-win_arm64.whl (2.6 MB view details)

Uploaded CPython 3.14Windows ARM64

pyoptex-1.2.0-cp314-cp314-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.14Windows x86-64

pyoptex-1.2.0-cp314-cp314-win32.whl (2.6 MB view details)

Uploaded CPython 3.14Windows x86

pyoptex-1.2.0-cp314-cp314-musllinux_1_2_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pyoptex-1.2.0-cp314-cp314-musllinux_1_2_aarch64.whl (7.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyoptex-1.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyoptex-1.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyoptex-1.2.0-cp314-cp314-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyoptex-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyoptex-1.2.0-cp313-cp313-win_arm64.whl (2.6 MB view details)

Uploaded CPython 3.13Windows ARM64

pyoptex-1.2.0-cp313-cp313-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86-64

pyoptex-1.2.0-cp313-cp313-win32.whl (2.6 MB view details)

Uploaded CPython 3.13Windows x86

pyoptex-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyoptex-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (7.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyoptex-1.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyoptex-1.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyoptex-1.2.0-cp313-cp313-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyoptex-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyoptex-1.2.0-cp312-cp312-win_arm64.whl (2.6 MB view details)

Uploaded CPython 3.12Windows ARM64

pyoptex-1.2.0-cp312-cp312-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86-64

pyoptex-1.2.0-cp312-cp312-win32.whl (2.6 MB view details)

Uploaded CPython 3.12Windows x86

pyoptex-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyoptex-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (7.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyoptex-1.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyoptex-1.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyoptex-1.2.0-cp312-cp312-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyoptex-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyoptex-1.2.0-cp311-cp311-win_arm64.whl (2.6 MB view details)

Uploaded CPython 3.11Windows ARM64

pyoptex-1.2.0-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

pyoptex-1.2.0-cp311-cp311-win32.whl (2.6 MB view details)

Uploaded CPython 3.11Windows x86

pyoptex-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyoptex-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyoptex-1.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyoptex-1.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyoptex-1.2.0-cp311-cp311-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyoptex-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyoptex-1.2.0-cp310-cp310-win_arm64.whl (2.6 MB view details)

Uploaded CPython 3.10Windows ARM64

pyoptex-1.2.0-cp310-cp310-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86-64

pyoptex-1.2.0-cp310-cp310-win32.whl (2.6 MB view details)

Uploaded CPython 3.10Windows x86

pyoptex-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyoptex-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (7.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyoptex-1.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyoptex-1.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyoptex-1.2.0-cp310-cp310-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyoptex-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file pyoptex-1.2.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 0d9ec977393d3f54c62b6183d7eb8a5e118020b4190691230e00ecbdb1b42303
MD5 5cb3d3792e9c7e7a827e45d755958942
BLAKE2b-256 c9d596f79c84a006c85b6db91f926fc40b39392bbcacc73c8ac6331cc471fa58

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314t-win_arm64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 8da2503344261e872ff3b0c93ecc74aa375e5f953c78fa081add9c9353e6eae5
MD5 ff740e4504e74f10458a6c16361f8bac
BLAKE2b-256 256071217666dff64d3d324b806449cdff0574f1b79d4d08f5495137208d9a1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314t-win_amd64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 bda692cc81d3fe32ff0eed3c2984246c58dc633fee653d55cacdff5550db7f94
MD5 531cf40549ebfb6714c2a180021d8b3a
BLAKE2b-256 6e101dcb6049160f6d2df59bf539e49a9549f4e23018fdd77bfaa9edc1feadb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314t-win32.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7446eeee9211cf5e99789b50d9f964253258ce2eaad83937d4350d465719650e
MD5 592f39ce2f271e37ccbcdb784b3c2dfd
BLAKE2b-256 171dc24250fb6bd756638594c46caa42bc3513e160ab13470163e1819d99fd23

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f02b6f4791543ed046100ce8f0f124ded8784416f9532463825b21eac84c66d
MD5 1cb70a17a9177d92b8cbf080e58c74c9
BLAKE2b-256 96cafbd406e580142e5cf257df43d0d9406106a042e2aa9de612e602a4c65497

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fbd4b8a1b645551d09fe17533eae89c97861802007959b3ed962d9338984a214
MD5 c9a20de0e64345f0078dbc4600c9b739
BLAKE2b-256 9a5aba089fb9981cde0d5c027be6d2f9cd929de3957b29569a7c9f2a9909a5d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 09f72fc7cde14cf17353bc858f9e3ce803ef3311af560a619a9c89e79d086ab2
MD5 879cc4a294586e780eaacc2b0ee58749
BLAKE2b-256 30afb25b4ff9901d2966c897e5ef79e38fe9391d2d6a0b2f883de598c66e625f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8db05dc0ccc3dd1a2feca27e2d85bed68707ea75a81c98d7c8cf8a1f4a43964
MD5 5918a09daf8f4b227954e5e68afacd41
BLAKE2b-256 bb8225b504b063d539d40d9d4603b7c57e44ae9db2fc62b8b37b104ffb22d48b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8237e1834ce5808cce2c19ee40ceb907e372a748336187c91a24383c6fa9c53a
MD5 51bd7c3c6c8393a6a3a5a4e741d107a5
BLAKE2b-256 71203a075d446057e1afed8aef5dbd0d61481251ef7a560206d466aad9d79d6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 49afbae03bc2d6b896cdca01e2bcdcc54973a4835267a46a93e1341dd37ba5bb
MD5 2eeca056c4d2141ef08a766c2f0188b8
BLAKE2b-256 2d6c3e26348a53d548e71f1539b6571438ad22bb6927f35db7f9fa8cc841f686

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314-win_arm64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5cd963004f30fdce96be18bb813c2ebdb3b24b603bec58132d86f860895c640c
MD5 7dcb47dafc2c7a6e3cfa73c1b3c917b6
BLAKE2b-256 1bf5e2154633002d5a5c51c761eaad9f18cde81762404feb1dd7fd13d3c83400

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314-win_amd64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 a6293807e451997e5d04118bab1cc1444ba968982fcd3ee4511ec9526b9b8813
MD5 58fbc75c9cc1339f0a38314c60b3548f
BLAKE2b-256 4508c66984b6ae8a26dbf4c3a83960da5999886f8b84383b4bad3042d0a6ddd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314-win32.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9d698383d7aed2751c89f4f9ccefc80c1faa9291a4d8c82be48bd6169a04a93
MD5 20126cff902a12dcb0ce9e0029a85d78
BLAKE2b-256 7339f5c1c77a71b4210e423007b2e92aa49d3ab6692f86965c8877a3aaa3b49b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e77e6318a879d77015c2e71b1e5625417e724954689b405179f6df13b847003
MD5 772cbe3c504be6a24215d3ca54e33d21
BLAKE2b-256 5babfbb389d330de3a2b377ca6a650e660bd926b05564d0f64738be2bf8be6a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d86a2ac472708d1493473a3d31153341d2021b4d28611a8e69873c21bfcc1de
MD5 7aa8829f6aa1a4f011976845cefe759f
BLAKE2b-256 cae1c07b7ac61222f4dfe90d2d88de9159ec027772829d5bb988f14c56131680

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3056ba6b969e8787b48f0b23c202d9f7e10100d48202da9eb8615650fc92aad6
MD5 24ec105c3188f4ee4b559de422381ba0
BLAKE2b-256 279cf07837679df080c06d6fc65bbfcce400178b47b5468a8fbe27a393bcbb83

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a27276cc2d402d92ce7654a57965d08e17fa773d88983172cfd923209de432d4
MD5 5490e08e7c9d5f6868488ec2f468cc14
BLAKE2b-256 e221bc39047746b27f93334fe5f112eb80393c07a621f0e3b903b63003de6d7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0bc953afd1b01b8d01cf961e9a2518521ee910db30e1c0a3c2034369e135190f
MD5 3ea90bf97524290e00e08cf4c322f9c4
BLAKE2b-256 568746cea2b964a64072d32935ab68652779030fa18818249bbc7089c105138b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 dcaa147e541af23f54734d6c3bceda51fc6e1fbeda2a7efef87ea6aa8be73260
MD5 f6ad8ae14618fd7a2cf1782eb724ae10
BLAKE2b-256 a5a5636f3076eb51dd780d7374abf41ee27bfbcea0046ed4c34d511a79a5eeee

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp313-cp313-win_arm64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cba7d532f04b0b15bfdd0263b1629be38eaaccad6151389f57ac2138e4dfc29e
MD5 6607ef5a5aaf027ae2102059a3cee175
BLAKE2b-256 b61714bce67b0f141e4419e61f869e7a6ed79fbbe3b312d72373febcf56b1317

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp313-cp313-win_amd64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 704162a75ac01af6f8e192b3b1569ffa51a68dd12d496508502c66396a7ec123
MD5 51d1db3f998cbd22a9ddbda7af6d0fb4
BLAKE2b-256 239ccf6696cea085cae7e22d306a906e5bd4a5e19143e7cf926a0cba9ca95514

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp313-cp313-win32.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39d608a5623d2d39854db60bef90a8c5dd2330463a708a2a6be44acdcf081b43
MD5 e720cb1688e5fe1e99c795d29b416abf
BLAKE2b-256 d477bdaf3164787cbb272a6a1f39a73108e0d0de58c823856513a4af7d9ce3ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 084ac54dc108dc21f98355a79a042239cd38d356527e59c50c2b4851f7ee11ed
MD5 f20b551ce6b0853d97dfdf074ed33cd9
BLAKE2b-256 fe9e0fe56530677d87760881cf194e6d369039f8d2ca27b2a67747053376e072

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d80fc942cbe99b60642241e52b80d7e1ee6e92a30082b3ac82611b0bc5e96ad6
MD5 f439b809ac58401c98c7b8d5d3af88cc
BLAKE2b-256 6040feded3b2666f1d955fd0f5189b8af3418a87137d4d00a1379c2b5a9e5373

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d8ab7bfacae7408efe0c702c78cd95dc893ab02ba1b57c111126c89da4717984
MD5 404f977f3d5b22114b5dc0025a122aa3
BLAKE2b-256 83da6f624ba8bea1843be4109aa435e619ce72d5b48307849f9f29f5c6c1c727

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9afa0d36ed8e8f7f11565579f791becffc168b0cd0845775b466e7214f55df31
MD5 c6d5102b9cb8774075e57b0ab28fa0b5
BLAKE2b-256 153e6ccd5e00a4b8c801646652f21051e12a1483998231341452bfbb7c1770f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 28fb962a665888299491960b9ac73fab401e9ebe1d6b97fc556af2f83648385f
MD5 fd7dd64e50756d0e6882fb8de154e594
BLAKE2b-256 de5b668b181190d2e8fb761aba4a61e9b018ba08aa87066b01fc01888191477e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 b92048d9240019d4eb42e01b72926d36a571bac05b81706e4aac549060f84ee0
MD5 cdddc9100de66fd533177a3c55f13be6
BLAKE2b-256 714fddccda0f2827a360731c1baa6e4da1b4645f511f37e4899b7e468274a71a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp312-cp312-win_arm64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d07b07ca58060dc03bf2c7b4ea644f4e59ce21552c4daaa5c923d608520f6a55
MD5 fe3dd703582d6b2f9ee22776b53e9637
BLAKE2b-256 36a820c2cb966b62a32884ca384eeab7ee529efe09353b8c5225863e3bfb93e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp312-cp312-win_amd64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a84a88cdb3b1de242550cb624d51271c1134e9351601fdec70cd00eb56c5d7e3
MD5 3b8548791c4f253eba5cd0652dd40223
BLAKE2b-256 f40bc8900df1a3b70a3dd1e3f5146af0ab0211613e9b4d3707eefaabfb95d154

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp312-cp312-win32.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9eb78559bee4815e027a3be586ed8c65db326fac40535771f2b22819718155a6
MD5 c21c23ac67482aa3436015e04dbbab1c
BLAKE2b-256 f75439e1a5a8ebeb539af36d55adc97415a3f303ffd438e5acd5b6829a633919

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fbffa5d862faf081566d766236071bbe195b2febdfd1e5279584c0fbe995ffcf
MD5 21efa378e54ee276f31592d787ea9c11
BLAKE2b-256 71fae05e9ad12819f65bb2a1cbdf30cbe11ba9ca2474a5d14e30bca310f5ea80

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 655407bc15e58d148a887b51748436d71533979d6ef34dcfb53c03726c67f33f
MD5 4033d4a8d66c665b6592b82a22bc72b7
BLAKE2b-256 9c26a6221dcac5321d3dccf0ee5edbdf491c2bd9b9660ff4d6649cd256766f82

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b21ac03e91e8ba8bef627bcda88dafec9acc17b9db203a2966f8d253c0d5b6c0
MD5 7b7be83cc893a133324ff2c04a04d515
BLAKE2b-256 af42418cf2c89bd3cd5fc9caf078760cb86337c32129dbad7f5a64af62280c8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7fce288e5cfec9ec169c056293c00b5b3aba5bb86483ee99736946e0ff0b158f
MD5 f3d8a07c6ebcc4af05bd1e57123d229f
BLAKE2b-256 6c62ed44255bbe393e62e941d5d8fab3b498dfa663f07544ef6f1b478439640f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1aa91cf6c363ab33cd5690596668f728bd17a7f1b61cc6aadd2abce6192454f9
MD5 5877fc18a53177a152d784cdc4dc99f8
BLAKE2b-256 3218ba26e9e65a2948c3d8cbdee70e84efc631ea43f734f440993aeb1d25c550

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 5c2bac72daa946b504bca5d30311a50a2b42acad81bd6c5a7a6201c3435312c4
MD5 7f9da9906d3cfac271db6212e5d88b74
BLAKE2b-256 33bcad6240e6b7c98e430927d372bfc9893d9a1703887403ffaa22990aa08046

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp311-cp311-win_arm64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1adfbe5166f1f046e0e3db6243f87fea7a475bbd383e386463c77befd4badf3a
MD5 8039d47f40c365d5a82cc1fd03ad656e
BLAKE2b-256 1534771604f752f05da2c53d9a3de3c89aea775e67459950eb926141b7993069

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp311-cp311-win_amd64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d43ff98b7a5b858f532fe20e1e60ffb4a5b9b64fa5d6b7ac4acb8e0821063023
MD5 8ca85501a09181fd905ed5545e1a3b13
BLAKE2b-256 66b3d4925cc938e43f93d5bb37cfb73ecbb81def1d84695714346c8f81415ffb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp311-cp311-win32.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3086e03530c19f608f52c231a2dd8857fd73bcbe7a70bb47adc95c0089787aba
MD5 c298af3e9516b77d2f4e5a961be1e5f2
BLAKE2b-256 031f61b4090b5434ec19a44d0ac4990bebcb4d582962394d0877d79975eec6ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 463ad7ec97ca9613fd67db14c01ec720f4898db930cefbba76360e8d037a7ded
MD5 572c39c16c8d49c0d2eb47e07c95bee5
BLAKE2b-256 0c35e847d3ab693d3cbedd8ef044f7f82055f5a95a62dd0ad561290eced65720

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53c827af92e1f944d42d0bc35505d40d8d4f572bd54c0c835e682ff04b8b8d6f
MD5 c50356e73b7a097acb3bf4096cafaad7
BLAKE2b-256 de0b5166f7f00603ca075e772f0d044c8431eab41e141d808ff6632215dc03d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9fb0e775df8661bcade2d46596022bf1d524d177b82de9355e06ffbfd72a7010
MD5 1178c1d63ce46dbe2659525655a82e74
BLAKE2b-256 795bdda4ff5041a8b55f8e861223120ff6b72148dece4e21491175fb171924dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bea27f483e66e82e764341735e3dfb85e94f5e980e77ab3c5dc4fa9275e63208
MD5 9e18a1687d2bf1a5217a26b0f81d31d8
BLAKE2b-256 bed7ddfacd04f9f1b6e2d83d86ebf724d5f66dc1f4aee48ca752147b0d59bc58

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a6088fee5126c43a409a98a57d0dc1ca9cb8ab75b5f50ea0a5867941585286ce
MD5 2022a1b7d4e2e96333d4966862c54224
BLAKE2b-256 4c83c1568eb152bdfa9a9c9133a4a4c30fd317eb70dc9f460f38346ff92a96db

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 7336d158638aea6291dd21d5122147211c2bfef53461469cd0a3e3229955a58f
MD5 d8ddde8924fabc21dc34bfb6d263d806
BLAKE2b-256 dd83e49f2dc91a000e454faea212df705c4ad160500b437c3891ca1fd998f2ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp310-cp310-win_arm64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4bae704b8d5b6802f2e71c01f47a7078cb2328c4b98f7bfb20edf1c16e7f4077
MD5 027f7ccaf9bc8e7ad534aecd8c99f592
BLAKE2b-256 0d12a4c166e87d584b837772a5c76b7b980f3e766c246cdc92452bea31438f34

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp310-cp310-win_amd64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyoptex-1.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyoptex-1.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d22e87e12b384f6d38ebb77588799b30dd0f96501b59340771f3f53784d80e7e
MD5 6b989ccc635a85e7435df6aa84534c79
BLAKE2b-256 13c6cfd623e48fc7bc3ed96a070518384fc320365b1bdf019075a2c80a3c7097

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp310-cp310-win32.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f4662170fbd2d6ba2cf28651ffada81139cc528661c48c654a6d49ec2664f67f
MD5 f426688518594f0c03947a8e93fb954c
BLAKE2b-256 e77f7d2bd226886b219d1473eee028da59a331f7ffea5085fc992a581343440d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86f475c8887c3f6f8f89d91ed13694b909f499ae7e8230c09446509aaa1e8ca8
MD5 2cc795d41e32a94b239b7c6a968bbb14
BLAKE2b-256 2ac02db73ade31c2c8c7d6e0df1b04acdcff38324a5c4cc91044b0d1fc8cd0c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b88d1615e98f9be44c8d41ed76ccff59d22efef42170c83a7b4a46c2aa01c83d
MD5 b805acf3e406473c0b3f0eac42a997dc
BLAKE2b-256 a129af6b3a0a62f8e954121a74cfcbff2f1c16cc9b4e378c8660affa494f403a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac1dce9fcf245112e2a9e7b66844f0fc2d5c1ac7b09f17643657c2a5abd5cda9
MD5 56ec1ba95a57e68d8fbbcd5787c67fac
BLAKE2b-256 7f1db6ace501adb9dd472883015a644695740f8956d919aa5923a0b99f3e9dba

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aee9b7c8dd9b23aa03c49d825ee1e52be7b7d01c239e97e12d5a2e635891e457
MD5 8b60d8aaace99f3ce87fa5266d21e844
BLAKE2b-256 c20508ad2e5d3bd14db59cbca20043543337966dbbbf2b461eca124ba6813b5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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

File details

Details for the file pyoptex-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 149417f53fe866df883f90783068ca228c792155b3963f84e550b046b2c71b73
MD5 84390411a70c8fcc158b26f2bb51c5ac
BLAKE2b-256 d77688a345e7f92ba6966535d88fc56950e95f63c551beb0f02c7770ddfb29f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: python-publish.yml on mborn1/pyoptex

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