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.1.4-cp314-cp314t-win_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pyoptex-1.1.4-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.1.4-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.1.4-cp314-cp314t-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyoptex-1.1.4-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.1.4-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.1.4-cp314-cp314-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyoptex-1.1.4-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.1.4-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.1.4-cp313-cp313-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyoptex-1.1.4-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.1.4-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.1.4-cp312-cp312-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyoptex-1.1.4-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.1.4-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.1.4-cp311-cp311-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyoptex-1.1.4-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.1.4-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.1.4-cp310-cp310-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyoptex-1.1.4-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.1.4-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 bbee11f68f479ad442a0a8f5d7e2d275a62cfba30e9fad6802a320f49e8437d0
MD5 2b18bc3f497ce7ccd35c03d6661e7acc
BLAKE2b-256 8ecdd0690b4116b46dc80eef8c576f25fbcf19156733ce64e64a11df45c9229c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 20449c321ffcb37116850266149ee09ccfd3831ede77c4574864baba18712469
MD5 10c8edddabf6afe360d97ebb79874db8
BLAKE2b-256 c9e9eb8e30d5d4dfcfc98ab7a3ded6129f028cfc1bb53a0e5d6f5307e27ae25a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314t-win32.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 57ddc98ab8cbb9679bd23dce3c1da85d0d913e7d6f8b3069a11f3fe76df83de3
MD5 bee781fed5b9afa05208ffe4845655ed
BLAKE2b-256 a145d84b7798a178bc8d59b78fd982d9bb20a34b34d0ff4f5658523531bfd9e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d3d1cc0ba195efc6d95bb518335d5a612353369e8bd105d7c241f2f2b97d3721
MD5 c2a92bd36cc3ea1de643d328a5c6d60c
BLAKE2b-256 ead2083fe8c90c233ad28a0c9186c5a49fda4884b129a457893ed27605619566

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7868f0d3eea155af8401c5e5a1286e4173519a6893088693b25789b516901ece
MD5 d22272736db4e9314a175df3c1af8418
BLAKE2b-256 63f8bf56b24e403fe74b10305412433368fb09d9b0acbabab9b54fc66cf48163

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6c87513b6602a33b4505fd649530479f7d4edef926c227f255b116b8b021d5dc
MD5 841eb9c586c649c16fc7be44f495d7e6
BLAKE2b-256 37be0e326160a8f45267b5328be8cbdc042ef13fff1aff3ec5916dd627ae804e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3ed752538dad1cf29c74c7a19a95aa248299c91c2507ca7c46a62d5c55b370e8
MD5 ef9aa1745d32fc575ce2ed907d64013e
BLAKE2b-256 625cc356bfd50ac9bdb72c8b9bfd3297b8b5291f775e5803a512fc6891d4cb28

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4934dd5cbe846ed58c39b8b346633f4e79c3a930ba43a8bfb7214aad7868d9db
MD5 734736acd0d3bd1212fcec50c1edacce
BLAKE2b-256 21d6483e9b538f8751037ef2bfd59ecd818f8752935d31d871c1e6f04e6dedb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8813d5f3d3754864b32147adbe8970cf1e9788d8480726c6946207784259e8c5
MD5 a5a361655f2255e8e084b235ce7a38be
BLAKE2b-256 1fc06dcf78619655670439ac3f154847700279d19341111a79206b8e0dc79d97

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 2c9d80e9cef2c009fb5a3d370e691aecaa452deb1ce8959406d535b44e171b2f
MD5 389038222c790cb5bcc2cbd770557b28
BLAKE2b-256 665e521b8d8b13aeaed5d70056bafadf142922e6b0d4547cffbfea3b18a4420d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 557bf3cb77445948de07f39554f2f5e3165711c219350c5248683c4c7657c809
MD5 c15b587b090b19d43862a41048a834cc
BLAKE2b-256 dcffd0b5bd6eece1ff7746057c86f435fa78e21f5e72959fc3c7d755196e94f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314-win32.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 883f97f3343a713a8e391b4119bd54890ba6cd4081ddf33022fd4610a32b054a
MD5 70f012c78171456a9c5239644faf77bc
BLAKE2b-256 689fe8d96a3045c8b4152601b3e2bf0fc084eb72a08033002e092f6d02e21f76

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67e40af07dfb031dd50a98ad3a9631b14e8718842114febb51ba1ac23688230b
MD5 2c3c479dfb7d67b23da99c6f81546d2e
BLAKE2b-256 dfe86076b111a82720d156fc1f39cbed28b67d24c153803649f2c33aa457e21f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 34966e7f6749470e73522d0cef158f35439672d286bb58c6159685a300e4978f
MD5 fb26e29c04b13437d0226ec0c55ce472
BLAKE2b-256 572a95a538d72e011b5f3ba3ba72d4ec2709515fb3983ee940df34c7438adea0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6747a895c49f576fbd1db5850a3f33f7cd608c5b050f8e37926fb6119e10a0e8
MD5 7cb2c767b83c30c1ba35f623e6ef8e14
BLAKE2b-256 9fe2d47ae0d90b1a97d334e09b57b1d05c52ae44c2a4d2287dcf2b957e178029

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 38a8c0f1b1ab2644c8c8f773a8e593572dee537c5d1d1cd8f28d61c7e146e19f
MD5 31434844b413268db0bdf9dc372fcbb2
BLAKE2b-256 cd0412bdd0d3228ba5714df281b78b3e0742774cc3f6bb69981b34120d949dc2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6637a0746c1222780e3a85fc32d59e9a07b82420794d0171765a722bf4b82150
MD5 9dc124a12f63905efa662460a3bab1d3
BLAKE2b-256 554a06ed91d7652976f8c9ff3d3fe2ab1c6a609968773e64a52a0906afe09112

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c2bad8680396ece1f99ac0fbfbbb2c784d44d96762fc726fd67cb3922e652bf6
MD5 e3795e29ae612b562d95180dd21164c0
BLAKE2b-256 3f96095278a5f2647fe110a5d548ba74e802b3df55e7134c9670cfe83f02009c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 d5c702c4e364a88065839f89ccdbbb22c71ab86f4e0e459f7da032f1bd7e8dfe
MD5 b665a7f9da39daba80aeb1d175fafab0
BLAKE2b-256 478770cd01635524a776ffcf8073c4caf0d2aceb9c347df9c5f8148850a27195

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4f93d6636a2ba9e37fc46558cb182449321e871e95105c71d3e056a3bcbc3c70
MD5 cdf2989573f4ca25a07679aaa5141709
BLAKE2b-256 dc0a9e81ed4f9fd445fccf45f82433d1c9167fe3e54b37c415e568e9482e5648

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f72bd7cf483018acf81a11921c01a632c5047594727021eb0b101b1edc735d2a
MD5 32973cb4195c1aaa7ff55186d3958116
BLAKE2b-256 78160af5946e9b24bbde9616577b205979ac57289f2ff645f0cce426e7dcd8fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 277317ce9405d26050162c83fe1410227fed0cb37d826d53174aaf32fda4d501
MD5 4a7d725320ec03d18c292f68f7713818
BLAKE2b-256 89fc181855ef1764e0dc5091d24580aae138e40e9158ab3324313c1b18e6efb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a1c3ade6241967b59d0ee58950618efea2bd2052d1f67924a134bc791eeac7ee
MD5 b3eb76133c2c0f821adccab3fa6a5b9e
BLAKE2b-256 02571527af07ec8acf3065053d8862001c12cb1dea40d6c4a73759959f00477b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 faf2516afc932617fae172260ac7d2a9cac2c9f9611d39219fc0392212a111eb
MD5 a5ca689ce70205bf13b9441cb536d282
BLAKE2b-256 975001b68887a840e8fb72adfa1cf773610b9b70f03f03f88767f9dfc4c41c84

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c8a3aa8b5dbc0996920f6a1378edc3c95ce4482da275aa03fad5990398644d96
MD5 6d6f82fdd57d8befb3a06d831dd131ac
BLAKE2b-256 ff45db5480dd54a7e746d6252a0897b94ac65e71f1268d6a77cce72196980557

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6aa4c4971bb810ca6810ee0baef5b07ee45ac29667dbec843dbdbe5fd6651d7e
MD5 055069098d10b4a94e62f4801a7d8755
BLAKE2b-256 f2b98dfdf46f6d8908e18bca7dedc4be61d1c0ff6a9462b94bd4b052758a8ae1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ae10428ef19126a236759d9de80194b1f20bda31bb2dd9077f0a4a7598a846b4
MD5 8424864df055dc59f2ef86a36d089b00
BLAKE2b-256 91f53493ce8c713cc89a7566b5bd92f4dbdf786a0a901999707cceed5733233b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 ea7c29c7c75a534db01cf25a5feb817a0153d4f8cbc41634e5592f7b2cbd9e35
MD5 53d6f8d076758c66d8bdd27845760897
BLAKE2b-256 75733e7fabd2ad77454310e609c72c0e814e4614b5eaa4553957f11abffd154f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9bfba1fe1757856ecaf9ce232025cd78e0a7f791d67a3ad50b62e2f423973c14
MD5 2b0d222c9a5caa3ad9f94ae925543c7a
BLAKE2b-256 d125c73b9ab36ce4019171d2ac240e82ba877142cedcfdcb4553691c013e0d27

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b9e6f2e40cebecfb5590e28d594db1d169145de58cf0d338532948747cebd921
MD5 0d20aed818b30fa365f367ee403b8f27
BLAKE2b-256 1ce0fea8bdfb1a7504090fb7fd68a6fcad1a593c52b7e147c461ae920552dcd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9bcd7614c25676b86358dbc056aae40f3b7b0611eedd9ffba8cac3cdb96935c9
MD5 888aa92ba177801981a60a7a3d36b270
BLAKE2b-256 1a9ee5c85ee090ce8d6c9cb7cabf69a48cded5ebb29add8bd73e4e639174b856

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1b76187f83c6d37c89e1f2164cdc055fcf0786c2b4a4db0e1a6c640c95093089
MD5 046c2dbd7ef5908a67e83d987ec89c82
BLAKE2b-256 2591b2177e295298bd5596834a0be8413d0940451c1ebe2fb3dd08c09626a03b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8092ec27172c8c9ce3508e8a085b656d5c7d254f27a2d8d54d8ae9968c61573d
MD5 e886131e52fc53100720226f9695b5c2
BLAKE2b-256 c9d635a7ae05c52c094780f0d25ada1ef9eefdce9ccadb3933349133e7ed5316

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 09f67966dd76924642b89889446041daa1054e9dc02741c25187cf075c185ece
MD5 1826746fab40392a8984b83f1664d16b
BLAKE2b-256 4ba161b0c3f52f0ab970d61037b5d2f77fcb3cadd3630b5745cc1ec092583184

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 52cb723ac6ee3eefbfa0d8d9452a0fe427ef58e1a2e5a8d3ce39dbd17eb40c2f
MD5 eeccc7a7d32a699cf503970d76361541
BLAKE2b-256 e3aa3696735f66eea645cd1e18cef0f6cad05245474416ad267c39b85491f289

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a5731783e34e41fea357c2c16d3247a7f00d41060ecacee214b3b9277680e127
MD5 74e0432807f6d3ad6bdea1a4d8dafd3b
BLAKE2b-256 51d2452a36faa84cc226cdb669989106527fef9fbe09199d9e4862051953de7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 86890222361a05f5938e61401ed027f3c685700ef85f02d20b783dc65707332b
MD5 ca6c1cd78d6c52d426c0c566ba3a1bdc
BLAKE2b-256 9fdd54bf6d64fbcb8c4765e0226399318128fc35fc2f8c208d3204c5ca153a92

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5234479aae5b64cde16ccec62d2aee4fa3b0ab92776f6fc5942fb9e94c9bdf01
MD5 5a759d8a3c823ba09c985d77b64bbd9b
BLAKE2b-256 a4ad236429c711a8a3efee04405ff1d9d0c86461d9bf6838cf6fdf7d36893cd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8d6b1f01aea2db3e2b5844c49db791e8a75e0e2fb2a195a92db0a99e381d1b96
MD5 eddd8edbc3a08276f7ea0532a62e613b
BLAKE2b-256 35467b3929785773c6e72b375d265c312cbe56ae5d5d0df2202fc158663f41a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00e3efe93a8c1a1dd6e43a8480435450d8d8ea9969293bae996f0e5f3d58f93d
MD5 88d5a452e483a558f4861974ca27e826
BLAKE2b-256 dacc5c776c68447b89715fe7e3602865a9f476519a1b7b6fe34a9d056e6617c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b3409ba260bb89a746b3984d8c50d115408808a413c8eeb59120e9617c9e9e8a
MD5 f75065581986ef9598aa80038e6a54d7
BLAKE2b-256 129a86366cc27d78c4ef269aad5aa5b8ba73e111bc396e814c086f78a1fc75fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 14fce30fb93278cf51f909b11c6f0f055fcbb5213273eb73a2a880a5c745a85e
MD5 ffeb1354e8b72e71d1de588b2523a7d4
BLAKE2b-256 1be8ce893b2d492244182f1af34644511207b83e42da55b80199f0aa2836a3d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 22447462d603662adebeafb10c737183de85794569fb476aa7c74d5b622cbeb9
MD5 be2249f82283420fff30492760cb3f07
BLAKE2b-256 903fb8ce9c8110213e06e9b52b6b71c4685960a128648e103e49531682823f1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 413a8fa8c01b9057358572e78a1ee0b7c8e5a48d74cde953e04447b6b9fac067
MD5 19875502bb69b3b5043804a3399ad78d
BLAKE2b-256 bd1128cfcab70d4fd6f97aec6e01987b0e81612b68c6b3d7637446942c1b3473

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 378a2030acb910ee083577b4982920ac27e0796efc21751356219b47830ef9f0
MD5 30ada68067e3e53094f3bee6cdc5b361
BLAKE2b-256 6432635debeebc3fcac3e783860f66b5f0fb61112aea313bcecd2c2aef35038d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 43413dca71151800aac4ba32e90a69e75ca1a16e9432a05c04438bdd9635c098
MD5 4c23d8687fe9f9f0b95bed7e4024aa80
BLAKE2b-256 2664875753ab2c8a0894f4070286660926807b5db0b74a73d6ccdcee43625dd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f3c1347e0ba187abd7308e006563078359e6c3cde71f8a552c20ddf20e33c17a
MD5 cd1f5ca7c528d211023652f189825643
BLAKE2b-256 8ce7169607873d08f594c078e0635b12fd82e8c78b19f86ca016ff8776ff1978

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyoptex-1.1.4-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.1.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 02fd91acbc9e1445e1e492c1f630bea88a3401d7887528efad9497d237f18cce
MD5 00e71076a3df73109350d0492688f459
BLAKE2b-256 ce900b37217fb845766ef4fbc936daed4cacd290f3d57f69e5666f55e998a78c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da639a5bcc96dcddafeb6f320b143a7d77d3576b5e44d5629667c9896dfc34eb
MD5 545785ec3b30e90ccc61f6feb467d52e
BLAKE2b-256 2d7976ae00e06647704d959be5ceb900f87adf85ec830072b0483c71552adf54

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 894382775dff85f8f3525275a74a3b7e21ec109e3a329ee0a4ff2979c9f6e41f
MD5 412ba4f5fd6a6ffb3ec3f2f0fb1e8a39
BLAKE2b-256 511ad1ec5ff75e2a2a93a0c606baec60c36f6665139457f8bfbe4146f98e23b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f280175475f262fed4159d0767685c802de8b8039ced683214183541c861b21
MD5 ebf2a4b2bf8a4158660d9437f133af68
BLAKE2b-256 3b6f0d1213cdcf1fda2b959e46aac87b7a39b0c45e4281a1f62423042ea72a95

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a52e88025ed1158a348896ccd1b1d9bbe297594f1d5a78e0df998c400ed792ab
MD5 2beb4d294e5a8d80c434f1d2e2bdf18b
BLAKE2b-256 e8af4452bfce19e264f7fc39e1950d6ba39d51e1349ff522e8f798f981afb38e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa574a172726c679042ddcd20b5dab656b9ba723fa88a917834980bd4bd678ee
MD5 2c14c253605d208cfed9d172137d516c
BLAKE2b-256 70b339a158959db09acade096539a0bee42d6f4c1368444114d4279012fa6d75

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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.1.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyoptex-1.1.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 68c8eda2955b96a15d487e84b92e505b8f3ca29c72522fcab61268fba87700e6
MD5 e3fee023db5fb68067f117de81860a5a
BLAKE2b-256 d175e8c5977bdc5e462498fbc0b3d7c413fa4c0513c57f75d570b263d3aae3b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.1.4-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