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 # Basic library
uv add evutils[all] # All groups (pandas, numba, torch, hdf5, etc..)
uv add evutils[dev] # Dev group

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.

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.11.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.11-cp314-cp314-win_amd64.whl (127.3 kB view details)

Uploaded CPython 3.14Windows x86-64

evutils-0.3.11-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (127.0 kB view details)

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

evutils-0.3.11-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (126.4 kB view details)

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

evutils-0.3.11-cp314-cp314-macosx_11_0_arm64.whl (125.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

evutils-0.3.11-cp314-cp314-macosx_10_15_x86_64.whl (125.6 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

evutils-0.3.11-cp313-cp313-win_amd64.whl (127.0 kB view details)

Uploaded CPython 3.13Windows x86-64

evutils-0.3.11-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (127.0 kB view details)

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

evutils-0.3.11-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (126.4 kB view details)

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

evutils-0.3.11-cp313-cp313-macosx_11_0_arm64.whl (125.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

evutils-0.3.11-cp313-cp313-macosx_10_13_x86_64.whl (125.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

evutils-0.3.11-cp312-cp312-win_amd64.whl (127.0 kB view details)

Uploaded CPython 3.12Windows x86-64

evutils-0.3.11-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (127.0 kB view details)

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

evutils-0.3.11-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (126.4 kB view details)

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

evutils-0.3.11-cp312-cp312-macosx_11_0_arm64.whl (125.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

evutils-0.3.11-cp312-cp312-macosx_10_13_x86_64.whl (125.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

evutils-0.3.11-cp311-cp311-win_amd64.whl (127.0 kB view details)

Uploaded CPython 3.11Windows x86-64

evutils-0.3.11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (127.0 kB view details)

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

evutils-0.3.11-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (126.4 kB view details)

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

evutils-0.3.11-cp311-cp311-macosx_11_0_arm64.whl (125.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

evutils-0.3.11-cp311-cp311-macosx_10_9_x86_64.whl (125.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

evutils-0.3.11-cp310-cp310-win_amd64.whl (127.0 kB view details)

Uploaded CPython 3.10Windows x86-64

evutils-0.3.11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (127.0 kB view details)

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

evutils-0.3.11-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (126.4 kB view details)

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

evutils-0.3.11-cp310-cp310-macosx_11_0_arm64.whl (125.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

evutils-0.3.11-cp310-cp310-macosx_10_9_x86_64.whl (125.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: evutils-0.3.11.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.11.tar.gz
Algorithm Hash digest
SHA256 e5c41acba0357186916c03dee53516384100ebf99c0b3491790e471025be7659
MD5 11555a9b045faf698213b5efac8a0ce3
BLAKE2b-256 fdcfed88d6f1a887b03a7e1f9626144fab34c44a4a54d2a122450fa037945fc2

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11.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.11-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: evutils-0.3.11-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 127.3 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.11-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e825af3a107872c80f840983195f9dc1ac41338debbaa475bc0c512dc8840596
MD5 eaadf4f6b8c9a8d89f7620e77a3634d7
BLAKE2b-256 625761464a16f259fa71e30c0299a11b4d4d017b3e77ef6d28f623f3393d31dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for evutils-0.3.11-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 155005efbbaaab8200a50997a33d3bc4f8ec3d086fc1fee8ce749dce56d825b2
MD5 7e2be5cbfcf8ae43328125a00bdb327d
BLAKE2b-256 58273f9c1c80693a1f68b47e9557939170551c0dd6a6cede2954d5c62404cdc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-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.11-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 5c67445fc7114dd2bc0520c3dd3394f6962eb947de7bd5900e471b100ab7c305
MD5 561f6628438191399cbe7d41d9d00a83
BLAKE2b-256 c8c257ce99dd1cc2ee5291eb6ea998fef2ffb85457f9d4e8fbb49cb3bff27ad9

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for evutils-0.3.11-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5081eaf0697c28f19cf51cfd9d80105638f59e0aadf3c23e711327c441095163
MD5 f5b773f5357dbebdd325057bb03dc42e
BLAKE2b-256 1cb846de8581296570b20c8cffe6cd0f204684bd142e2a35e509a71821fd9fa4

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for evutils-0.3.11-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 17f5d1bd1f2bf3e95a8c50ac004a0ab6e58176522ee638920b32d3a98b680cf0
MD5 d8af6c7ad41080b7aff240991cb3e4e4
BLAKE2b-256 2344be2a6207d9dfe7d798962662a705abd9b04c00db8ae3c1b8cc94a6940cd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: evutils-0.3.11-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 127.0 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.11-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d39c0ab0e780b41c8454ee9596336175180c7fc722e3d6c0b159064849fab514
MD5 c2b6733183844f833fe14173ea1ddc5d
BLAKE2b-256 0c90530857778ad2e1acbfc9431c9ab0c149b839a1f7cc712caf0615a9f69fcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for evutils-0.3.11-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c06be94a77195fa24a1cfa518c3fef054c99b5a680a08279c08ec9130222183f
MD5 24c37c1a94016f602bd6e04a89b0faf4
BLAKE2b-256 62533176c15ebcedf1b6b707d4fd45019ecef0aff0b3a839fbbe370358f889ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-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.11-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 503601097af2bf556aa5d0d171b58746a954f91b686a750c2692ee083b49dccf
MD5 04c654e786c39d5a83b62039e9e8be8f
BLAKE2b-256 948d98767c70260ddb08a598222d9bd088191b7dbbfccc3aa3e17359d58eb1ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for evutils-0.3.11-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d416cfa2636502b108fdf98b4c9ad6e9b421cbb2b1c02e5dd01c314e3c7bb773
MD5 0239a21d530efc59a447bae1423c31f1
BLAKE2b-256 aa8977936cc8398d8e64f9839d42eafc33ec21f1166e8ba03c3d7ddb9a99c429

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for evutils-0.3.11-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3ac8d1cea9aa0a52486e520566f389bb040a57605f49440f72ccfd8d446f918b
MD5 6ab6594a202bc9623944e62ed96ff2e1
BLAKE2b-256 6ed1b93372f4aef9c8c8536b4b7c92cbf99ef36ff67bc4ec959e943e46fbaef7

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: evutils-0.3.11-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 127.0 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.11-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 35e092feaadf0cb262dda5b6291b6b2fa678662d30bfcf8e5ec2f9b514d3d8fd
MD5 f8b17c7145ea1f6b58211c76f697715d
BLAKE2b-256 d52919e02aee2269963083f25549406b94ac722f97cb68ba422ba6447ab1c4e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for evutils-0.3.11-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 87762448857af0dc90c3c29e4fa1c41792f222fd14e7cdf0cfb0c0fd6fce0049
MD5 9383e361acc27603629bcbdc9c60ddc3
BLAKE2b-256 3a5484189596c20fb841c675be344afe6af296130f78f7aad53be6c662746a07

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-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.11-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ad1801b72f6ba3fd6f7ccde637c4201417482e17f289df8f4285e3fde349a5fa
MD5 3b3efdf735b245cf9fcf081188433f41
BLAKE2b-256 818d58efc201201e1abea5f8fe96650fc204a58d9425d7c930e34102bf704b64

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for evutils-0.3.11-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd948406b471e3d69462f4e68420152cad9a429b6c58f8cccf19e7862b11269b
MD5 ae380a81b276965ed713df232ec1b0bf
BLAKE2b-256 7bd2ce141d47b58f07347c9a3346d5a99f94f3573a13acfcecc41e5f6bc7ab20

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for evutils-0.3.11-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6892fb292b36bc5d6bdb771b7f4cabb572a3171cd8980170fc63ffab81360c54
MD5 3555387395aa6c61228cfd079e1bab89
BLAKE2b-256 3e51129a6c967ffa0f3895f69d8439851a7ffce9c2deda027ca13226666fb73d

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: evutils-0.3.11-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 127.0 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.11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 20b999f2e79d0da336d2310aaf108bd62f1df4a857daee44d7c4dcb1d1ae1b6d
MD5 159b07d00dc9641c3882a89b0a84b060
BLAKE2b-256 2007ee335b2a4db06e1ee1f90994c8cb4c26092677f18168ab9245052c1c70f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for evutils-0.3.11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5a7e645fe1c0e3d6b1450374469c80952d284603717a346f22922289af44ae8e
MD5 2bc483a9c977a68f9ea3c1415cbdd8e9
BLAKE2b-256 e4edb0143afdfa3875ac148f4c401607c1e2b51cd0db4d5348c6b198ab4e443a

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-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.11-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 84eb2ffa8ee27e65f5dfcf453118b6765c93eea1556f0f853281e1f9bd8909a9
MD5 fb825d9bc49da8ac6f5537d28081f0c4
BLAKE2b-256 ee051fed9d57e8e583c78ef951e1a1b52379ed05a073d59ed04ca947aa49d13e

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for evutils-0.3.11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d20cfb6169e91ec9b97715310cfc1c7d3808c7456ad495cfe1f722eafbad09b8
MD5 a18bd9eb0c09a1dac4251737e5798798
BLAKE2b-256 47e3019f4085ae173e8e39119d9dcbcf47c7e7936b1f08b7058c772b04cf97c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for evutils-0.3.11-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 302f82fe0d17a8425aa4fb925b843b986ea7ed284a09aa0beb89c61c045c760a
MD5 ab0893bc4079cbc23420adc2eccbadea
BLAKE2b-256 02b8a4f109311a6ba148b06c638321bddeda5876bebf7ebc8f83c351c03abd4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: evutils-0.3.11-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 127.0 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.11-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6b1df12833497df86c39661dae9e9f9152bf8fc1ca62ff86be73482c1e8782f4
MD5 0ce5c70bf74cecc0ce4c091b73ecf054
BLAKE2b-256 ea003b1cc685b5ce8389442f25825e0053b6c3f26d95f596da0dfc17994bf892

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for evutils-0.3.11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b9ea0c93ff6c973fea298b9a22d3fe7ab56e423a0f0ddc044637b85428659332
MD5 417e1b95edba5db14c0e6a41efd34977
BLAKE2b-256 e3207f4434cc94c8c21bc12ffd9ec40593dbb2061c2d29b9e9b0a086241ad8b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-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.11-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1358f5bcba8965eaa8353d2526de067529fb3e6609e73e05dab6c2f9dd4671dd
MD5 d7a14d758e2855d904ddd392b19de748
BLAKE2b-256 c5b1881c4573774560b158d85df8371f3aa4f0a2c969fa0eac0f0f3ea7d827ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for evutils-0.3.11-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae2df0369e365c7de2e8e4574a056cf86c638a9df0e0b9169d10b265414bc5c2
MD5 da2e0a3ec516ea0e3981d1af13695700
BLAKE2b-256 c5f99f09baacc4ad546839a7fa451d9acd3150e8ccd0ee4c2a6d02415641fe55

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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.11-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for evutils-0.3.11-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 db4151381a645c49bdd67927053b0092018b00de39050447165c822c6d71b6b8
MD5 db0bc5377497a9100b8fb913f7766294
BLAKE2b-256 0b8e2dc695a6361e6bab6106c08a44408aaedf95feb6ff1e704281dccae77888

See more details on using hashes here.

Provenance

The following attestation bundles were made for evutils-0.3.11-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

This release

0.3.11 This release

26 files

0.3.10

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