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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

pyoptex-1.2.1-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.1-cp314-cp314t-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

pyoptex-1.2.1-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.1-cp314-cp314-musllinux_1_2_aarch64.whl (7.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

pyoptex-1.2.1-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.1-cp313-cp313-musllinux_1_2_aarch64.whl (7.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

pyoptex-1.2.1-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.1-cp312-cp312-musllinux_1_2_aarch64.whl (7.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

pyoptex-1.2.1-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.1-cp311-cp311-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

pyoptex-1.2.1-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.1-cp310-cp310-musllinux_1_2_aarch64.whl (7.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

pyoptex-1.2.1-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.1-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 f96c6e33230f0dd38a90bd804098de2e568f24dc7a7177cb627517b0799d421d
MD5 4e4b5240ac04744fe4ea673c8f840661
BLAKE2b-256 3faaae02afa648096535f64ebffaca70d14709af17f4afe0594ddd9976d7341c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ec82b3ceb2fe7e300f5ea6b22e2055e9478682fa92b798a5ae638d8e46df022f
MD5 11713eee5de856ee8051fc2f5e59a534
BLAKE2b-256 4ec6240a193321083fb9bf1fb2b74d404d55112d034f4c7cd75c89154622c835

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 f209133ca61c18b943a808f0f3a0a99d3547432608ddebf1113344843866e742
MD5 33b7edd9742419874615b871b7810b66
BLAKE2b-256 48be704d0512412233a6ea6190314b43a77d1b416801271174bf6cdea46b1fc3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb79c61725a0b891fe9dc73452e52bb85b34515c0d78c808f3254d6df67f9366
MD5 0b6400ae3dfb1cfe1815ca74835cc91c
BLAKE2b-256 ec4e887ffc9364ff1367623db9c0a65a35bd168841ac1ae8be1cf685ef1f1380

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 13142c75519d9a33b857294f2a17c580ba5f3876e98b8e283fb4716b7beb09b2
MD5 bfd51500584f35224647eaadb34a2aca
BLAKE2b-256 bb4e064c1c98f58b8fcca71d360716bc0f6c94d7ec376edef5ba5c041ce6437f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.1-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.1-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.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a836f3ec2c411a94c7e697a73acf9e9694a8d1e016a0f394ec6c146bc4ef3926
MD5 7918c80dff9520c0b392950c445f9dfc
BLAKE2b-256 6d88ace6aec506556fe7f46d297dfe3658024bd4c34a0f508c073256014183b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c8ea41fe139e71f015851bac7ac5b74568beb457a73f9db3a18b440359ffee2b
MD5 1ac4a099a9c8bba36352c5f3ba3f1867
BLAKE2b-256 21bb3f4f7582fdc113404212232f6380b0eee33236055686fc5f4f18b86b83eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b019b380e009bf35cf39b9f2fee12ab243f56194504bfa2c04c90279d3b552b8
MD5 15a6d64151d66d94970bb998b05f4f0b
BLAKE2b-256 bb808b335f409648309ca5bda7af692b64b94e35b29298a293504fd26d1f8000

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e3f813b406a63a4cd02595c25702e1ebcfe40416f3e954e41ea835ee77aba8ba
MD5 480e176900e326d3d54738816b7269d7
BLAKE2b-256 d88bcb3065cc53aa4c6fc4238b0c1410ca1e685fce911bd020d85465480086c4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 dc2da73edf3e211e7e74ec372db485297ced94bcd66ce6a3e666cd2660ac9c7e
MD5 eee06ac27070ad256d0925309235901d
BLAKE2b-256 4adfe345865fa6a9bc0a516c9c6b30979543e006298ec1cc6b51a93f72287d08

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 515f795835621260131d8c4089b432e81d30b5eec91114ec224a549404c1a8f8
MD5 8079ee210aa69e6368c1622809069e1e
BLAKE2b-256 ced75d7d19032f415cae38b179c2043c7524ed700001b981e416a40f77acc644

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 e9b9753004d3aeb10398b5e14e893c8968209dae2f017ed9a022d9c274c2656a
MD5 8f61f82f3f9adf3e10e1b2e829bd72e9
BLAKE2b-256 fcd9a714407488d726b5c33e41add415ca6fef22b98226b87cdb0f379156bb11

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 730e6df7ac85970b58be368c61880e9546f3040e9be5fcad18ecddadc529ad36
MD5 46ce758134eaea0ec8c3dcc4a04354aa
BLAKE2b-256 9734353d2eab9185e156cc672fcfd2c97cae035fef0814ccb1f83c072613bac6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a5d91d72b83b2cbcaffd157701d4af83927a3c2faa738919dc6728c9d705e9c7
MD5 eca6da1e1e3bffe04c359ef0dc7c0208
BLAKE2b-256 a8c0a254a5c53b7e29af72d5dee00ab9fd919e2262674d34b68118ac724752fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.1-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.1-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.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5cd72972fbd4237268f7abdf2a874d562ed38f31b4c5651fe6a319e79859e134
MD5 249f38fd8df55c38098c9e745d25f012
BLAKE2b-256 d41f6d37020b4a72a5a5864bcc9a9854d687ae748fd245879ea28a537231e6e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 470f0e830025026444d6c857f0785438b477b0c313cb0342d93195035e5bd26b
MD5 b05f5c317e1efbb876d9620470128a4c
BLAKE2b-256 c596f578566af864486e400ca1c670a210867d8090523e41c89e2ccb0b10470a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f7654a346da6f4675820b14d42b63744b4d3fe0f1f60258a4af3f9253d302aec
MD5 b72582a74fa8377a612c9473d5311731
BLAKE2b-256 526a9036612b0a3b57c6a8d6bfae46b91059fe07623cc9d3752fa07e6b4b7b57

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8872ca34eae7c698cdce11d52771285d19a2c904a9ab613b604100c216818264
MD5 a23656bc79d5cdc651013792fadd7075
BLAKE2b-256 155947dfdebf8ba3d7bc2316c1e89b42d07c3a7c8edcd396233912b3db3d6d0d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f7cfd4763e0cefcf3a567b182d40ee93d1995ba1965ff580df8eb32d1ae53bbc
MD5 b1c78cf5af71ed5ae5377eec5ff71e6f
BLAKE2b-256 5e26f6229f668814bba00644104fb15efdeaeae5eb36efae1857b5dd391fcde9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1f1df88b6ffe7ed7cd9aa1ba4685a86d473b303c9d53aac30809f19370d98159
MD5 4462eb0e7964b6da1e230e2a31dd1c1a
BLAKE2b-256 aba073ea11a907162d7a5ce7cabc1c4eb53e54a68f60949b88c7dbbf38021d43

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f6b2e79c0e8a9bca438f633d6fd2fa92a19481924ccd30a01163a16a55bfcdd9
MD5 623bed58a2d5664c90b278402b991b78
BLAKE2b-256 2ba02184fdd2fa82ae2c84ca30d8259c3242bb61b21e4ce9b20ecfdaf0288ae5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8baafabb5907b0d3ec65e168d5ec931c98a4e1b87fe1372468b3ed7c1a12e509
MD5 ff4c79b9048eb35764724c8412e1739c
BLAKE2b-256 a243cf33e87e547f7a9ca66c9f410a6686f2086f1ee7442f99b75c3111e63b25

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 472028141848262a71029eeecebfc302a903db4cdafd9147b639b983ea88ea79
MD5 19ec8bfefede85075972f5a82cb1c92f
BLAKE2b-256 e7fef3339bee85ed7a50d772ee9fa1a1da13dd3dc19174632503deb547f7658c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.1-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.1-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.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d6e4dc4e6433d434f11c90952ed6e2b0a41fc4339db5b0ee561543fd793f6205
MD5 2e79f865fd6c899c1c94135ebba4bcc8
BLAKE2b-256 6b5fc585f56afc4005c19ba60f3018c90e671b33775c946a8b2ccbdba8f735ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 50fef1d3107e6ec64edbf9c5bd3acd4ead713b983e33d646c42b829f40f6c563
MD5 5aad24b174c15bcab2ffb6d4ea0b0c27
BLAKE2b-256 26ab20740fd42003dd749498c19cd0d034b532844aaf647d6be0c2a33dc1d490

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c682530a7559fd5610bf261e7cd7ed7a4ea5306008d16bf7927aaabcc68a1cd5
MD5 8588811c7c8d7cadb3be1f003e1de9e7
BLAKE2b-256 a74a67f75a67d30db9ee4a898a500ded1dc62cebe14bea12c19013e27b1b6cf5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b7a5a7be359e8d8b26154b39a371896a4e709cddd6a58efb891493489a4d64bf
MD5 c478b82b012dadf85f0bb863a7315596
BLAKE2b-256 c6b62e9bcba7f577ae8d4fc18f9e717f295aa0608127b5da9b0fc3252bf764c4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 31ae51e06bcf03df9f95f3f5c2a71ebf0ae97fd2a0263059f1be22ea1daf989b
MD5 31c488ceb16c9391ebfaefb7fad5b67d
BLAKE2b-256 a0c671106807ba9d5967d43ed1a234ec287bd68bef8f11e67e9e1efe977e0b85

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 53adc9005f2a4abff641627018d20986dbe4a874cb0b68c7e682e1cb75433146
MD5 a979c46a09e01779bb26c61faba7c618
BLAKE2b-256 69abac9085211f4f3b017e6f43ecee74b7dd227c338b523f564a5b4ad34e7cf0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0cb7b186f2feece106818eae753e39e532de6821836fd07e74c385c0201d9cb5
MD5 e395e67731dc436a2d77209a46f583b9
BLAKE2b-256 2e221f69c0223a04d3069263ee993397b7f821d9116a95b162fa2fa15c77834b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 291a7733c6f8d3c691998f2a9b433889291b6560901fc6f5f8c334c274d9f2b6
MD5 10b2549692d570de000a225ab5efbf45
BLAKE2b-256 e7b785b9f5f25d0b4fc6c309adf3f05daac99104d4885699412a4a1d1a62d403

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f8c030fc58a6ebe41524ecede9cb969938ecdeab838b9f5e197e7f22f5e1b2a
MD5 3a4cd696346457acc9d56fe704bc775f
BLAKE2b-256 2c1485d2a4c055cf3800447034c3cb833a6cc086354c06109fb7d3d0a59259ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.1-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.1-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.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cd27f57ec8c39f7daef036bc54ccd4e8b34c1ac05e52f653c184ac17cdea8e84
MD5 6f84b6eb25854904aa51ac8d236672bc
BLAKE2b-256 22b12a95abb649ab59bb2766be0f4751bdac2da5fc214f00c8a6a8131b92f1df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8f51a6aa395efd8d26dc3a81a4014602bac5666e0eb05d90a6c33ab80610817
MD5 8814a01b20746d737d4d20e7d0a96202
BLAKE2b-256 ec9211e8af4b4cce1e7f8e4d7599f9f1ec5ad8241ddf8bbdd0077246bd5079fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0487bd46e7c1f2006f7c22f5282fdaed1e6a15fb4103b4244bb8976bdccd5ff5
MD5 786caf74025270319c4d4cc5aa05d390
BLAKE2b-256 e224b539e25b38216ff2d73c3c8b56bae643ad9778cf6c82efe71dcda8bfc3e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e360926bdce9774e06710895fe8515e4fbf3aab25cc051e1670afee2d5ab4b5e
MD5 51017d6122edc7b586482f9abbad27e0
BLAKE2b-256 b7b6b4848c31ab007249719563861f6b2a3332d35464194fa8946b2c8ae70390

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 188450f157f761b8058cf342db75595947ec47edce72e586f83b188e911fd8d4
MD5 f7d1aafaff929e535fee648c4ed30fbb
BLAKE2b-256 7eea13ea32f3fd77f7c56f433e535c1d6622d9b23383a5a076d5800406a0a9ff

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7ff86a341cb198d683488f8e851abd7186e72aba8572cee96478544687a017d5
MD5 fde43539ea9f1cd1b7e5640befed1e9c
BLAKE2b-256 3dc30c7064ad259461eb051357335bbf8b2bc203176c5c608ba66acfefe58fb1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 09f5a9a549dd9d64e96cdfaf5a98ce2d3c702ac54304af6aca053b4a84b85279
MD5 cb09697998a37acd521f5df6c5dbc817
BLAKE2b-256 fd8b3075a89e67fa25c78a3fbe8c951eb86b36e5a77cd1faebe0fec5be08ab66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31c07d94b4ed8c1cb740c11bc8897854e0bb225e2d25ab4049076b9e09de3648
MD5 56fe5f0981eb870c3cb150f017ef4754
BLAKE2b-256 b3bce8bff8fb8c217331d9c148266a7b1137aed3854e4576b27d4ca33449676d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 714c649f8f4dc4ab02e72394c6cae6650bbc75b9f3af5dbbe9e1b36da7748a1f
MD5 6b9f9946e39c434af583b95391b16b22
BLAKE2b-256 a89c0a0b1c57457795c876240182e7db5728b6967409ef4d806d90d47b3bce40

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.1-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.1-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.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f59ef0564a024b26ab3da7942677bd18d01bd8f5be382c876715ff4161e50bc7
MD5 866e482dea0af9ee241e98c34ab4f790
BLAKE2b-256 1ff2f93718612b214f3785196976daa0fa85f936ad37b9548a09bf839c9a349e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5cbbf74195c1de87930208f7164d43906b8b9cd85ed198ce2f061b982218ef08
MD5 22122ffdc8ab93ba460967391b806457
BLAKE2b-256 dce7818cd7bd3b3a9293c1471ddbdceb7ddeee91050a4923675c0543891aed80

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 858d74eef7e87944c1743ab60bd9accc7b31d15fa523c73f7770b53b317193d4
MD5 6716d694b9ae67fbd9e28c21a9155b82
BLAKE2b-256 b83053f931ce4b332892132caf45c23c0d72f492cef3797d75dc17afe6d8bb02

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d2642686fdff0458cf3efa7084b17289ee56f4251d9498496a3b5cadcd43b97c
MD5 eb09f6cd85cdd976ef71f8a145f9cc2a
BLAKE2b-256 2c3da64604579964d1256bf52e4a0b752ab46ede4fce3f5a43bc8dccac4ccf41

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 63f238f819dcff1907f12cf04c7202542b4d5dc707ffebf2a6d79d98a863e6b5
MD5 ff40677597cef0a628be99ccc3ce4fcf
BLAKE2b-256 7c60814e8a55f1f4bbbf8a53e39d439b7095c152d0c5b2baaabf56456a9aec32

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 54318dfd8d9d051c1907cf82569bf4eac1aa4e4fc31960bef71a632dc53c58be
MD5 56a64cc1de9a57e426d3d9a7ef04d6c8
BLAKE2b-256 4a69eef154211c97b7f32ef409e36751fa0cf35122ae9e769624cb432bdfb427

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyoptex-1.2.1-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.12

File hashes

Hashes for pyoptex-1.2.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ba412518bf98cedf44e3b4c1135d4eba9bd13bff1ae8e533a3e2d7afdeabbf56
MD5 56126f8d94a697ae6730a3fc08d2af0a
BLAKE2b-256 f65f12073f11d9959109a4d42ade10d63088e3d62875f2a9312850860641a1a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d68c081fa1700eb8aec4f8bedc9ac28d7f12702d16f2474d4c5e3a31e2da898
MD5 6dbf50d0d8e69df52f27a56b8dd57986
BLAKE2b-256 bdf1de35d9de8981f4d2a4bab1242c5242eb87d69167d74ed5f48768ef292680

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c9a4ef1a2e3c59ef026ae86691de46f0d7323acdf9d0fc941b18ccb6c8a53e4a
MD5 6db4ba1ca180dda65be29fafc8a30728
BLAKE2b-256 5d7e4bc1f1cbddfb16eeef62d90edb8c90b09be9515b8c64fe49a611423fe380

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoptex-1.2.1-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.1-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.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05562593e68f58c4d32873bde19220d012c9fdd2bfc9f187e7f4e01e133e875c
MD5 7a63bbc75b9511519db11c1fd55e64dc
BLAKE2b-256 6113c1b7e8505ac1802e050ed56918d1558e1659b150a90fef0e75a880816fd2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ba087ae3edd94fc490110bbd4e228fcfb312de006fd7f4d93c5683b07505d6a8
MD5 1727bb2155676f46f2cd733d441d3bbc
BLAKE2b-256 1ed6fab4dd6e34cb703792c59eec91af399feaa574dde72ebdfed487eaeec17f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e17f36d46525becaaf183df9fa9231ca8b803e6be7032bb5c2d4e8b4e3b937a6
MD5 e2801b7ee830db4ecb1d6f9be095b9b8
BLAKE2b-256 f9c59010cca7d073666e121c76ae23119ef1d6e1e904f60d6f5f393773e61e1a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyoptex-1.2.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 23ec1789153033e2fc50ca5dbf6110be16abd463637a043bcfff6f09601713dc
MD5 ce1191edc5b0207d3cc27b7b17c1e2a9
BLAKE2b-256 35ba19f7c8ca22e013f8bafafe1541ae1a9ea7f6517f0039b63b5befcde51c63

See more details on using hashes here.

Provenance

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