Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 0.3.18 instead.
Reason given by maintainers: Broken Alpha

evutils_logo EV-Utils

PyPI Version Test

Overview

EV-Utils (evutils) is a performant collection of utilities for working with event-based vision data. Built with minimal dependencies, it relies on compiled C backed for speed while offering a clean, modular Python interface.

Inspirations & Related Work

This project draws inspiration from several excellent libraries in the event-based vision ecosystem and attempts to fill in their shortcomings:

Installation

We recommend installing evutils using uv.

From PyPi

uv add evutils[all]

From Git

git clone --recurse-submodules https://github.com/mandulaj/evutils.git
cd evutils

uv pip install -e ".[dev]"

Note: You can also install specific optional dependency groups like uv add evutils[torch,hdf5].

Architecture

The library is divided into several discrete modules. Many can be used independently without installing the full suite of dependencies:

└── augment     - Event augmentations
└── dataset     - Wrappers for various dataset loaders
└── events      - Core event handling logic
└── io          - Event reading and writing interfaces
    ├── reader 
    └── writer
└── random      - Random event generation and noise injection
└── torch       - PyTorch integration (requires evutils[torch])
└── types       - Standard types for representing Events in NumPy arrays
└── vis         - Visualization methods
    ├── histogram
    └── reconstructor

Quick API overview

io: Reading and Writing Events

The io module provides methods for reading and writing events into various event formats. It provides a simple .read() and .write() interface as well as more advanced interfaces using iterators and slicing.

from evutils.io import EventReader


ev_file = EventReader("raw_file.raw", delta_t=10e3)

events = ev_file.read()

utils

Various utility functions

random

Generating random events and adding noise to event recordings

types

This provides several standard types for representing Events in numpy arrays

vis

The vis moduels provides several methods for visualizing the events (for example as histograms), but also provides a streamlined interface for more complex visualization techneques, such as using the E2Vid reconstructor.

from evutils.vis.reconstructor import RPG_Reconstructor

reconstructor = RPG_Reconstructor(1280, 720)

img = reconstructor.gen_frame(events)

Running tests

Tests are managed via pytest. If you installed the package with the [dev] or [test] flag, you can run them via:

uv run pytest -s

Benchmarks

Read/write throughput benchmarks (using pytest-benchmark) live in benchmarks/ and are kept out of the normal test run. Run them explicitly:

uv run pytest benchmarks/                                   # evutils only
uv run pytest benchmarks/ --benchmark-group-by=param:fmt    # compare libraries per format

The benchmarks download a real Prophesee recording on first use. Optional cross-library comparisons run automatically once the libraries are installed (uv pip install -e ".[compare]"); OpenEB/Metavision is compared via the Docker image in benchmarks/docker/. See benchmarks/README.md for details.

Decode/encode throughput on a 12th Gen Intel Core i7-1280P (millions of events per second, higher is better):

Read (full-file decode)

Format evutils expelliarmus evlib
EVT2 91 105 5
EVT2.1 72
EVT3 53 41 5

Write (evutils; expelliarmus/evlib are read-only for these formats)

Format evutils
EVT2 146
EVT2.1 110
EVT3 74

( = format not supported by that library.)

Acknowledgements

Thanks to all the contributors for supporting this project:

  • Elia Franc
  • Jakub Mandula

Cite

@PhDThesis{2024mandula_evutils,
  author        = {Jakub Mandula},
  title         = {EV-Utils: collection of utilities for working with event-based vision data},
  school        = {Dept. of Information Technology and Electrical Engineering, ETH Zurich},
  year          = 2024
}

Download files

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

Source Distribution

evutils-0.3.10.tar.gz (2.4 MB view details)

Uploaded Source

Built Distributions

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

evutils-0.3.10-cp314-cp314-win_amd64.whl (105.9 kB view details)

Uploaded CPython 3.14Windows x86-64

