Skip to main content

FastJet Contrib for computing the Energy Mover's Distance and related geometric quantities

Project description

EventGeometry

build-wheels PyPI version python versions

EventGeometry is a Python package as well as FastJet contrib written primarily in C++. It incorporates the Wasserstein package for computing Wasserstein distances (known in particle physics as the Energy Mover's Distance) into the FastJet ecosystem.

Documentation

The Wasserstein package has good Python and C++ documentation. The main additions of the EventGeometry package are a FastJetEvent class that enables events composed either of a PseudoJet with constituents, or a vector of PseudoJets that can represent any particles.

Particle Weights

The EMD requires a notion of "weight" to use for each particle. EventGeometry is quite flexible in this regard, and allows for the following options:

For use primarily with hadronic/pp events:

Hadronic particle weights

For use primarily with e+e- events:

EE particle weights

For more details, see the source code.

Pairwise Distances

The EMD also requires a notion of distance between particles. EventGeometry supports several options:

For use primarily with hadronic/pp events:

Hadronic pairwise distance measures

For use primarily with e+e- events:

EE pairwise distance measures

Preprocessors

The EMD and PairwiseEMD classes can preprocess events before computing the Energy Mover's Distance. Available preprocessors include:

  • CenterEScheme: Computes the E-scheme axis (by adding Cartesian four-momenta) and centers the particles such that the axis is at the origin.
  • CenterPtCentroid: Computes the pT-weighted centroid of the particles in the rapidity-azimuth plane and centers the particles such that the axis is at the origin.
  • CenterWeightedCentroid: Computes the weighted centroid axis (according to whatever particle weight is being used) and centers the particles that the axis is at the origin.
  • MaskCircle(Rmax): Removes particles from the event that are farther than Rmax away from the axis of the event. Note that this generally only makes sense after using one of the previous Preprocessors to center the event so that the axis is defined.

C++ Usage

The EventGeometry library can be used in header-only mode by including the file EventGeometry.hh (note that the path to the wasserstein folder should be known to the compiler). If compiling an EventGeometry library is desired, one can run make shared (this should work on Linux and MacOS) in order to compile a shared library with appropriate multi-threading capabilities (fully thread-safe even though FastJet may not be). In this case, one should include the line #define DECLARE_EVENTGEOMETRY_TEMPLATES prior to including EventGeometry.hh and one should also link appropriately with the EventGeometry library.

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

EventGeometry-1.0.1.tar.gz (203.7 kB view details)

Uploaded Source

Built Distributions

EventGeometry-1.0.1-cp39-cp39-win_amd64.whl (520.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

EventGeometry-1.0.1-cp39-cp39-win32.whl (425.1 kB view details)

Uploaded CPython 3.9 Windows x86

EventGeometry-1.0.1-cp39-cp39-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

EventGeometry-1.0.1-cp39-cp39-musllinux_1_1_i686.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

EventGeometry-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

EventGeometry-1.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (749.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

EventGeometry-1.0.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (675.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

EventGeometry-1.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (661.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

EventGeometry-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl (920.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

EventGeometry-1.0.1-cp38-cp38-win_amd64.whl (521.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

EventGeometry-1.0.1-cp38-cp38-win32.whl (424.1 kB view details)

Uploaded CPython 3.8 Windows x86

EventGeometry-1.0.1-cp38-cp38-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

EventGeometry-1.0.1-cp38-cp38-musllinux_1_1_i686.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

EventGeometry-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (752.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

EventGeometry-1.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (748.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

EventGeometry-1.0.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (676.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

EventGeometry-1.0.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (661.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

EventGeometry-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl (920.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

EventGeometry-1.0.1-cp37-cp37m-win_amd64.whl (521.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

EventGeometry-1.0.1-cp37-cp37m-win32.whl (423.8 kB view details)

Uploaded CPython 3.7m Windows x86

EventGeometry-1.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl (1.3 MB view details)

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

EventGeometry-1.0.1-cp37-cp37m-musllinux_1_1_i686.whl (1.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

EventGeometry-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (752.1 kB view details)

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

EventGeometry-1.0.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (749.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

EventGeometry-1.0.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (675.9 kB view details)

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

EventGeometry-1.0.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (660.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

EventGeometry-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (919.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

EventGeometry-1.0.1-cp36-cp36m-win_amd64.whl (521.0 kB view details)

Uploaded CPython 3.6m Windows x86-64

EventGeometry-1.0.1-cp36-cp36m-win32.whl (423.8 kB view details)

Uploaded CPython 3.6m Windows x86

EventGeometry-1.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

EventGeometry-1.0.1-cp36-cp36m-musllinux_1_1_i686.whl (1.3 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

EventGeometry-1.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (752.1 kB view details)

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

EventGeometry-1.0.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (749.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

EventGeometry-1.0.1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (675.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

EventGeometry-1.0.1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (660.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

EventGeometry-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl (919.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file EventGeometry-1.0.1.tar.gz.

File metadata

  • Download URL: EventGeometry-1.0.1.tar.gz
  • Upload date:
  • Size: 203.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for EventGeometry-1.0.1.tar.gz
Algorithm Hash digest
SHA256 05af363e49c627ef58ecb1da0cc487e2ed0610be17b00a32fa20f73cb8e27b90
MD5 3a3948a01544579feab7f728eb1d62a6
BLAKE2b-256 44eef6fe8f7cd638d8a42dcd0170bc51fcd9fbcfd1833b053e58d61545f2543d

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 520.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for EventGeometry-1.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 323550833010744ca6e898a45771b08b5bbf6db04932a74942bfb921a0ddad1a
MD5 524679ee417fcc7e01825e269386febb
BLAKE2b-256 1989281b3f6eaabb32e5573849cd4f21532304a19f7631b3384794978a8a270b

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 425.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for EventGeometry-1.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d7e0240f01a280430bf0e72ed7a268e57ead1d6cf2def932487320d367360f82
MD5 0e5747289c8e4c9bc5e4f91715bbf9f1
BLAKE2b-256 469d9136e5cfc1b05cd90da3d141f7d4e7d43264fe6a2b05916042cfddc335b3

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for EventGeometry-1.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5af0b79dc5e9ca0c3298610bd9314a8f5a77a8d668a59444c3a7342f1337e8d2
MD5 62ea0f184a7f23298cd475808f3a78f8
BLAKE2b-256 6bb9929420250f0d31a6379fa2231700280c26c0a709d20159d925a716abdd85

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for EventGeometry-1.0.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f0ecfcfbf0bca29a4ddfcacbf604655e15ab7a808335607c3f10998d9a1655c0
MD5 6bc96b2c1a28c9f294efdce9bac2aa63
BLAKE2b-256 08693c25577072dc7c5b491e6324e589bb690a39cfdcbc6245d8fea5917d1c9a

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for EventGeometry-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 811f47c554132e10cde0e2369a7a7e87ba22d165c8b141f5c1ee6dbea40b723e
MD5 db2349bfcfd0a2aabf0bbda1ef419a76
BLAKE2b-256 57a58a522252c9a5931b0edfe2152cc47f40410fef95619b910b492ac0e7dab3

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for EventGeometry-1.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a38987e1f47c5d59f055410b8c0eeb24ea01c074f9d6331f72336f87e71c0dc9
MD5 323d0d4c6bbd33cbe2fcfa3d98934df4
BLAKE2b-256 16247c6af43ec1e4b6d8ac3bf0841963570053b6dc394770115d46957714b53f

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for EventGeometry-1.0.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f2f4909042ad48eaf94f089881f18465d482d43db8e8a603d2825c1f84109fc9
MD5 e904b9e22e514c6f6fbaeb631a330a77
BLAKE2b-256 3b360ca267e909c418f9a121e9b5360c66ed389d989fc6f206ec7bc75c67ea4e

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for EventGeometry-1.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 be7f91e27580dfb26baf203688da31943dfc5f650747130173f35e632c54d8ec
MD5 a94c7d48d6165c2ce8c7a9fcd4d8a4e5
BLAKE2b-256 c52031127eefa940ce6ba31645f539750b0035acc5df8de2b66cf9b993f6962f

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 920.1 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for EventGeometry-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d129cd94cbc83b26cead28ec2e8b92702705ee16c06e0462f6f9687398d0ce07
MD5 57cfddddd2b418c0bf8a32d3263e4772
BLAKE2b-256 36c40c7fa3226f2e067b5eae94fbfc310ded5dabad128895f5604daff0aac100

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 521.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for EventGeometry-1.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0fa3697b116f8482313bdd9905278141586109db1167c349ed022f6099bad337
MD5 7f782f589840fef42ad8d75239267a1c
BLAKE2b-256 5c06e5e67ddc50048ecc80519b1065e236ff4a1b9147c63a623ef9a17c64929d

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 424.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for EventGeometry-1.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ad30559247ce78d8fb50dadfaa11430769d39d6d3a71ca5225d6c5fc757f49f3
MD5 909c6becf063aef8e77dfdcfd236b084
BLAKE2b-256 0bc0aeaa138e25232b9bfc7e7c394abbe3f446769726189a2a60d2f24984fe5e

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for EventGeometry-1.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d51bd0e4d0b6da78ed2ee6e06ad8d074aae248d2d2a22c76d0ede855cf504676
MD5 f387ede951f71b1d0c681b10ad8e95dc
BLAKE2b-256 a403ae682ba961990ada7e6edc81933d94794ea050bec6ab8ee57bed72128d5d

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for EventGeometry-1.0.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bffcfc26a1894a161e54d1a1ff5ddb59273a4c1ebc4d2c216c070ba4dacfee84
MD5 8326bc32505cb93886cf917743844fb1
BLAKE2b-256 7390e0c92b132a4522a3c89a3a2ee5152fa03409d6dd82708677375e02c4a87d

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for EventGeometry-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f9d3f6345b1838dc71e2a72013983123ea37d1a5ef9bdc3af4c5dd6fdbf8b26
MD5 c9120340990823b69d41bc837f7c9997
BLAKE2b-256 cf3e0c5e807cde9ff490d85b83b1801d62cc7a291c215072e3e47cf28938983b

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for EventGeometry-1.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3904e00e8aa6b4d6965dcc6358921e0bd3b10ddc0f50f58289ad5230301ca4c0
MD5 d89dc398c07846d095a64483ac9fe2cb
BLAKE2b-256 377c1332624cff85e4a9a5a11b4909a528572659187fb1a574f59e92204705d8

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for EventGeometry-1.0.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 84b896a4bf48ac61af3a5422116782f84e0e493342c6e2c4fac763a62acb9c38
MD5 2eedde2d336a9e7ca976f2a228908ca9
BLAKE2b-256 b80cb57bb0013dcd4dfc9bfa2ab7a3de8da0ed64c9161c91c51ddf5e7bc04531

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for EventGeometry-1.0.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c43922063fc145e711f2ebebbcb1e26fb92e3ed7d7799a8f7f731d6a7e59ad8d
MD5 36602552db15c1ce6e92f3924de6aba5
BLAKE2b-256 09676a87b1541756fe63323d55c0c51b81c51ce269f70524def07d5d6fc8d3e0

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 920.6 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for EventGeometry-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad7b39d7e2283152f8148256cc044f666318be6cf02e385288a0997f52154a7e
MD5 25feacbe0eb545fefa64ab8244b65fd6
BLAKE2b-256 03ed575cc5041b03d564bcc2fa0e7f83b2f08e815043915554ce73dffa9758bd

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 521.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for EventGeometry-1.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 13fe8f6ab3fa28b46e4345f1f8057401e4d3857f9bb0f7060e9a512dd912a1e7
MD5 269a71af8e21b3ba04da4d2ca982b67d
BLAKE2b-256 a455fa5ab42fe391bc2cb9a6d3639ced226cc175e37636a63d4333dad5c0966c

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 423.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for EventGeometry-1.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a415e8412622fca0ff75a2d419bc7598b49071d725ea56454d2bad5fd3bed0f3
MD5 3e7c7ca8c811d4c31849d52c23c90f19
BLAKE2b-256 3823364fbd6b61cb15fec90186cf81e3ad9f29043f35401a2d4d18914d8f9994

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for EventGeometry-1.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0b171feb9a13d17fd142bf054dee1392069a1aa909964c871e24ac215cf1dbb4
MD5 e4d7db8cc68bba58fcb3d82f554895c7
BLAKE2b-256 57691c4bf1ed8a22c6be6797a238e76a60572a04d90d442dd4ac702b0c99b6a7

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for EventGeometry-1.0.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 97667427828427c048419a36b88adafd142fc5d1953f06a55cfc36a285dd0109
MD5 89fb5378fdf69409b799748262548dcc
BLAKE2b-256 4b8518197d26cd98a2b947a0a3fdcdb666599d1eeaa3cd3b922da314195913b2

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for EventGeometry-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53d924c92d22414cec467fc83ec7e1a97dfbc985258350d576df2ddd39fc0258
MD5 128935237b35686635782899d46bdb1b
BLAKE2b-256 74694659a85d4c00db97f6066c14951fd962f8b5f42e179069a5ea6b8e258268

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for EventGeometry-1.0.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0afe71c3e4872dbb3b048ecd5f098e742afe1ab750544417c4c3f081de914815
MD5 be76012212dfc81312c10a92699a4bc4
BLAKE2b-256 af73e7016394e27c20580a2b5d5c6eecc5d8de6ba7c10f7ac6d6c04cb9f105d4

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for EventGeometry-1.0.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a5a47319c1795da917beef5ca3c70bd6a6c5b4daadc028c8bd66bd53a700fa76
MD5 d7fedfb0fe957a9d31ac92062bf28a48
BLAKE2b-256 548c90d0897ce2681e382e45bebdc9ef2f9d73bf25a332fe56b5043e72d9ce2c

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for EventGeometry-1.0.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 385251feb76a566215a125a04da9a14c8ad5bca3caf20cc0ac9cdb56e97fe1f5
MD5 3159d8502b730d7330db82ab28aa401c
BLAKE2b-256 0c1a37491ed21dcc50cc123bc4c158f65ce20d66dfea1e7fa214ea19770fd0a7

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 919.9 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for EventGeometry-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf9a10197206f8a5b06bf707ddb7800396070beb2b99703610e876fba1f8402f
MD5 654cfbc980416d9a4279ff48f51341cc
BLAKE2b-256 a7875188f445c0eef90a965e5ddb923a00a117c02237af9d45fb23b5fc2892a7

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 521.0 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for EventGeometry-1.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 851fd0e460b49f66dc728988f8380e805eed33cafd5bc4ef6c3e8f9790258a48
MD5 cfa0283b5c6aa4882d3393db955b3893
BLAKE2b-256 7eea906585589ea9337a4c142e9db431da7e92895c806c971b8369366efde073

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 423.8 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for EventGeometry-1.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 68e4b00944070278e4986f5c1fc910aa3f9a5a211d99dd5aca77aa83fb056d8d
MD5 515c09185b7b260d5f159ad408a7a852
BLAKE2b-256 a900277f0914590b941a0ea2c83c07eda14b0b43887fecea4d9fd21e9a8b2a6a

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for EventGeometry-1.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7172b83eb3807780a8f6b075bdd23f9db0e39d8c25b3f95f9f3eb0750340792f
MD5 764aaf6eef46ad1b04419d2303695ee6
BLAKE2b-256 bb646e898d151a3ef0cd60aad681de73ccfafd85409548b5982fe37238251358

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp36-cp36m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for EventGeometry-1.0.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b8cdf7c87f2e1d2aa3c29ac66b32b874973a72f884006448b45c64b6cdb5d3a5
MD5 cc13a03d5fa717d1d34115e84d9da724
BLAKE2b-256 ffe88053259088af8cbadef15bb65e6a7f9f741e8767b712e18334ccecbf8acb

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for EventGeometry-1.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 25e88f1f15b7978b7db1c120bb34c68fe189af846716dfbba294764454eb8ae5
MD5 a37760b9252e442e3f49f11df1e69e9d
BLAKE2b-256 942614c9cbe1600211f3d591aaabbc5d8291f1e2a6ec019fa7d8f877fa9b85c5

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for EventGeometry-1.0.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f90e93fc3d495fc029e60cc6ebcc5077fa2075f7fe8e93e24131cadd58dac329
MD5 5247cec14ef546d35fddccf633fc5f85
BLAKE2b-256 f2dbc3b6d30f959d5e158fb6f8f451294737732d3f1f459ae5d06f834753cab7

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for EventGeometry-1.0.1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 09640db3de70abbec30c319968a0ccc3ebabc9ccdfac98f4f89e8cb2cf7af252
MD5 cb19803893dc83a210e935873e2a1e24
BLAKE2b-256 28684474a7cc98b28785a48c3cc5f6114feafdd08e59be4ef0ab73ed4b845c0d

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for EventGeometry-1.0.1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2c953a0e7c9cdb3aee1a6b9301d6d8b1f19fccb434e1fd34661744c6817517a8
MD5 00b6db0a3c5e0b783ae2c4841e779ea5
BLAKE2b-256 e0e5c9e262fdef1b80025cbdafaf6b846c5618b11b22ee1dac8c6ef8c6800bad

See more details on using hashes here.

File details

Details for the file EventGeometry-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: EventGeometry-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 919.9 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for EventGeometry-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8bd0f59fa39ba4824b7f19b3ad85c3f4d18dff627ddb3544d12b6be2a655afa8
MD5 e00175c2d95c797fb52d25d5df977faa
BLAKE2b-256 0d76ebe27a6fc36e35d3cb30ad93bd5ca12199b75c3a5b215a56df9e745f9190

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