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
     # Load a log using PM4Py
     log = pm4py.read_xes("myLog.xes", return_legacy_log_object=True)
     # Call the Ebi function
     result = ebi.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.

    Please note that for fractional numbers, Ebi returns an array consisting of 1) a 4-decimal approximation, 2) the full numerator, and 3) the full denominator.

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.4.tar.gz (192.0 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.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

ebi_pm-0.3.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

ebi_pm-0.3.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

ebi_pm-0.3.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ebi_pm-0.3.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

ebi_pm-0.3.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

ebi_pm-0.3.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

ebi_pm-0.3.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ebi_pm-0.3.4-cp313-cp313t-win_amd64.whl (4.6 MB view details)

Uploaded CPython 3.13tWindows x86-64

ebi_pm-0.3.4-cp313-cp313t-win32.whl (4.5 MB view details)

Uploaded CPython 3.13tWindows x86

ebi_pm-0.3.4-cp313-cp313t-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

ebi_pm-0.3.4-cp313-cp313t-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

ebi_pm-0.3.4-cp313-cp313t-musllinux_1_2_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

ebi_pm-0.3.4-cp313-cp313t-musllinux_1_2_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

ebi_pm-0.3.4-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

ebi_pm-0.3.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

ebi_pm-0.3.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

ebi_pm-0.3.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

ebi_pm-0.3.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

ebi_pm-0.3.4-cp313-cp313t-manylinux_2_12_i686.manylinux2010_i686.whl (5.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.12+ i686

ebi_pm-0.3.4-cp313-cp313t-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

ebi_pm-0.3.4-cp313-cp313t-macosx_10_12_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

ebi_pm-0.3.4-cp37-abi3-win_amd64.whl (4.6 MB view details)

Uploaded CPython 3.7+Windows x86-64

ebi_pm-0.3.4-cp37-abi3-win32.whl (4.5 MB view details)

Uploaded CPython 3.7+Windows x86

ebi_pm-0.3.4-cp37-abi3-musllinux_1_2_x86_64.whl (5.1 MB view details)

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

ebi_pm-0.3.4-cp37-abi3-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.7+musllinux: musl 1.2+ i686

ebi_pm-0.3.4-cp37-abi3-musllinux_1_2_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.7+musllinux: musl 1.2+ ARMv7l

ebi_pm-0.3.4-cp37-abi3-musllinux_1_2_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.7+musllinux: musl 1.2+ ARM64

ebi_pm-0.3.4-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

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

ebi_pm-0.3.4-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.3 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ s390x

ebi_pm-0.3.4-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ppc64le

ebi_pm-0.3.4-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.6 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ARMv7l

ebi_pm-0.3.4-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.17+ ARM64

ebi_pm-0.3.4-cp37-abi3-manylinux_2_12_i686.manylinux2010_i686.whl (5.1 MB view details)

Uploaded CPython 3.7+manylinux: glibc 2.12+ i686

ebi_pm-0.3.4-cp37-abi3-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.7+macOS 11.0+ ARM64

ebi_pm-0.3.4-cp37-abi3-macosx_10_12_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.7+macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for ebi_pm-0.3.4.tar.gz
Algorithm Hash digest
SHA256 c97affb4c4ad65ad7af23268aa00725f910a3a7b8e2bb0ed36e92e0bc92b9f36
MD5 66e2c79d60d7d489fa12229347a507bc
BLAKE2b-256 98f1f9a14b6348598198716a68c97ed8e52121cc8646a370a7d03f1d8e0c69f0

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 55a00f03df477dd8b1183a34ffdcda9c25353e1364486b95c3d15961e7d08d1d
MD5 8efe218b37fe818ad17300b21f33607d
BLAKE2b-256 c1ba44b1d695c8a6f0e2650b72cbaf01d0d0204188c381244e522f0f08b64dca

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 623610c7fa1d6a08f21848a18bfb5f9bc51466e73177ae3c2f5cef25f2f74328
MD5 c9c5d623483854cf087cf2ead6273dfa
BLAKE2b-256 16a137ebbe0dd65b3b0d4b9031aff6ec62bd5f7d325bc46226f903e2b996997a

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3752b61987b052a09e2e2a17879b769b83bc05ea7d3bb5337acc1936f1a09abb
MD5 a8d0f6b7927ab7acedb1b44c2257002b
BLAKE2b-256 b873fd118c4001d69aa8c3c999bc032974273b43c7cd24dbb2bf0db19359cde3

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a4688627b3b5e7bfbcc2a4721589c4b02b3cc69b5976c9db5af45b287cbec13f
MD5 f74845fcb0a072e8e6adab4790de1488
BLAKE2b-256 e1d4802d948cfb224b3929eb38003b4489d875fe528ff79f55ae34bd1662fbef

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 14d8944cd34a2be0e7caf28579ed5e8983fc4c0cb3482388d3d2d9ff7b179ac1
MD5 dd6afbbd730de6984b836a3dbf70d8fc
BLAKE2b-256 7ae2036653ea8a3d23e7439ce338912596df47ca19957fe05aeb4b3f31ff4243

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 08dd623f1ab54fc76e999974915bfdfceca4c1364ef514ff1903316f5f9eb470
MD5 c630b374c5f336e53c353ef8d9a71708
BLAKE2b-256 215f3684f2ab2f4e0069c14f06c7c53c00ea0fb04af0fe390e2b76501541647e

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ebc926ba7752fdf5ef7cdb30dbbddaaa30c7bb16de4a0bb2fd6d5e28825af2b0
MD5 4e4c7c75ebc6eb8a8ac840137e7d3957
BLAKE2b-256 0488a6e08ff5c3af4650c122773858fd9f5ab074ac4add1b48a70186f232e858

See more details on using hashes here.

File details

Details for the file ebi_pm-0.3.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ebi_pm-0.3.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb8cccd14c71d202824da16fe69b3be8d63f887e4040e367e8079f4d35debf67
MD5 f91b1c197f860ec7a7ecb2caa0f4482f
BLAKE2b-256 d051bdfbc743f43ec05a8082b63c6a663a609acf571cc10b570bacdef9621c25

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ebi_pm-0.3.4-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 67d1aa2e42bc0ba80763c9149d2ccd7ce15ba0e4c8c7ea3ed314e1b6efc35b9f
MD5 7cf93ae488052746e03ca654571d47b0
BLAKE2b-256 8af2cdec5d092675ca05a1f7e3f92b840130aa868da60243a5b6ef58a643a53d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ebi_pm-0.3.4-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 16373cc0042d0911b1edc3f597f79ae270360f13107979f728036213b6387b67
MD5 190b001888b1ddefcf78169d3ae561f9
BLAKE2b-256 dfd5d7a508c3a8d6981c8d80c2887d65c2efe54638969b27b86e1d20e8c46a88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d59db36ff8a8f7af64dbece84b5b0424f9c166d75bb83ad871724bfd0447f0ee
MD5 bce09db9b8b797303604d8ad1f36f3ae
BLAKE2b-256 b695d26583e0e415197f37ba6686d558f58943965952aec1aa23d468987516ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9aff9e4f33c1851aa5491dc0533bd98fcf0b2d368e2fa946b01ef00cdc6daeb2
MD5 695f9dd32a6aca734bbbfb55a4279726
BLAKE2b-256 23bcb1f6cd94766cc76560d9f9d33e24fd91eef0fd67730860c43206632f7716

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a19fe736594699415b62cd3afe3ee92bba3873ccdc43d7e85ff382745443a986
MD5 5a996dafb2644113cebc5a32563e5af0
BLAKE2b-256 7b8557d31752ad274c3111a6246c576bc5c3c9cd8e903a213665a1da2fe5f8d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f2d91f6490c346c67fcf976721336a67cf4c8c1824be6174f996e5ca10e4b743
MD5 4fcbf7e24dcec8fd5ce38a2c3ecd63bf
BLAKE2b-256 3b3f00560da619d26986c9a2e859c022a943b5a540705e089b0d8c3cee72e4b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a2f85995ce2dbab079b62f2154321f0fc3096acee51bc128da8dc79fe240850
MD5 55b2a4600d5570921971490ee84e79d9
BLAKE2b-256 f3e626293946756fe5167ed47d13ce253aafa50f4595b2f07a983e2a23ce6fc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9c50469703d9524da12b7f87821b5b8c89d75601a635cc415c39094dfd23d8d1
MD5 524d6440d5935b8ff1d554a5ea7c90e6
BLAKE2b-256 ddf099f57375cdfa5313fa80ab966601f81eecef1aee97b529f12f722fafa02b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0daf1827e18edde2f509e912ccad012b5fe5062d64c9adb14c11834a7e652161
MD5 c3567a1c43de51ceb6fd12a8109a0ad2
BLAKE2b-256 16c7cd9a057ceb71c2472abb3e12667fdad058f4a9a35de97a6f70cd7ffa365c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6fa85f9fe17ae5a472e426f19d1ff76104019707229369163cd380496b3ffb3f
MD5 0e8f320d8fcb14b2a3f9f7e17f246b87
BLAKE2b-256 dc6b73de5805891cc056011c39a3615a33725dca2985ee4de51aa452a487ddf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96f25088bef2d9b5a4a2613be6bf06492923907e228af1b19d9af15c06f6b49f
MD5 2f3bf05deb2adcf0f51337ce434de42b
BLAKE2b-256 dcfc4aa8d0b0e334ee3480d029b98c8d19ca79fb8ff562e66cfca3a33f332b43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp313-cp313t-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e72d3b519b312f0cf34ea9f2d4200b881f63fd3c76f6babb2e20d164bc93ee91
MD5 078fed624e8b6a113840dcdef43ca836
BLAKE2b-256 256ffaf234ed30495a87ea77df3c7278193590fa7b11182fca2681eb788c0c1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f453ffdcd099a90d827b4b3ceac9e2a0eb312e3e47edd9c46c3ab84f71e68744
MD5 84ebff24d8f9cad89512e4a8e56e738a
BLAKE2b-256 74d16ad8e9f5166bedb2cb548501b52df426f02cc6d3b587f9631997aaa9fca0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d77545dab9e3d6c648a7bcae1c69dd3d573ab538a23dc10d4e87a0ca82e70bc9
MD5 a12dd1987e4466c197c34159d91e14d0
BLAKE2b-256 9aad51c998c98f1241e1b6081456214563988dc6218b07ce3a50762888adebe5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ebi_pm-0.3.4-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 afbbf101e5341c31baf4fb1fdd667e25f1694c626ef7f545cdf69d2f193d8972
MD5 84189ffcab7204a215613924547ea0ba
BLAKE2b-256 0d86a731856c5688b19543ca9ce9d10964ade88300e16973b310afc74ccf3be3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ebi_pm-0.3.4-cp37-abi3-win32.whl
Algorithm Hash digest
SHA256 9d2faa45e37222d33805af138a2e1d72fe2371b62ffd190d344b9eb9c42be21f
MD5 07e29240c889c23257e4a7fe6443ff3a
BLAKE2b-256 e16905e19c25536184c67211e6bcff61e39c27a271cca9bd8870f160a02e9071

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp37-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 13a4cf343dc8a97dc710b4060b0274e25279a969f318cd6da2a85d337095fdd7
MD5 dffdac2ff1b4e62e5b23e5d2f7a43a4b
BLAKE2b-256 cec2e7a27754e0f8234a27cd3ec80248a128b9b801dc5073890c10aa0e139a1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp37-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bd9c7fc93e005454481d1fdad918b2904ae2a3c5ea1f8825939dfef8d2e2dba8
MD5 6cbb2443f9293793de650f3291119505
BLAKE2b-256 57dbbcc6a0181a2c97aaf2ea2d1212bead0ecc1e4ac75a546d01e1bf41aeaefc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp37-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8083bd1d1b8bc2b2a2ccfab3c32d5b70711d5d545a62f488ba67e982e1cf67d1
MD5 dace17d695661a9c5251544d4952e415
BLAKE2b-256 f3a41eb44df8126a2eb4669884e1d5d4029f716b8eb146f25f04d365ce5b2e10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp37-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4985b2097ab0567abec41d679a0d1166d9df1176f9ebbc3e030ad3022d3b02c0
MD5 f5251dfa17d19fe1253b77f7a601dee0
BLAKE2b-256 316bea2d9e9e61771ecc03a2ed451fdfa984ca9f1d90f142f0a1ac06c93c9ba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb91e9094fcf3135498cfd373d74a8a796b467f46ebccaad910ff49fc4bcf64f
MD5 7053388107271dc1ec22313a8e0fa678
BLAKE2b-256 4122a95fab19ac45c8bddb20f733ca6df451e29173c66c98a300fc88514804b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 624f13cc0bdf6805edb8b3eac97f935f500773aedca7544c86cd4ae1bfc14786
MD5 1ba184f8fc60856db80beda6b59941d6
BLAKE2b-256 f93a52a378b89644d0ead1a0ca5df8ca346d0f11693797698f1a14d7e7adbf99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d97bab70a5e82225d974bad1e832507ee47a429581ab69e67ac3b61bfa9ae45b
MD5 4bf248abac431821329035e845555c4d
BLAKE2b-256 6777e3168e8edadee166a4a8e4808d94dd10dec66f748f2857d6281fd364ccf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a078c8f71b990e737bc8b90dcd04c11894a7ba400d88cd56d0cc1a13c647a3db
MD5 734d75215bbd0525d8183b4b48da1fa9
BLAKE2b-256 28ce655323f86ddc6c29784c37c29840edebdd16a5cac373608471a72412878d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f73e57906f772a2f9d6fdac3ce3acc2944afb8725e30ad5d738bdc163ba82ec4
MD5 d5491a833e942e62e9afdeb77284ad38
BLAKE2b-256 6ee817fa4edac454b05de4f8c8b8e25328d48fdba6c42dcda84ee5242a08f4f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp37-abi3-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ebfd9af660016d3326e3993ab73850899c301b829140e397585e91de0789ad3b
MD5 d7c5fed5940ca0d13e372ba04978a7e8
BLAKE2b-256 42ec95459ce74c897fd528c31c2dc3838b67d6e92f72687a06a1f05b9aa54457

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp37-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 33e1fbef04366fe6bbdcbd392e0790f4658ce3cabfd57b5bc1ceb5d5ad4f7cb7
MD5 b8b5b09952cda0edfd461ec494647403
BLAKE2b-256 c9f30c57cc198e3c2d4271eec84952ca4ce3558bff61bfd4dea6768a1665ee8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ebi_pm-0.3.4-cp37-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 36fad45bc89877671a086fd27eb576c8ae7f0fbaf575cf765f15951f1c3164f7
MD5 b4dda9a58c16222d06eabaefd65a751e
BLAKE2b-256 13de736f287022c65f18d3f10644a1abda2e9496451a2ad53304c795fd02b8e8

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