evutils-0.3.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (105.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

evutils-0.3.10-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (105.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

evutils-0.3.10-cp314-cp314-macosx_11_0_arm64.whl (104.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

evutils-0.3.10-cp314-cp314-macosx_10_15_x86_64.whl (104.3 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

evutils-0.3.10-cp313-cp313-win_amd64.whl (105.6 kB view details)

Uploaded CPython 3.13Windows x86-64

evutils-0.3.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (105.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

evutils-0.3.10-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (105.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

evutils-0.3.10-cp313-cp313-macosx_11_0_arm64.whl (104.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

evutils-0.3.10-cp313-cp313-macosx_10_13_x86_64.whl (104.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

evutils-0.3.10-cp312-cp312-win_amd64.whl (105.6 kB view details)

Uploaded CPython 3.12Windows x86-64

evutils-0.3.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (105.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

evutils-0.3.10-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (105.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

evutils-0.3.10-cp312-cp312-macosx_11_0_arm64.whl (104.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

evutils-0.3.10-cp312-cp312-macosx_10_13_x86_64.whl (104.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

evutils-0.3.10-cp311-cp311-win_amd64.whl (105.6 kB view details)

Uploaded CPython 3.11Windows x86-64

evutils-0.3.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (105.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

evutils-0.3.10-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (105.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

evutils-0.3.10-cp311-cp311-macosx_11_0_arm64.whl (104.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

evutils-0.3.10-cp311-cp311-macosx_10_9_x86_64.whl (104.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

evutils-0.3.10-cp310-cp310-win_amd64.whl (105.6 kB view details)

Uploaded CPython 3.10Windows x86-64

evutils-0.3.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (105.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

evutils-0.3.10-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (105.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

evutils-0.3.10-cp310-cp310-macosx_11_0_arm64.whl (104.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

evutils-0.3.10-cp310-cp310-macosx_10_9_x86_64.whl (104.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file evutils-0.3.10.tar.gz.

File metadata

  • Download URL: evutils-0.3.10.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for evutils-0.3.10.tar.gz
Algorithm Hash digest
SHA256 7a19e7766ff0baa8b9fc4e10cd93396eb6e5c63e3f9636958db6e266b2a2d5dc
MD5 ff2ce5e32ed627cdbbe38e84b087f327
BLAKE2b-256 d6bbb7153ae97f3e8b46171a0f6a4670465b09b8f544c65b17335bb7ca08629f

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10.tar.gz:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: evutils-0.3.10-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 105.9 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for evutils-0.3.10-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cab2e040cd1bf4e4b8a3518af74e71fd0580d9824b2e5141305b2f6b411fdae1
MD5 4ef3bcdebe199b85809fb30c06431c2e
BLAKE2b-256 910c01a9d2b1543ba2cbd74a7c833902c68d395beccf8562d82aa0f68fa65c6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp314-cp314-win_amd64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1dea136f6911558e52d781818b4a7fa9bfe91f6d27e6b6b3f41555131fce2c33
MD5 ca685168c5d116c72095fe85d6b9bc0d
BLAKE2b-256 aed39d0f444a3150ae1e09233b4053c7aa176e2ff3f2b83503d270423a5abdca

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ea1044616121f1eef05b15e11e621258fa46386fefc6b09de877e51ac9a68609
MD5 243abe09720afda12921d0bfc23261a2
BLAKE2b-256 fe731587934584b8d28688578eee8f32db89686a979b99536484e90e55a1bfd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a68cbea0f62a27208114806a13367b08311dd57dd665d859f585e65ca7d59aea
MD5 921d0e653adbea0ce94fd02cd32ce904
BLAKE2b-256 aebadb504ad20f5cc8135b44732c4be9ac4b193973f6169c05012a49d2a3ac8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 da7401afac681b8ba326ea185266337b84b08fa6ab450f24857e57f2745f55fa
MD5 4c005fe1ca6b51aedfdd50c76f7f1c06
BLAKE2b-256 a3ccfc74f872eb47cbdeb25e6d130d872ddf1bbe739fbb479ef6b1df6c5ad49e

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: evutils-0.3.10-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 105.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for evutils-0.3.10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 632f26c1a21821235d8e7da42f6b5248761b0f3ad4a5e34d3b3a4833f9ab0d79
MD5 d277b09096010c2902dce5726402047e
BLAKE2b-256 acf34881aabf417e1b069e507da6a02f4d531b9616e121adac0b3c0856ee4d10

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp313-cp313-win_amd64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a6629e10d60f7399fcd2c23e34a5f2cefbf60f876575dd0e357226a2a5ddb26
MD5 3a1eb2c0fb3d15bfe09fb0810f1c05ce
BLAKE2b-256 bc68964b9410c3f340d08fab579c8ce556d47117baf707f676e4661a2bcdde48

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 34d24d46a141f5181ba66df4b5fe10440865b86e5e29d6cd32ae223014f94b39
MD5 51090e78dd1be2edaa087a13e3d57d49
BLAKE2b-256 1fd14c67036e00a3633e34e4dbb9d78b7fc2b1a07ed35432bb26c8ce76b7df97

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce77c48ffb94018aea2bcf7129b859e3fd2a68d4a1cd6791e28309e6f7c0c2a2
MD5 fb528212f08e7b9257173ca96ad17050
BLAKE2b-256 9dbb81914835b9cfa04d62b192f20f7303ef500b1a68ed38188a92be99c8e17a

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f85f260481ddf246efd381be33946aad07f299c449b70a39aaf5f3f68b0454a3
MD5 d68c1ef3f135b773173eaa9732b33cf1
BLAKE2b-256 059767b962dc63ca9dfb20552db78c6f7716c4a0b53084b0406d116d551c9793

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: evutils-0.3.10-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 105.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for evutils-0.3.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d9edc1d654754c40019507f6af93dc9e59dae285f1f9f6102923d963e1da7b72
MD5 ebb393c73be34730e4353cc9bf7bab46
BLAKE2b-256 85c4e4fd09b0c0f7a64511036c80c34fc593bd8d58ac39702cc16a65b00ccdf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp312-cp312-win_amd64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2f3321b60231c89b4f0335fd8cef6d91c5d6ebc56d29e11110d71ba1563e2884
MD5 0846a8eec511416c3d9608551604f73f
BLAKE2b-256 409a27817b14d0346db035c7db80005b28acf5c92fa9150c3296b8915d861053

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 37f69b6b1ebea77960c3247b98db6f633a97d61b19a8fc7bf8d3024992d800e3
MD5 e91dddd1333e2adda2245c0fec42f24a
BLAKE2b-256 6f23bd23b10bd1281d49e7de8bdee3ca9a4781b860f979148978eceba79e8891

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ad7d68c85ab329c78d3d753368ca4ab4c19b7a3de0a14e58c9ef2f528e61ce5
MD5 4a91e193132444af2afd29a76868a6c5
BLAKE2b-256 0eb3f3475bc4e7e49416708372628ebeba25c0967d154329d4291837ffcff44e

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a5581012a1068eb8fe3cd62eccab71c1b17f5c3482d5606b9029ae079e93431f
MD5 e538370fa8787f6d505cc72a2394954d
BLAKE2b-256 794c51b4c0db8b4169de4ffc4735a75d2c79a580b78ec8549d07db883f3e18b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: evutils-0.3.10-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 105.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for evutils-0.3.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 65246818b8322db9ced346c10a08a307cc19c4d143f1c12cf9d7167f0384cccb
MD5 5bdec2ff1b98d3ecbb0df643633efe71
BLAKE2b-256 b5222e2f02c989fad500f8b0c8936f8fd80c5c5c764c2ffe4d71f6d1c6ceb089

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp311-cp311-win_amd64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 30a606ac5f6869fd73b5d0d279c757bc976c7de44f41bc88f6a4f6f950f4b4b0
MD5 4f5045490fa3b13e854d134f7a48fb6f
BLAKE2b-256 e40778c717ffee13ebadbc85735d9c6464bbd9252225032de4e8fb179e7435d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 8357bae6018022237d841a7fed9b120db7378cddc9b15b068532809ce6bddcdb
MD5 22b043bde52794e3fc180a9089cd8c21
BLAKE2b-256 23e4db08eaf6683f79c7487773e7e87c7aa7c74673c79d6e6da0b3628bfef105

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f9671aa7a2c938e24a1d5f669560773852ea4651317ca199ad68af860556a687
MD5 525ecb0a300685a1bfbcc6eaec6e0eb8
BLAKE2b-256 a8cfcb099d2c41db8d9629082e03e1790391bde6b1c42d1de41ccca3da22e5e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2cc6ce12a778a364e860e8c67e84bfd8bf7429cd2b342ac936e52a594b1092e5
MD5 a9ecb8e7306995cf31fb3fb5a8085f3f
BLAKE2b-256 48ba4071052767db0b4079ee5784fdbf6560d4022749ab4cccb3c1a5df5baa5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: evutils-0.3.10-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 105.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for evutils-0.3.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f0c6257ce67ae4d7af4fa2e62a0f07f1980402d1363c41a3924e7b3c959e26d4
MD5 d98dc2a2ff11e3e2231c8abd067d16de
BLAKE2b-256 467a5f3acdeded3b35ebe612c835e70c5ec41c9c345c4fac561df32ae2f3428c

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp310-cp310-win_amd64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 22379cc07a6a2dc77a30e321d0c11cf0ef57dd61629dcd4319b785915596a5b4
MD5 5ef2e6ffe29471ba7af90f779014e9d1
BLAKE2b-256 819ec5e3489fe181faea0f99e9123c4d658ea1282cb4218258a775a0b15c0042

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 212c5abfaaa2c678cfa6f3a4bc2fff9f3afdaab86621d9c5cc183ca33e76096f
MD5 53be7784b7824cbe1fe50c97346974df
BLAKE2b-256 5921d3a77e4ee04996f63dfd914242dabe5ebe2f7c6ed76fa526a94198b1f831

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e94e91c8c78f7b7fd3896c251482c698fce1820ed89c90ed6b61b657d15f4c17
MD5 afcbf23c89de456549d716d4c1e32e9a
BLAKE2b-256 730347bf62ce639cf3d14794a150494f61f6cd792141288277e3b851907c18a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yaml on mandulaj/evutils

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

File details

Details for the file evutils-0.3.10-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for evutils-0.3.10-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1c8f8dff33e4ad5d4a9d34b34857d4a6ce9e2c3e3e60769c407f09c3499b855c
MD5 f2bf40f8138a500a68149198cd7efa2f
BLAKE2b-256 4e82c531d4f10d5fabe88c6118e5419d50dd75f4674f8eb1cc53dbd79b0ed058

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.10-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yaml on mandulaj/evutils

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

Release history Release notifications | RSS feed

0.3.18

26 files

0.3.17

26 files

0.3.16

26 files

0.3.15

26 files

0.3.14

26 files

0.3.13

26 files

0.3.12

26 files

0.3.11

26 files

This release

0.3.10 This release

26 files

0.3.7

7 files

0.3.6

9 files

0.3.1

9 files

0.3.0

9 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page