Skip to main content

Ebi: a stochastic process mining utility

Project description

Ebi is a tool and library that focuses on stochastic process mining algorithms. Ebi is available as a command-line utility, as a ProM plug-in and as a Python package.

More information on its use can be found in its manual.pdf.

How to use from the command line

Ebi can be used as a standalone tool from the command line. Compiled versions are available on Ebi's website.

How to use from ProM

Ebi can be used as a plug-in of the ProM framework~\cite{DBLP:conf/bpm/VerbeekBDA10} (\url{https://promtools.org}) on Windows and Linux. ProM has limited support for Mac OS X.

To install, open the ProM Package Manager and install the \verb=Ebi= package. Then, a selection of Ebi commands can be run, just as any other ProM plug-in.

The manual.pdf indicates which commands are available in ProM.

How to use from Python

  1. Install the Ebi-pm package using pip:

     pip install ebi-pm
    
  2. Then, one can use it as follows:

     import pm4py
     import ebi_pm4py
     # Load a log using PM4Py
     log = pm4py.read_xes("myLog.xes", return_legacy_log_object=True)
     # Call the Ebi function
     result = ebi_pm4py.conformance_earth_movers_stochastic_conformance_sample(
         log,
         "myModel.slpn",
         1000
     )
     print(result)
    

    The names of the Ebi functions can be found in the manual.pdf.

Getting started with development

  1. Install Rustup https://www.rust-lang.org/tools/install

  2. Log out and in again

  3. Install Visual Studio Code

  4. Install extension 'rust-analyzer' in Visual Studio Code

  5. Go to the project at https://github.com/BPM-Research-Group/Ebi choose "Clone" and "Visual Studio Code (SSH)", and clone it in Visual Studio Code.

  6. To run Ebi, use the terminal of Visual Studio Code to give the command "cargo run --" instead of "Ebi". Everything else is equivalent to the commands mentioned in the manual.

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

ebi_pm-0.3.1.tar.gz (188.5 kB view details)

Uploaded Source

Built Distributions

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

ebi_pm-0.3.1-cp313-cp313t-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.13tWindows x86-64

ebi_pm-0.3.1-cp313-cp313t-win32.whl (4.3 MB view details)

Uploaded CPython 3.13tWindows x86

ebi_pm-0.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

ebi_pm-0.3.1-cp313-cp313t-musllinux_1_2_i686.whl (4.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

ebi_pm-0.3.1-cp313-cp313t-musllinux_1_2_armv7l.whl (4.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

ebi_pm-0.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

ebi_pm-0.3.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

ebi_pm-0.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

ebi_pm-0.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

ebi_pm-0.3.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

ebi_pm-0.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

ebi_pm-0.3.1-cp313-cp313t-manylinux_2_12_i686.manylinux2010_i686.whl (4.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.12+ i686

ebi_pm-0.3.1-cp313-cp313t-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

ebi_pm-0.3.1-cp313-cp313t-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

ebi_pm-0.3.1-cp37-abi3-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.7+Windows x86-64

ebi_pm-0.3.1-cp37-abi3-win32.whl (4.3 MB view details)

Uploaded CPython 3.7+Windows x86

ebi_pm-0.3.1-cp37-abi3-musllinux_1_2_x86_64.whl (4.7 MB view details)

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

ebi_pm-0.3.1-cp37-abi3-musllinux_1_2_i686.whl (4.8 MB view details)

Uploaded CPython 3.7+musllinux: musl 1.2+ i686

ebi_pm-0.3.1-cp37-abi3-musllinux_1_2_armv7l.whl (4.6 MB view details)

Uploaded CPython 3.7+musllinux: musl 1.2+ ARMv7l

ebi_pm-0.3.1-cp37-abi3-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.7+musllinux: musl 1.2+ ARM64

ebi_pm-0.3.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

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

ebi_pm-0.3.1-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.0 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ s390x

ebi_pm-0.3.1-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.9 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ppc64le

ebi_pm-0.3.1-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ARMv7l

ebi_pm-0.3.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ARM64

ebi_pm-0.3.1-cp37-abi3-manylinux_2_12_i686.manylinux2010_i686.whl (4.8 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.12+ i686

ebi_pm-0.3.1-cp37-abi3-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.7+macOS 11.0+ ARM64

ebi_pm-0.3.1-cp37-abi3-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.7+macOS 10.12+ x86-64

File details

Details for the file ebi_pm-0.3.1.tar.gz.

File metadata

  • Download URL: ebi_pm-0.3.1.tar.gz
  • Upload date:
  • Size: 188.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for ebi_pm-0.3.1.tar.gz
Algorithm Hash digest
SHA256 8ee4519cb1214dbe289dfbde5eff6b5361312f676a084bc700a9d13dd19e77d0
MD5 fc328d2916ca8d6ffb8fba204d994946
BLAKE2b-256 ca95a30c39d421f3cd85be2a8af6a4eb53405a8f968c886a554751d5c1b41021

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: ebi_pm-0.3.1-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for ebi_pm-0.3.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 cac9d99b308d565f6e7e921455e30ea6ff1c0b707461abb18b51b4b3e563247f
MD5 26f8f90807f4c1070cafd27a5fcedc84
BLAKE2b-256 99dc0650787a7140ed4e4fe934798aeb55e0318be9aeaf740f8b7b44e7d642f8

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp313-cp313t-win32.whl.

File metadata

  • Download URL: ebi_pm-0.3.1-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for ebi_pm-0.3.1-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 e113207801de15da0d6ecb75306aa8ecb47d89598def0887be475a1ef43fda26
MD5 80396356451d035d0a255438bb1dea9d
BLAKE2b-256 83012304236af79cd40c99fc4f1f5fb46ea39f3264976d208a94f5f80c72c83b

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7bb7aabed0f2c87e468468accfcfb644e877976aa2f3c95f812d03a6c8aec2e3
MD5 3658c87a4a3c388fed56f24e1916caaf
BLAKE2b-256 9ece3fd6f2fa7b69dbc7cfd26acd134a07d3e9eb3a3529921d3d92c6add33e79

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 645d7893f5626ef8fc03633aaf6bed3a08cc5e2c30f517074776c0008e08cc97
MD5 46c5fa76c084fa97d5e58bd51c0164b3
BLAKE2b-256 204ce5ea14c6a9c7cf4960305eb9a82bc608dcaa02213867504a79f605d65a1b

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b65aed7ac62eff7529e4f8ece7d09773f5d9b655316585ea8b14a9e548395c94
MD5 b55f8acebb65e142690684e0df88f5e6
BLAKE2b-256 15b094b491e01f86b56f51535cb26bfbb6f141e66f1e46b2b9b651c5328ddae2

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a590d07cb302f46796faa1856c92ce51a963637d88652758f3900dbe7831a2e4
MD5 371cd9f7c998e7256621ef251ad3b9ea
BLAKE2b-256 219d3f2013d308e73e1e6fc1eee7273b63fe00d0ef9f276f67c282b5dfaa0b93

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a59347a058d64cf8db079fc872fdccc5ccab580c2dc32f15ecd940a84a06f37c
MD5 2bad392692a5a6f425b50efa05076880
BLAKE2b-256 a7b91deb6e5800f761b6c71bb2484a0e8d6e88dfcc0d76403e3335514e4cb4ae

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 43254bbe922642946d1841e1746cae32d6030404bc5c87831326cdbceb880cbc
MD5 c42a0364a45b7c3e8d4945472f00aa80
BLAKE2b-256 e1cd393af86c40f6cabbf30da5e6b0c14a047767190c47e5753f22be64ae0820

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5ae0b1e8702930c5acaedba55354afe981a8a1f61ad3b90be6eaa21c3d6c1156
MD5 484261321b9b050afa8dad91cc0f2e4d
BLAKE2b-256 3d6db4bf9dd057ba3a4940b690398f42ac95587687fb05e1e63d190199b63eae

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7453267d4860e7e4bc670c39cc669de7a5252d3bfee3f497c24fa0e4fa4fc5e2
MD5 89f82411e929125b037589f4d9f2818d
BLAKE2b-256 cec64e427a98305d7d9ca5a735a33ebb8c8be8405c9b1257ccdb4181fac6e551

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 91917575e735ca9db8fd10cf93428fb45fa94e241a97bf34263bfaae3f912407
MD5 2c49dfc5e3b21de872e18c5b18d896e9
BLAKE2b-256 4d21435d6acdcb4d56617af2a4498479057fb40245412bd12cff1ecf8b779914

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp313-cp313t-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp313-cp313t-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a1dfa07ac72b49a14c56226bb41eb7fc65bf2249d8e5ade05558f898a27eda3e
MD5 4522857c5b1d0fdce095c6c497925063
BLAKE2b-256 012b64337c3dbe4105162d93d780b18c94b254f8d8cee421ec5487f3b9e6fb43

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 643820b189b9207cf48362efb2077f71ffae1314195f53300bef567ca95561b8
MD5 617b2361c9b15050aa0848cea9df2c0e
BLAKE2b-256 d147e94a2ab1a69a198ae80d01e9d948aa2e556e61b353b1725e1a6662091ae3

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 eb0e1e58b5b5cab1ba9d4733fca58c2e21de1551476f29b8ef66bc8832be0d01
MD5 ceebb34830fad01150589de1c8f0563c
BLAKE2b-256 5c0bb3b7ee52fe6e2efc76db3f421bd3fa1221bf16a097954464e6f5ad0b7dc4

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp37-abi3-win_amd64.whl.

File metadata

  • Download URL: ebi_pm-0.3.1-cp37-abi3-win_amd64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.7+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for ebi_pm-0.3.1-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 3362322a154105121ddf19f2364d8e1d0b3ed4898f555e58304882c7b38f5a6b
MD5 8ec799de7b896d8c76ad172cf97ce333
BLAKE2b-256 bba740561b1d8f3a46fb63949fdf31beb52ff3e3d0963c5059f5eca1e6ab6a82

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp37-abi3-win32.whl.

File metadata

  • Download URL: ebi_pm-0.3.1-cp37-abi3-win32.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.7+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for ebi_pm-0.3.1-cp37-abi3-win32.whl
Algorithm Hash digest
SHA256 c05b833da81582a3f29d582baae624e6fc240aaa49bb6acbee49e7d86edd7b65
MD5 d64d8d0fc188c6754858f8b196262890
BLAKE2b-256 b229d0e5ee983191f870cbac13d6421f12e2787ab2fbfddbea9671c1a3cb22b8

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp37-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp37-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4ec9f9cb3c90cc8ad06ac67cc1237cfa126b0cd99743d5cce14b89aba262c808
MD5 a6de2eba916df047737f5e6bee5ad395
BLAKE2b-256 b5ede2441645955dd067484454f0bc57069573697518da4cf87586ccdda15a16

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp37-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp37-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1197d779c531eb3520a54f5ef0b3ae54fc960f8a5b32ee2f8c36a6d4181ced92
MD5 07db910f6730646516ad5aec412f3e9d
BLAKE2b-256 6a657205a6248d69fc9ece6fd059cbe1d09dac7a6182b0fa9433cba8029f6ea1

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp37-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp37-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c058e5f7681ac1894049a97564f04bf9959ce9e1d592af835561ad55249b0986
MD5 fb7c4ec7166d492214dabedb1943b5e1
BLAKE2b-256 9a9a5451d68383ecb7d2f7cc2a13aa529171098f8f35f658c3bbffa1a7774cfd

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp37-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp37-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 da9fe7321fdf05fe00452b848bd485b9ca9645b8e05ac98b150ed9c2542832da
MD5 9bb9d1b428ce04c905ab725501be7067
BLAKE2b-256 8bbfefc41aadc22f032b439a4284ac7ec6d2426a09a395803c484dfb803f7b3f

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51e6997fad52c7a7f6e6b63ca4b78759aa992326de171815cc9b45d7b07ce9b3
MD5 429972092275630a43593c3decac569a
BLAKE2b-256 68a19cec8398f80af47b638d44c18d976f2e59760053af9c48943768e736401a

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 20b524841dfd1bc7ac6a66ff19698282fd1d7c92a0b2ca4a5e3c9c1340a94111
MD5 0789cc8c35d21eefb75a360c670ed405
BLAKE2b-256 e27d65937afbfbe1a3a48af0b11d9d57d1a46076292d6a8fc54a7c2265920900

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ebb5599e7115d0dabca01d8d1a291be678bfa0631c590149daf090ecc9065468
MD5 51961ea7a91dcb96c950aa49741c7934
BLAKE2b-256 dd78e71cc40d7de87b02ef8166fcbc39c378090b3e53deb55a8838d2d99bbb31

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ccd99af1afa48a74219a8ac143f991c121ffedb875714f25727cdef202c2150b
MD5 bcd7256256181f715c8bcb742007928f
BLAKE2b-256 5a9eab800fa06f6ace58e640833c005606f5599a8f96b70b88b95ba82ef2bbd1

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f02112d7cda83586976f1dbfe8bcfdcdffb39a1aa53047415073b61062c3dddf
MD5 ef08697a9b10aa83a88d9cea005ce962
BLAKE2b-256 369e3d56fbd6dd85e4fef5732349d05e85f563a39a9efea784dcc94503331bce

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp37-abi3-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp37-abi3-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2054a5fceb99cff2effb040168eaa8545a677113369d79c5e7c21d52aceb6eae
MD5 2cec62c896e80687cfdcd48191604e67
BLAKE2b-256 856bd239fd84c6652504455dffaa363ff4b8c9f7af02ca15ccde3b2678785a7e

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp37-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp37-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1c5ab27c43e5fefbb0f923d35a40c5da710008e80f02e6cb24b47084749597c5
MD5 0fe8e04208c4c32088e5e022ab79c375
BLAKE2b-256 4ef81689d36bd2f6ddc08849176a977a165f071498847abfcdd0f4731db8319f

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.1-cp37-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.1-cp37-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e5c9dbb9e5326e09643943987d90d2a211640455d7efcb85d5e770c1d5928008
MD5 0706c027034fed613a0d7074529348a7
BLAKE2b-256 adc5695b3c05b9e0f5906cb1585e1bf305237532c4b7b6c38e6c3a85e1ef47c7

See more details on using hashes here.

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