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.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.9.tar.gz (443.9 kB view details)

Uploaded Source

Built Distributions

pysoem-1.1.9-pp310-pypy310_pp73-win_amd64.whl (158.9 kB view details)

Uploaded PyPy Windows x86-64

pysoem-1.1.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (204.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pysoem-1.1.9-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (202.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pysoem-1.1.9-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (170.5 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pysoem-1.1.9-pp39-pypy39_pp73-win_amd64.whl (158.8 kB view details)

Uploaded PyPy Windows x86-64

pysoem-1.1.9-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (204.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pysoem-1.1.9-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (202.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pysoem-1.1.9-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (170.4 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pysoem-1.1.9-pp38-pypy38_pp73-win_amd64.whl (159.0 kB view details)

Uploaded PyPy Windows x86-64

pysoem-1.1.9-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pysoem-1.1.9-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (207.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pysoem-1.1.9-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (169.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pysoem-1.1.9-pp37-pypy37_pp73-win_amd64.whl (158.9 kB view details)

Uploaded PyPy Windows x86-64

pysoem-1.1.9-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (213.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pysoem-1.1.9-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (209.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pysoem-1.1.9-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (169.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pysoem-1.1.9-cp313-cp313-win_amd64.whl (166.0 kB view details)

Uploaded CPython 3.13 Windows x86-64

pysoem-1.1.9-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

pysoem-1.1.9-cp313-cp313-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

pysoem-1.1.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pysoem-1.1.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

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

pysoem-1.1.9-cp313-cp313-macosx_10_13_x86_64.whl (200.1 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

pysoem-1.1.9-cp312-cp312-win_amd64.whl (166.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

pysoem-1.1.9-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pysoem-1.1.9-cp312-cp312-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pysoem-1.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pysoem-1.1.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

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

pysoem-1.1.9-cp312-cp312-macosx_10_9_x86_64.whl (201.5 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pysoem-1.1.9-cp311-cp311-win_amd64.whl (169.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

pysoem-1.1.9-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pysoem-1.1.9-cp311-cp311-musllinux_1_2_i686.whl (988.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pysoem-1.1.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (977.6 kB view details)

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

pysoem-1.1.9-cp311-cp311-macosx_10_9_x86_64.whl (202.7 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pysoem-1.1.9-cp310-cp310-win_amd64.whl (168.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

pysoem-1.1.9-cp310-cp310-musllinux_1_2_x86_64.whl (983.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pysoem-1.1.9-cp310-cp310-musllinux_1_2_i686.whl (930.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pysoem-1.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (985.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pysoem-1.1.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (919.6 kB view details)

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

pysoem-1.1.9-cp310-cp310-macosx_10_9_x86_64.whl (200.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pysoem-1.1.9-cp39-cp39-win_amd64.whl (168.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

pysoem-1.1.9-cp39-cp39-musllinux_1_2_x86_64.whl (978.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pysoem-1.1.9-cp39-cp39-musllinux_1_2_i686.whl (936.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pysoem-1.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (985.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pysoem-1.1.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (921.6 kB view details)

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

pysoem-1.1.9-cp39-cp39-macosx_10_9_x86_64.whl (200.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pysoem-1.1.9-cp38-cp38-win_amd64.whl (171.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pysoem-1.1.9-cp38-cp38-musllinux_1_2_i686.whl (951.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pysoem-1.1.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (943.5 kB view details)

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

pysoem-1.1.9-cp38-cp38-macosx_10_9_x86_64.whl (200.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pysoem-1.1.9-cp37-cp37m-win_amd64.whl (166.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

pysoem-1.1.9-cp37-cp37m-musllinux_1_2_x86_64.whl (933.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

pysoem-1.1.9-cp37-cp37m-musllinux_1_2_i686.whl (866.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

pysoem-1.1.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (936.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pysoem-1.1.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (861.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pysoem-1.1.9-cp37-cp37m-macosx_10_9_x86_64.whl (197.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pysoem-1.1.9.tar.gz
  • Upload date:
  • Size: 443.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for pysoem-1.1.9.tar.gz
Algorithm Hash digest
SHA256 1e743d30c614eae1877612ee3c180d13add5c5fadcf8c264d22eb8587273ff9d
MD5 b387ad590addf8a77174ee1bcc78da51
BLAKE2b-256 c0ab1e7b9c5a9ab7e09f76818c62ff2d9a6532cac9bf6ce860affaf839d7357e

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b2c908d30a3e024ec6fb06abf15e03ffd6bb76308ce3ba980e6371ea44bd7e20
MD5 858cbbfebbfb2946aefbd171d2326a64
BLAKE2b-256 31ab278c521c6523bf3b6c161618095b3af535405b9230162e6bbb96e4e88443

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 37ff5493ffe93b637ea553a2c48db1b1b27f247ceb898cfab1e0a5ef47b9a3b0
MD5 d22d03de2a8e254f948fbacfee76205a
BLAKE2b-256 848534eb58103c70141e9c9704c57be9ebba44f3d512138b7d1fa8ede6f20131

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e13415490291f9dffa740c6890f5264ce6e1cfe62aeb8c31ef19f677da5f40b7
MD5 dfe231cfc19b94c7c9e818646fa84449
BLAKE2b-256 a24ab39bd3dc3d713f7fcf9d188bf672e43c326882206e36f7d9ea312cb0514e

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4998592902b3c8ec4b6cbf53e892598984fa642452bf90a7aa72ee3ea0778ac7
MD5 9553837cf3007a88720efcc5df6ace80
BLAKE2b-256 d4f951f5618ce2cdd6ef7c1b64a93d5bba7869c9d38dc67c21c7b52ee878ffa4

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 81229d702a5c680559b1188cdd73078b85deac543b0ab0a65b02266e2c3af634
MD5 7b093d3e333a42de8b84888d9da4d43e
BLAKE2b-256 a4ecd5aa917077ef2936844496e8669de65b26d9fde38b5f4a221e35c22ab8e1

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dae856f00b543f1d55cb4b215687394e9e0b4c45780e23264baded38cd7e7f03
MD5 491db6a83cbeee496e794a110b1b9fd7
BLAKE2b-256 858788de356a1d1d4410d28d245bf7b2406b05b94792b3b06c1039b9c4819b58

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 190fb4c9e40078c6e9dab7e14663f2d7b313503be9daa6bba8767d9a8f2ca3fb
MD5 7a0ecd085c0da3d894ad959f20c0c712
BLAKE2b-256 05100132b73b4f075e1050b862b7daf5f10a27184543f732cdda750394510b3c

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 eb0c88e695bec8c1f73e3e0da46439650f4737cf851161106d25fc5dcb483157
MD5 2793b8141804b0921c85a9f88a97902c
BLAKE2b-256 7c4a418b2f75c0069281fe9a1a54bfb5ac04bc3b0d61cf000d51381aecc8a018

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6b6f269dfca1f3826f18a62a6e06f984ccd09fc911aec384789bcdef5b61312e
MD5 215764e7137cbdd4458f5e3b15d5d523
BLAKE2b-256 464e58a432be547e2d93f001fe8f9b6b672bc424643c202daa6e705c39faf2a5

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65b0176543245ddaaee358389a7985aec61b57f2d5cbdb4a69b5347681294c4d
MD5 b9592e0d92e655d4c07a31f49cebf71c
BLAKE2b-256 7521bf08f4552afee72e2bd2795a5502b46f0af005ce71c8367806e92dcb473d

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fcf850052eee2a32e4ccfdafea1eefcd87c27f787261f478ab4e6917d9780f02
MD5 edcfc2c317f288481bbc8c0203c60af2
BLAKE2b-256 7be442e9bb5d2ea7d84617b3bbd856079a842d7c2265b1a0ff5ce38ada9175dd

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d66fd7f4f40f684fec73b19906e07d001f80f01ad9024f5677fb7ce035ab38ee
MD5 1fdfe2dc1d937be34ba038bbaa81cf32
BLAKE2b-256 594c0c60dd767df5758b0df27d9b5b9fa27a14c69c38fd9efd4074e3dee45b3e

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0ebd8434fa2f770c84e1bf7c2ee9411984131f888de51fc4851ec22fdba2d655
MD5 5c3931ea284e7540d2c0ded60750ee3e
BLAKE2b-256 d7d11e344de4bcb4c733d92ee31a7473935c36914c99c1ff1342a412f4810b36

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c63ec4989e604dde5e4d19dd8654b9c5d885d41d55ccd499f36ab5a1ed65a68a
MD5 d0946b15a1e7b56bb3c3917c6bc08ae1
BLAKE2b-256 0425a5c82fb6220f83e1469852a89770c9df54e6ade3baced79e93f128cbbb35

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6dc638297a6aefc2aff044531c8214672b03697e9fb00ce899b49f676bf0d146
MD5 f4a572674669a9232fb99572aab6cb8f
BLAKE2b-256 eb7a105f9b49c701cf4ab1b5e35884476fb1f5fad8215dacdc0333b0676d02c0

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 855bc7d355db0faf18295e7d1b8fa76e33a9b1d73cf5ca64dadf7cc593e80fc3
MD5 3071bfbe2514fbcfd650c5dd42cfc2ec
BLAKE2b-256 1d615701c8f603ebc66a9f2f8efdd6102d3d1bbed2cedc46a4832a06e496d3c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysoem-1.1.9-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 166.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for pysoem-1.1.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e9acf16a749b7bae31f3bef1d3f04a832e3cadef832eeda90c6510079eb0a2c4
MD5 c0d5f3ad3f46832b2c661608797d01f9
BLAKE2b-256 0502351cce4a09cf650f624ce0806ed80128d303231b27f58c6ceb305ab820d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 879a42aefe8293d1fa3669a5b90203b1194621d9e8b5a3848267db07915a24f2
MD5 8163e7b92b1ef6a4faee04ec37dbd76f
BLAKE2b-256 6424030b37ab671bd422cc7cb8ebf95245de3936c35a484faa965ac8f646c5e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3e478c96c1d2c0c8ee7ae1b33e407f171740869bc2fe619d4b40a6d04a751e38
MD5 bbb29388bb6651b439002a4027fd2315
BLAKE2b-256 a45fce2d3b5887cb349ed28db6f454e6d7fe4e28aeb8dd545b0448138bec1f28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be39a719ebc6e7b4ce93a3441bc342e8d3d606a4903214656843ea618598d3bf
MD5 e573a54ab3c3a8078fdc2161cbf9656d
BLAKE2b-256 ed6bab0b8fd31e44124c8ee122e53479157f548b7adbd8790f91954527b5906a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9867b46a067e2707aa93f72276e5519288f58629d6502b0e8f11ec86479e3b04
MD5 d0b628e9bb125544f6f5e8ba5bad81f5
BLAKE2b-256 6cec90cbeb122eecbeb4ae79c8174b883f8c0f81b3db93b8123c6a8079045774

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 718fc1c7aa78f3685005aa32c147ffda5034fa29599ef584296006aff489dcf6
MD5 7382356b5f0771cb8e31ea094c6d2fac
BLAKE2b-256 76a3de5a642659e4a273de07e82caaeb42af9581d9bccddd059deb79222dc5f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysoem-1.1.9-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 166.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for pysoem-1.1.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6030eb3cec526bd9dd6814fc4f56df0be82478d52ee14cb61d760ad158332051
MD5 cab88c46439ee347e0e7c83765da9f97
BLAKE2b-256 ac2679f5637767fb6333f49562f4c38ee8a13d8b9d08a43f994065bb5d096e69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d017fe4237cab0549cc8eb483f91d051aa19fe80817c86ad0982c08aa217a302
MD5 534ee66d522afe61458896f13cbc89ac
BLAKE2b-256 02c8b3c0b8626ab7210c912c33a82e9a578672daa0612cded9d2b477d177a44d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5a7b5b1c509c297dc03a827a1a0f90a3a112235ca3f2255a6561edc950bf3690
MD5 0dc384895ccf7bc7ed2b2a85251958ba
BLAKE2b-256 0f3b370bc4352e12384d5359b167b37002ba0275113a0d0579a364cd4228c920

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3994bd7f10a050212b041d077cb6c500c274f27f72298b4b7e0b895be6bb2294
MD5 61805d59a8e992fdfcb80a719399f375
BLAKE2b-256 edd57667b853f7ad8a633ef4546dd354ea1cf3d7a4b956fe7f2c7588db543bb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 002e538f2ced45c4bf994a987bd940f81e9523e8ae496a1ae6cab907b81b0a01
MD5 cb5816874cfd9d5ce3ee3464c042839b
BLAKE2b-256 1dfe93da7963e8ff8c57ac03736aaa369d89d3c69a0778ffc43c97712f35ed11

See more details on using hashes here.

File details

Details for the file pysoem-1.1.9-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysoem-1.1.9-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f2d202f1d60ccfe7086d8e05eaade3db2c1a474d37991e0bff82b55944bdba37
MD5 0197618f1a6b6380afddbf880cc81c8a
BLAKE2b-256 624c4145730e4aad203857ed91b9f2f6ff50d1df4da83da381310cd692a1cf32

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysoem-1.1.9-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 169.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for pysoem-1.1.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a92ea942cf9ba1c6d3f76fa7aac2c79b7cd8bf76c3a624f6dcbb4ff87bceabe4
MD5 15498f69441c67d897a29a8ba27709e1
BLAKE2b-256 2251a130b8ae44adf543d3ae6dcb1bf600756c637fcc199644c94beee347d575

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a130f46b02f77375dc0b32af178e9b65901d3375301d26869f7b5ff799be7b9
MD5 841648f5c66be45421a53e073d929e0c
BLAKE2b-256 ead91ca3063b2cf3e67a25c244a5f0d016c6c72cd19f4c8011752ec78de0d9a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 391655872a8a8481f5e52f82abe0fbb45bc11475cc15dbb5230bf33b59cc5d6e
MD5 a65dea5d8a2503d731563054ef774185
BLAKE2b-256 cbdd0c23b5c9159e7b6d12bc11b4b56119fd9b65b0b58b2dd6f9d3b1aadd8117

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e882776ad6cc4412ceffc6d7c368f9be1be5be24690844fc128ebbdd3ce2fbda
MD5 7f9b99fb97ecc82a3249999e21e20f50
BLAKE2b-256 0b9f5db2519995f90c470445953d42bc28516a2e9e017b8016725905242e8214

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a7814fac0a5a5cf0a3e9e0bb5e6040b38d08c8e3cc5fd29d65d8f39ab8375bd8
MD5 3413bb985d23723b8ef25311ddf1c8d8
BLAKE2b-256 4019a6773642330dbe5a7c529a9a2bd67363752ee8db0b76ea1236b989fb56a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 41b682e73da54ebc07619201aa7da4fb1d90fff9aa5e2d691f9bdf06280117a3
MD5 68dd21c2e67908d3e1389a5ed421b2a3
BLAKE2b-256 ecbe55a2371982d4a14eaf79dc9f6ed5aa7ac1f2e4997a1e1b640c4aa1b03b19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysoem-1.1.9-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 168.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for pysoem-1.1.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 496419da10706186bf896e4a4672cb5f2ec7528db63100140f2fe69a923b838b
MD5 79727f901bd7827cb47958b144fbdef6
BLAKE2b-256 eb7541f53939a07636142c1ba7aabd490ac3b1b122d5a10a6b13835964b31344

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c380379d34a1fefc55b35e819e70f8237c3fd288ef141526985ed9eaa7fde5c
MD5 a91ac7b92ddba7a69a0159a3e7e5c962
BLAKE2b-256 67d1f9d8eca2cff832fdad6662a40300ac67a5564e23ede71768a3c903faaa48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cf4cf0a94364fcde0e9dfb1a84249af09d6829ba7039337963c10d730eecda70
MD5 27a4871b8d34309771e6b026f6133f56
BLAKE2b-256 ef4c24a1b38e2299322f5c181acb9208e9767def19ef18e3fac6cf2024ea5e0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 52ea3f27b3935bb20c61fa51110feac4708d3bb2b9d04914abd0cc96781114e8
MD5 9b80dac0e3c4f6996357fcccc348eaa2
BLAKE2b-256 c1b3462c01f041aa6328e904cf32200f3c264d7f321ba69e80f6d83a9b745d2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1bb5c5623593909f4f7c021039775687a9562ad5d13305cb042420d015e0e8f9
MD5 0bda16ff5cc20f658b200a69c6731a81
BLAKE2b-256 b23b2f7cc765fa0eb2feaa7359c53e9a3d4df9babead3ecfb02b9cfc64bf5595

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 936805224481777bcfb390c13730b2c94c7d597f302f8f335797757504a0fb54
MD5 84ac88a8fba8952e7c0abbfca0f2ccda
BLAKE2b-256 fca33635d58e32ddbf403718878e1913771bdc5e99ed954fc47dd802f983c65e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysoem-1.1.9-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 168.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for pysoem-1.1.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5c2e4b120ee4dc55bae5730b0337ba5f21fe0e31400730aac7a2ac3261254c88
MD5 8f96e37660f052938691c99069a76ab8
BLAKE2b-256 a5607f259b68033935ba8b894d57681f228303e45257d62c093d816d943805dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7760a93dd7e59925796eb8d90683454bf16cd6857c0a4cf2f7270112c46546f1
MD5 1367579c72fc04a140e95bdf1275543d
BLAKE2b-256 567aa3275135bf4b680176c9853a996afe0962a1ac86b6b965872aa23d924ee4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 51d276aab012f347bedc493de8fb26c87d999ba5633aadc646943f070531db74
MD5 a7f04cbb927eba0ac198b71b3dee6cd8
BLAKE2b-256 4bf13c8e1b4717fef95e576b71bd24e9871e404d3464d1b03ed35801d2f62e63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6696c5f10ee4185729cdc78c713bba87ed28778226d214830b77f240ad199fb2
MD5 6914de34a46feb1f69dc845d8eccd7e2
BLAKE2b-256 abb24e6a1a03d614ea983f0df284abbaa60fbbc995072cce1a786f7a0f6f5ffe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 63020ff0299b7333667ab50cbd990e4532b141f169920d87096c33eec327eb47
MD5 aaaaee3a5fef97bfc5980799b4eef644
BLAKE2b-256 2ab129dc12d53b2da44649fed0a76c1da59ce938bd2ca8b0d9bbbade5d35ed99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 53e553075476fdd8ab6f1719d2cb822a4dbab75c73b9a85cc4a28ef17335d1bd
MD5 0b30d4bb1aad98642a25ed3b235074a3
BLAKE2b-256 c108a95cac9f9836193cce328e553a24f80bf7765f98cd01b57077c50f650327

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysoem-1.1.9-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 171.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for pysoem-1.1.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 009e04ee3f66b3bb37223366662715a82ad1db5855426b87a965e5043d04432b
MD5 caf00c7eda9e09fa13893c5ad7b48bc9
BLAKE2b-256 95781d4c7afc58ecc83f179125ce85a41c4eb540c2b63575592df9d9669c63fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 922caa3675d5a68f8699a73008e52c9c6f6384e01bcb3cb3fe765960a3d77f36
MD5 5a0f9c32862717a9b52112ec48dd2c2f
BLAKE2b-256 32c54076bb6f6219fb9981c21f73c82f6de19119080ebe9ee6a02bc33049648a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5538abde61821c1274d9b49600ced0eb37c2c17f69a5ad69843c91f47c276d08
MD5 db64c74f11fb7415a52e75660aab2287
BLAKE2b-256 4a9a0144879575a9c65036fab614b153e056bf7176bd199122a1db50e8b4fbe7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa724dc06546e07811e43ce45233321a807a1d22754a37cd713d2d8648ff6e57
MD5 217b61b248c4c451fe2d44873364dcb1
BLAKE2b-256 bd68aa96cd200dde99dae6e66069fdd62cc62904ba42386b63646c5af55828db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 93c06ec029646c63d748d02f7aaa67ad36fc2795f6d72573a255dcc58ee5dc7d
MD5 bd3d7972bbe3335f2b9ffd4c6dd6d79d
BLAKE2b-256 5e09e412a62061b22d1a896dee2b430bf4dcfa41315d6455a4c69356a655d00b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf6403076fb6382855c6c05a923c9aef7f56ad366e8d8ba2f8ca2aa8546dcf54
MD5 209a96a8c66711fbeb33df029b49b2b9
BLAKE2b-256 9759e5e26c83aa38735bfb7c26f4981ba80f0d13531dec161289b10c06625aee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysoem-1.1.9-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 166.9 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for pysoem-1.1.9-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a58d0162f1e17d35e9c38768116ad8817f368c6e5b4e8a1f66e973fef055a76b
MD5 a243f78798a9bb382019df5cced0695e
BLAKE2b-256 70b545ea59198a7a4548fc8f12a4428586620fcc132c6240fdff429202cb0e90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 71f1d1ce5413ba7723710681b09a02af76e85560e72936cfc3275625c86a4c3d
MD5 8684e1a98e99bccc1fcdcb72368089bc
BLAKE2b-256 b77c57d8a14196dc10222549ca402e6328276664034ba30dfac8d1d814084a2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4092755bf3d980dfe2ae0dbd15eb597bdc05767cce29634af9685ee8745a278d
MD5 02c89ad0ff5a3d5fb452de1bf6431871
BLAKE2b-256 7816563f73f7937fb706e7a251dd30574c21e1f0f0268a77f04dd4df817d926e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f989f0182c32a45263690e37c46e2aa26f028789de1e2e53b4f83950db71d2cb
MD5 1adf90fd5ae3ed28ca17c2cd831b8201
BLAKE2b-256 4715a22781754eeb6e668ccc0e1330296b61e540fe56d2f76377cb92ad9028e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 299a64251ce6b2038449b01f5117fc06143c1074d5690e5ebb3bcefc853c4c0f
MD5 bdae1789af4f8ebf220d34fdab1dfa28
BLAKE2b-256 49d0e6c5793517dfd69c693871a8f4921e4fa65772428fdfc95be5e13f9fb334

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysoem-1.1.9-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 47b2e2b534adaa0c5d345e26da8dbd6db1c88024c342e0be7cfe17be2e81a9d5
MD5 b6eb30442edce6ac8cccd36ce888979f
BLAKE2b-256 e340a31d96e28c25f08c949b4caca2abf54d3bddb1451242e5285aea2b631684

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page