Skip to main content

Cython wrapper for the SOEM Library

Project description

PySOEM is a Cython wrapper for the Simple Open EtherCAT Master Library (https://github.com/OpenEtherCATsociety/SOEM).

Introduction

PySOEM enables basic system testing of EtherCAT slave devices with Python.

Features

  • input process data read and output process data write

  • SDO read and write

  • EEPROM read and write

  • FoE read and write

Todo

  • EoE

Beware that real-time applications need some special considerations.

Requirements

Linux

  • Python 3

  • Python scripts that use PySOEM must be executed under administrator privileges

Windows

macOS (new with PySOEM 1.1.5)

  • Python 3

Installation

python -m pip install pysoem

or

pip install pysoem

Consider using a virtualenv.

Usage

Although there are some pieces missing, the documentation is hosted on “Read the Docs” at: pysoem.readthedocs.io.

Please also have a look at the examples on GitHub.

Contribution

Any contributions are welcome and highly appreciated. Let’s discuss any (major) API change, or large piles of new code first. Using this pysoem chat room on gitter is one communication channel option.

Changes

v1.1.12

  • Updates the underlying SOEM to fix segmented io issues

  • Fixes issues with Enums on newer Cython versions

v1.1.11

  • Adds No-GIL support.

    • Per global setting pysoem.settings.always_release_gil.

    • Per Master instance attribute always_release_gil.

    • Per function argument release_gil.

v1.1.10

  • Adds pysoem.settings.timeouts to configure low-level timeouts at run-time.

v1.1.9

  • Adds protection against closed network interface connection.

v1.1.8

  • Fixes null pointer issues when reading not initialized properties config_func and setup_func.

v1.1.7

  • Adds add_emergency_callback() to allow a better handling of emergency messages.

  • Improves auto-completion.

v1.1.6

  • Adds working counter check on SDO read and write.

  • Fixes issues with config_init() when it’s called multiple times.

v1.1.5

  • Adds support for redundancy mode, master.open() provides now an optional second parameter for the redundancy port.

v1.1.4

  • Fixes Cython compiling issues.

v1.1.3

  • Adds function _disable_complete_access() that stops config_map() from using “complete access” for SDO requests.

v1.1.0

  • Changed the data type for the name attribute of SDO info CdefCoeObject and CdefCoeObjectEntry, they are of type bytes now instead of a regular Python 3 string.

  • Also changed the desc attribute of the find_adapters() list elements to bytes.

  • Introduces the open() context manager function.

  • Adds the setup_func that will maybe later replace the config_func.

v1.0.8

  • Version bump only to re-upload to PyPI with windows-wheel for Python 3.11

v1.0.7

  • Fix issues with timeouts at amend_mbx and set_watchdog.

v1.0.6

  • Introduces amend_mbx and set_watchdog, though this is rather experimental

  • New example firmware_update.py.

v1.0.5

  • Introduces the manual_state_change property

v1.0.4

  • Proper logging

  • Introduces mbx_receive

v1.0.3

  • Fix the FoE password issue

v1.0.2

  • Licence change to MIT licence

  • Introduces configurable timeouts for SDO read and SDO write

  • Improved API docs

v1.0.1

  • API change: remove the size parameter for foe_write

  • Introduces overlap map support

v1.0.0

  • No Cython required to install the package from the source distribution

v0.1.1

  • Introduces FoE

v0.1.0

  • Update of the underlying SOEM

v0.0.18

  • Fixes bug when Ibytes = 0 and Ibits > 0

v0.0.17

  • Exposes ec_DCtime (dc_time) for DC synchronization

v0.0.16

  • Improvement on SDO Aborts

v0.0.15

  • SDO info read

v0.0.14

  • Readme update only

v0.0.13

  • Initial publication

Project details


Download files

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

Source Distribution

pysoem-1.1.12.tar.gz (443.3 kB view details)

Uploaded Source

Built Distributions

pysoem-1.1.12-cp313-cp313-win_amd64.whl (148.9 kB view details)

Uploaded CPython 3.13Windows x86-64

pysoem-1.1.12-cp313-cp313-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pysoem-1.1.12-cp313-cp313-musllinux_1_2_i686.whl (955.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pysoem-1.1.12-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pysoem-1.1.12-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (941.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pysoem-1.1.12-cp313-cp313-macosx_10_13_x86_64.whl (180.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pysoem-1.1.12-cp312-cp312-win_amd64.whl (149.2 kB view details)

Uploaded CPython 3.12Windows x86-64

pysoem-1.1.12-cp312-cp312-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pysoem-1.1.12-cp312-cp312-musllinux_1_2_i686.whl (965.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pysoem-1.1.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pysoem-1.1.12-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (948.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pysoem-1.1.12-cp312-cp312-macosx_10_13_x86_64.whl (182.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pysoem-1.1.12-cp311-cp311-win_amd64.whl (151.9 kB view details)

Uploaded CPython 3.11Windows x86-64

pysoem-1.1.12-cp311-cp311-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pysoem-1.1.12-cp311-cp311-musllinux_1_2_i686.whl (973.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pysoem-1.1.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pysoem-1.1.12-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (980.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pysoem-1.1.12-cp311-cp311-macosx_10_9_x86_64.whl (183.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pysoem-1.1.12-cp310-cp310-win_amd64.whl (150.7 kB view details)

Uploaded CPython 3.10Windows x86-64

pysoem-1.1.12-cp310-cp310-musllinux_1_2_x86_64.whl (989.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pysoem-1.1.12-cp310-cp310-musllinux_1_2_i686.whl (933.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pysoem-1.1.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pysoem-1.1.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (937.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pysoem-1.1.12-cp310-cp310-macosx_10_9_x86_64.whl (178.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pysoem-1.1.12-cp39-cp39-win_amd64.whl (151.2 kB view details)

Uploaded CPython 3.9Windows x86-64

pysoem-1.1.12-cp39-cp39-musllinux_1_2_x86_64.whl (986.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pysoem-1.1.12-cp39-cp39-musllinux_1_2_i686.whl (930.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pysoem-1.1.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pysoem-1.1.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (931.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pysoem-1.1.12-cp39-cp39-macosx_10_9_x86_64.whl (179.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pysoem-1.1.12-cp38-cp38-win_amd64.whl (154.0 kB view details)

Uploaded CPython 3.8Windows x86-64

pysoem-1.1.12-cp38-cp38-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pysoem-1.1.12-cp38-cp38-musllinux_1_2_i686.whl (949.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

pysoem-1.1.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pysoem-1.1.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (956.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pysoem-1.1.12-cp38-cp38-macosx_10_9_x86_64.whl (185.3 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

pysoem-1.1.12-cp37-cp37m-win_amd64.whl (177.8 kB view details)

Uploaded CPython 3.7mWindows x86-64

pysoem-1.1.12-cp37-cp37m-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

pysoem-1.1.12-cp37-cp37m-musllinux_1_2_i686.whl (970.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

pysoem-1.1.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pysoem-1.1.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (931.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pysoem-1.1.12-cp37-cp37m-macosx_10_9_x86_64.whl (212.3 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

Details for the file pysoem-1.1.12.tar.gz.

File metadata

  • Download URL: pysoem-1.1.12.tar.gz
  • Upload date:
  • Size: 443.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pysoem-1.1.12.tar.gz
Algorithm Hash digest
SHA256 688d713969b099a1e5534b15c3bec65a5b9d3565da6625f1f879a8c67b05c947
MD5 a7e2226e7230066391036ad860d337a2
BLAKE2b-256 798c288b9a32c82bd8e8e6cc2ff1f58048a0aab0e6bf3861105ad28b2708bac1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12.tar.gz:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pysoem-1.1.12-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 148.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pysoem-1.1.12-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e7c751a784fed9e914559b6bdfe4bcf873b63e9a6bfdb02118425457778c4372
MD5 29f18a20ee1afc33f6dd012b6674c7f8
BLAKE2b-256 66a1aa1be4e02ce8107bd76fd93ff39cede31bd26d40c283c6aaf5f7c8a371d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp313-cp313-win_amd64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a366df252a09b29ce4a5b5165c34c69873e95bcc66ae5f12655bf34ce1e96d3
MD5 7f1f801e8b104609c148aea6ab070b6e
BLAKE2b-256 48cbcf566f7d3d7cd7de4fd822b543223dc80d71f04a1f25d68852e3eaaec573

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 79f22c1fbc9bd1236443ab90036e4f03ec77e4a4a7f6d2d6710945fc4f73ad2f
MD5 9b0f65e370689cef296ca19bcd2b3061
BLAKE2b-256 78a66b80034441a635538801828376f49f176bc434ef1eab869d6becc7ed45be

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e3b8540f40eaf910f06101f51ad16c8277b201171c8f2deed8c251613ca6dd1
MD5 3d8d0e0e1161a20485e8ae549de56c9b
BLAKE2b-256 278471ea7aacf728b4b1ae38f7e232b0bc7d51f0a2b1f5868abc6e16ac90a479

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 108e9fe4099a8e48feb4f487b62431e00992b6ea84afd8be019d2ee203ec6faa
MD5 2d9ef2e0bcf060ef47929e03fd5ae619
BLAKE2b-256 e782e2f0d2c294105a8dd3213620c10c65b35644d6c0133c50d0f6d4436a54ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1f6b6f58972445edb945b6de9c8007fba89d2191cefd75f51f095c3c3f76b895
MD5 eb1fb8e2e261bad3c1b4a5f63d4d3693
BLAKE2b-256 955f9c4dfe0add5175e2bcc6d31d0910d5ba98c88056663f6f8c2fb79bbed9a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pysoem-1.1.12-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 149.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pysoem-1.1.12-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 be5045014d37bd0cd2b28aab03876c66c058207d95527b20532cfae86192e661
MD5 ad1adfbf894d5743edcf556deed32d8f
BLAKE2b-256 57538c38ca2486df177190da631672e3b7c545870b7cb74f030bf07daa1f2390

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp312-cp312-win_amd64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 314b1af99e70df63dd1b2786789a4650d3dc31df95045c35d008785a461ac27d
MD5 e598523eaf0dcb93782912aaad6373f2
BLAKE2b-256 7374aa6ebb69601f0b65596533c687b0546327d56a78ec3741e9849fa1a3f813

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d78854eb8d79160fa7b43d8119859894ebf2841d47df16fc357d2f583a6970bb
MD5 ff381e7fcb73baba2854f9df08ab7845
BLAKE2b-256 f8b5fa95e1307d511c57ef370d6d0f2c90a11ee9ae9dfdc02f8b3ae6ac97f124

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e54389c6a0ecba2eead08f5da588c599042e0d124f27859aab493ac7014f9e3b
MD5 85361aa45d80ad7f3f313406e8c17381
BLAKE2b-256 a640e774fbccb569c7126333a66a0ffc6cc777935115f5fb41505d8b306974a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4c078bd6ebec5b1c9d53110d53c8b507a742c4b9ec2df05a6f8cbb37019da222
MD5 6b33f38720929d8d9b3bd95c7a117c7a
BLAKE2b-256 66bd0acd72a99dd9bdf11b761796cbf1f601301b409f08d154de91b468b7834d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c1ed2482f7c1f7c87f8e08590ea3920cc6e9efd6e432273775b58e4a93e300bd
MD5 8f9b11c7d5ac71f5f8e90e3d7d441f4a
BLAKE2b-256 19c97b5bb88c8f0e02e1063fd4bda5964bf647ffd5af70fa6db9d8acc932cf06

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pysoem-1.1.12-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 151.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pysoem-1.1.12-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d40d1066e1358fdba57d77b643fa82656a419f23736d6c729548d371d61adc7a
MD5 811cb442ae63ef32d900c7f4e3aa4f6b
BLAKE2b-256 adcc2778f56b42681db529f139df71b0954cf43b951e6492c7fa3bc4fb2a8782

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp311-cp311-win_amd64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b215d81233ec080e74179423b95066a463e3cfd68e055a3bd56fe1eee58a965d
MD5 a46afb912e4fff06426f523be44b4890
BLAKE2b-256 9de06d5491a2444d5117163b846c2a7131f93c5b5cfa2bac2e835e9b02de21a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0aa15d58e1ab0993b2166eacd0662ad97ac72881a089036903978579811f0f8d
MD5 39df6a6a1186484dc0d42734402c355b
BLAKE2b-256 87a02dffd94a9ffc4e3ad3bbddfa6ee14471c7f22fde38f241576d23f7c6c3d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1dc14112b802c2b50db4e58c5a9da111ab2b63d3a61bcfab1c4d6214f8947dd0
MD5 9a71aee565036bc805e8b5e0a169c969
BLAKE2b-256 2ad237ac20750ab62aa7bbcc9f4cfc95f61b0b04fcefc9fb02463947a3d3cddd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b95b2c68bbcee09b0ea32cb27f773534ae88f9d9bad0308f5da75c90ff5e1961
MD5 4a9e1de27e9194770567b99987549c2e
BLAKE2b-256 fff085cbed2cd28cb0f86dc7d73dd896a9fb7004207c3bbae077b73f4f41143b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 63aacae3811f48e582fc72e83c31d3888fc2f57b15124e07010fd3eeadd4e2e2
MD5 227744e290295717e23e70c57a236ce3
BLAKE2b-256 a56f667a62b16f5e0daf3c09c672727ce626a73e6e7dc96800099de718e5da4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pysoem-1.1.12-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 150.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pysoem-1.1.12-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4ccbea7282402d1af5231deffcac993d26195f279e254343f989caf0180cf4d1
MD5 69b2e5d57bb9fd9886ef8ec4ff6c2be8
BLAKE2b-256 0aa31b47806b3ca279aee9d70b3a6bbccfc71df5714069d163805c8edb8a17c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp310-cp310-win_amd64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bec35d2c5232009b620d933c1aac219c80cab493ac6d6cc1dda889d680b0c866
MD5 06e54a575332e15dc3e4d683ad127ee8
BLAKE2b-256 76af948b8052c3639a2a7aa8d01bf2c5b234be7fa99ad1dcdf400b71b3279274

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0acdc6f490122dc641de9b66761cf62583a500a1688e5630f1e789338ed30cb0
MD5 bd98f72ec86e188fbb62ba4bed09eb5c
BLAKE2b-256 ad6a79df8db364f543459171fc4b460e168a1a88931ba7e339172bb511cf7416

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f97282511c68aaeb3f3013365d482ad34a9f0c99b22d5e6349e90e70d89d2549
MD5 df99506f34c1177d4a38f80a4fcf4b01
BLAKE2b-256 b974f9852a7334be40acf68cb66114042e7829215f33c39142197887a70b133b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dec714538ba28c4af3f7897814210f06e340cc24b63b129e684771e42ffb1934
MD5 9d4a2f34d2c37e599ac8f827f4a9f454
BLAKE2b-256 c78247db67a60e38261d64e72b5ad3d71c45445750e13638ca03d6af0d2346fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 028c1c28b2c5fd1a134b2c664f9229c2297e3b8d5b79e607cbb2586b5c6188af
MD5 acb47a146ac124bc0685aba71f07d66a
BLAKE2b-256 a17f6bf2c46ff484fcff3e07316c803fb61611cfe559a017aa9d81b9a4fe488b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pysoem-1.1.12-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 151.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pysoem-1.1.12-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c39faaf9aa2cd5418bd61b5062a5c8b4afa6fda4e3453bb1c3381e2c7474ab23
MD5 2cfb0f0267482e5b9b6d16d8db5618ec
BLAKE2b-256 759dd7d3b99fe3df8f3aeb8f0e12c8b242baff464c90240164b4e7d34beeb06f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp39-cp39-win_amd64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df13894585ac05d605ae3fd65febbb64e0e92a74038f1c9928b1d25070b3ee9f
MD5 011090be061a0becbda494f9a2fd818c
BLAKE2b-256 f550869f9a9b0da0c57124eff83b0a3dae20d04c646b27bd9fcbaa0fc62cd4f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 87624093f25aa31cb5bb358caefb69de8ee21bfe1627e6f799fefaa053897f11
MD5 593f90106ffc0b68e8e32db8ca4e4cda
BLAKE2b-256 61d296cd271985fb232372b07187a02d470997a815bb62e9b88907f0b9e43995

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 783794cad21fd9ad3aba6d2104f6ddcc37c0dbc2626f9b0e653d2720bb179878
MD5 e5b36cb12a0261c9e59aae278a02fce9
BLAKE2b-256 bb7152914e6d40f0ce52e015b95275ec1de752f9682f48dcc870c52410b8a5cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4ed6e6b907410b7ca728624d4cccce394eb58f3e38acc41f47666f89f4877e11
MD5 4b8e021eed5a2edf1c93531d98a1dd17
BLAKE2b-256 3a985becfa8effadebb87a4f38820d881bc76aa991a89cd4bdd03a8f16817d65

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0c5d092c4b931b31ddc292f18e5869ce7caafd019ec036c6f0ab38e522c76e59
MD5 07c0ec06c3a34a2f5ea76773f88c575e
BLAKE2b-256 c8f2e7d342c82938feb854cbc7f06511673df93e94be2380f24dc773d6c62150

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pysoem-1.1.12-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 154.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pysoem-1.1.12-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bf0d7c713ebdb17972c28a07eea030996c277831e8dab0a4d42515190a2573ae
MD5 4ce46898821f09bc710e3bed8a9110bc
BLAKE2b-256 3c542783c67002aab3bb5ec83fd632835be1cb901cd74f1912be72769ab5f518

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp38-cp38-win_amd64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf55a34105fa3fdf47d75564d59586910817dda8501276a58520e4f996af3d7c
MD5 cb9b74b2eb3666595114520937f72678
BLAKE2b-256 3a5b69bcae5d345cebf7bbc4e56967b72f3093cbb350eb0bf614f2f4a752b4d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dfcf4e47cc83a87d0292e5c75de0c15b66fc03dbcbb59ff46558d6eb01175e65
MD5 03e432a114835976bfc74ce8d46c63c1
BLAKE2b-256 599dc0083afcb337a971efa1a6651e4b1636561a1c5884cfa0601986a1accf7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e2d17df9a6c5a96f40a97ad1849e4edcdb1713459229111ee5864c09305249c7
MD5 5185b229b7713de169ed240245eda0cb
BLAKE2b-256 7fdb4c1e2c0d2bf09dae113cf8fcd0fd90e90a0660364cef76e2044c483cac79

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5e146ad24de85ace4826e86277d37bf480caab49fbedb4170cf0effd81fd0971
MD5 536a1636fdc2be4a039a8cea7d22459d
BLAKE2b-256 a424c602ce0e3eb831a118f83c993c683f6c6c9bb647e43de116f966ce6f445d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f3e713257573e82e7296b00c522e36869c4eaaacf53cf7bbfa23fd048e79ec9d
MD5 946b46e4e30e2f72edebccbc2cb66b30
BLAKE2b-256 7a88d87a95ddea1661263f96a9441a8da1399363cd92043522874143dcce2592

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pysoem-1.1.12-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 177.8 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pysoem-1.1.12-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 40a109c400a88af14746782c0cb34be6f07501e7f7885491bcee7ca7e31e7a42
MD5 e254d55a82261248cbfd2cef4595f8b2
BLAKE2b-256 74a44a67c3b41ea1b634cbde3dcef0f4572bf9f370c95a25e3d75d0b611a74c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp37-cp37m-win_amd64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cac9ffc92f50c5abff478c9c0965fc195a0ecfcb5ee2d035ca5efb1945b8bbb8
MD5 de4a0259de99b2d105cbdf508eb05f87
BLAKE2b-256 ab8f901dc984770ee0e7d3242c86ce22ba856e1642e4601959fa5f10964a8d10

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp37-cp37m-musllinux_1_2_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8cd5419b9654fe8ad162a53a87039b3cdce98a1f0c7323e502ba95d33591d35b
MD5 88df5a2a5e13d6e1ce9d0e40e6c1e114
BLAKE2b-256 5540b26addcfebedc444ef96d6e025caff2432e2fb225aba2a39e3ed85d66acc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp37-cp37m-musllinux_1_2_i686.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e86248684fc35a73727eb64b3ceb18d45e1ae9060075dd661a45f1711e592ae
MD5 9fae4fa2c9525f65ac1f1bd23d8914b4
BLAKE2b-256 1a1dd31432d64ca6b9eb087788f021c4dcb34093a9cda115eebbc55cd45d21fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2fdfca4018bc311129e99131231e015b63498ae70749faa9fe9ba2d807c4d1d8
MD5 cd08d5edcdfcd0a47bb7e315495de59b
BLAKE2b-256 70e316dd58488bd9733ac627192f43af4d7d643d38be6bdaea8426df62138abe

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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

File details

Details for the file pysoem-1.1.12-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.12-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b017fe2c089ca4d50f28dfce06dc8a0c8e84dd8b45c4b11ae15f3c011611cd31
MD5 140c3223d580a480f7ff2a2fb1872867
BLAKE2b-256 73724d40897be103009d03f942cb785c8d0d532e1574e70c726035e00d315699

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysoem-1.1.12-cp37-cp37m-macosx_10_9_x86_64.whl:

Publisher: release_triggerd_build_and_upload_to_pypi.yml on bnjmnp/pysoem

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 Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page