Skip to main content

Read and write nix expressions in python

Project description

py-nixeval

Python bindings for evaluating and round‑tripping Nix expressions, powered by [snix_eval] and [PyO3].

Features

  • Parse Nix expressions into native Python objects.
  • Serialize Python objects to JSON then convert back into Nix values using
  • Windows support Nix is usually not seen in windows, but thanks to tvix/snix projects now you can use it on windows
  • Seamless round‑trip between Nix and Python data structures.

Limitations

The implementation internally relies on the python json module and on nix features builtins.toJSON and builtins.fromJSON, this means that an unevaluated lambda in the result will not work.

Installation

Install from PyPI:

pip install py-nixeval

Or test it from source:

git clone https://github.com/yourusername/py-nixeval.git
cd py-nixeval
nix-shell
maturin develop --release

Quickstart

import nixeval

# Parse a Nix list into Python
data = nixeval.loads('[ 1 2 3 ]')
assert data == [1,2,3]

# Parse a Nix attribute set into Python dict
config = nixeval.loads('{ foo = "bar"; baz = [ true false ]; }')
print(config)
# {'baz': [True, False], 'foo': 'bar'}

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

nixeval-0.1.0.tar.gz (13.5 kB view details)

Uploaded Source

Built Distributions

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

nixeval-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

nixeval-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

nixeval-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

nixeval-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

nixeval-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

nixeval-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

nixeval-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

nixeval-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

nixeval-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

nixeval-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

nixeval-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

nixeval-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

nixeval-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

nixeval-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

nixeval-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

nixeval-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

nixeval-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

nixeval-0.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

nixeval-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

nixeval-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

nixeval-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

nixeval-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

nixeval-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

nixeval-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

nixeval-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

nixeval-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

nixeval-0.1.0-cp313-cp313-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.13Windows x86-64

nixeval-0.1.0-cp313-cp313-win32.whl (1.5 MB view details)

Uploaded CPython 3.13Windows x86

nixeval-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

nixeval-0.1.0-cp313-cp313-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

nixeval-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

nixeval-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

nixeval-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

nixeval-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

nixeval-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

nixeval-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

nixeval-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

nixeval-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

nixeval-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

nixeval-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

nixeval-0.1.0-cp312-cp312-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.12Windows x86-64

nixeval-0.1.0-cp312-cp312-win32.whl (1.5 MB view details)

Uploaded CPython 3.12Windows x86

nixeval-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

nixeval-0.1.0-cp312-cp312-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

nixeval-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

nixeval-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

nixeval-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

nixeval-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

nixeval-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

nixeval-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

nixeval-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

nixeval-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

nixeval-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

nixeval-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

nixeval-0.1.0-cp311-cp311-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.11Windows x86-64

nixeval-0.1.0-cp311-cp311-win32.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86

nixeval-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

nixeval-0.1.0-cp311-cp311-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

nixeval-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

nixeval-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

nixeval-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

nixeval-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

nixeval-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

nixeval-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

nixeval-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

nixeval-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

nixeval-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

nixeval-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

nixeval-0.1.0-cp310-cp310-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.10Windows x86-64

nixeval-0.1.0-cp310-cp310-win32.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86

nixeval-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

nixeval-0.1.0-cp310-cp310-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

nixeval-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

nixeval-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

nixeval-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

nixeval-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

nixeval-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

nixeval-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

nixeval-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

nixeval-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

nixeval-0.1.0-cp39-cp39-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.9Windows x86-64

nixeval-0.1.0-cp39-cp39-win32.whl (1.5 MB view details)

Uploaded CPython 3.9Windows x86

nixeval-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

nixeval-0.1.0-cp39-cp39-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

nixeval-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

nixeval-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

nixeval-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

nixeval-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

nixeval-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

nixeval-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

nixeval-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

nixeval-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

nixeval-0.1.0-cp38-cp38-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.8Windows x86-64

nixeval-0.1.0-cp38-cp38-win32.whl (1.5 MB view details)

Uploaded CPython 3.8Windows x86

nixeval-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

nixeval-0.1.0-cp38-cp38-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

nixeval-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

nixeval-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

nixeval-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

nixeval-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

nixeval-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

nixeval-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

nixeval-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

nixeval-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

nixeval-0.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

nixeval-0.1.0-cp37-cp37m-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

nixeval-0.1.0-cp37-cp37m-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARMv7l

nixeval-0.1.0-cp37-cp37m-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

nixeval-0.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

nixeval-0.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

nixeval-0.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

nixeval-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

File details

Details for the file nixeval-0.1.0.tar.gz.

File metadata

  • Download URL: nixeval-0.1.0.tar.gz
  • Upload date:
  • Size: 13.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for nixeval-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a618052c48e3d62733ff0a7d888fff98f7506b5bc5d5883e2e6233356eded5f3
MD5 a896fe8bc0d0cc59f358a62fe4e00a1a
BLAKE2b-256 f65e5020ea1b122e3d71ccf76c815dc5fcc08dc073592609c260b66f94af9c21

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8964cdf55b0724674272668a2da259e8ab253868c1ada90c1b3ba75f2fd9e324
MD5 6c99f516f08f210b5c01f5ac0c80e2bc
BLAKE2b-256 07051afc0a55c552979a3968208afcedabe183ef088eed32e997961e66ec0914

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 893be7433250f88b5f4cc0e493061522d6d38731ef0428c8a1834802069243bd
MD5 f529e29aac9bb8c20c760278c00b2671
BLAKE2b-256 4a164d796dbe0fda7458fc19835eefea27ca19a5a58c8dd24f18b47e9bcd6ce3

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2d5a3a7a0b55b38cf816f00b03608fa64a3e05ea471f9c75e997fb2f81d0120c
MD5 cdfe18e7e62068f6cca6debe36de453a
BLAKE2b-256 d44760fee6d63e07a8ef59c8ada49ce61592d9fd61f112d1d12221822c9fae0f

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c787211806929cbb35b130bfba9e9f617156887eec189f63346befdae076eca
MD5 14dc55400db811ce5c3bb39e651b0a25
BLAKE2b-256 60d00ebca1831e9c1f6efe7b762c794637669ddc6d9d00b7e581c1d215c95029

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2653474b87a3d76382fbf8f2c25a98b2da30cafdcd067d9440783c7d56873543
MD5 008d336a81237b4d185ddcc475b80277
BLAKE2b-256 2bae944bc2cb663f6130946d7553c64c2a1ea85e5fd633fa45ae9f3ff0c91ae0

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 352b64ff82619a2eeecd3e3ce7f96ce61f5108b0a3d622a942e465b0df99e0ce
MD5 b0f31403131ee2135a0f1aa0457b21f0
BLAKE2b-256 063a6fa1d4890c7fdd583658f01d50f8e2213aca14075e0ac3a60c616721c954

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 93e4250965da6fddfd55318fe2829786e8d594bd95c8db74a94071e96897a786
MD5 4f9bd59c03697b57d410461b4d48213d
BLAKE2b-256 fecbe953346d6a6abc1fb1ca2ff328b168619df7bda93d4fa14e01aaef3e18d8

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f1530f74c647c570a86fb0eba9e09e83f996e334845de1a9567ebd82e63a5e86
MD5 b7ddb0040d9c9db4ac5f74b31bc091be
BLAKE2b-256 20cee0d0e96bf34c61cd2afe0387a5c80a6f5479849c4d49b6fe423df7b90758

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bcec39e96775f6ad48afec164ad3adbce270f5bf95932fa21e359e574e2778b8
MD5 25722d2fae79671d83d414f29263e6d2
BLAKE2b-256 45a25eb3ce43e9af03a11ad5ea697750f2c61933a411a8437f1b77c93b4b8d68

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2c4d7f9123946bfb94298bd3a18ee66384b2a62b20edad0fd1a791eaadc85381
MD5 95bb8f4855f6fca17634eb5d9f327727
BLAKE2b-256 e01056513eb5b24667aa354825ace7618101cffee4b7a91375fddfabd06cb00e

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 680c08c107e3c1e3a2c9d65b378158afce81a8dbe2edf9334a6e51f91dd4e1b1
MD5 d81af7fb5958c709c902c94101f8d7c5
BLAKE2b-256 5629fca85b847a09ccba43d7c26df133fbfc85c8c8d375ca5f94070680499280

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 59d5eafd2ec5f78b050e029321d2447f2d71daf19f286fc08f8c2e54135ef903
MD5 0e7f075a7e7c9b7ef6c37d20f0ac31c3
BLAKE2b-256 20bbf02e79f14f8575e72289b3bd9434020fe4ff13c35cefffd1eedb393c63ec

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d01882ef7aaf464aa5e15a8edf2a37d090ef257c6429d680b0a079c83c9c07bd
MD5 61b33c6489dac0ce1689cbfb80930a3e
BLAKE2b-256 e56577387850b9718eff502a10c4dd795b8281989f1af9b94ab95b7814d3449c

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4691a01710280e28f387a872dfd39a901e47e078a77eddf866bec9d8bcc4720
MD5 d073ffc6a200898e3c3b73380e185dc5
BLAKE2b-256 8e329cba4357178544e5efb82e4f8f15c77de81c8158841848c8f1399737b3d8

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34506efc6ca6f85ca5d758cb6d693083ccee5abcc634424e4d411ad90bd71336
MD5 224f39d0b97858e20e85b46f49d8af28
BLAKE2b-256 e632ca2f83c20ba1c72fe949bd85db10489d0e4657a4222d6d8ed3e856fb7a17

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dbbc6158b901c12cc980265f60cb89f9a7c5dcce016eeac846a32835886b7d7f
MD5 3aa2c84458428e57a066b81db437f1e6
BLAKE2b-256 7824404186ee16f97ae41c208b6d99dc12c80ddc62cf3543c87e122d3f5f3aeb

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3809de1fbb9b254fe98a8bc07b09570d79f735c22c15d2eb2afab2342c9609b4
MD5 4661970aba818a0457d3aeeb36591046
BLAKE2b-256 120d9b91412af5107b6d0146a2d697680f74efbd8889578417148910b83806d1

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 15e6988668141ed46977d02dc3ded0be04d58d16bb45c961eadfeb2766fde152
MD5 8d3f7621bf63b2db42ea648cb26f5a7b
BLAKE2b-256 ce0863f0668f76907b9916c1f998b92206f563141b15c6df678fb1d268f22f65

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f941d291ef14dfc5697373e347688e0d9dcb940e0aaf633900e40d625a6aca68
MD5 6f41a075e3ba866b88762e5c66ffce8e
BLAKE2b-256 c3c0c50f250789a8b09385e218d451f511b5fb178ea28bd6d08f437342f90b02

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 66bc7b9df3ec1512586810e90f09dbfb49326f81e9e833f043589744e8b93027
MD5 dd0f401dcc4da9ebc542fe6ecc363efe
BLAKE2b-256 50ca0f0dcd7f1264a307efb1ef4d7c7c7901c056b03d32a7ff7b424c50ae75ba

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 444e2a29340da4009749f2b55560468b8da4c1effb50c9f19ff0a7daed517b9b
MD5 6110a329663207191ae7a3f5735a2399
BLAKE2b-256 fa1f9fecab0f719a29cfde778f56d483895a28b9b1a63457ba6dd68c596e0b8e

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4ccb8a1928951ad3897c555e963f9bef01e1ef34ab7934ea0929cb90c925c683
MD5 f0a067b21d2776c819cd86ce650332ed
BLAKE2b-256 7b487096b50c22e36a6fb66de9a8c10006342fe373b91c3f2056bbd5e620e5b2

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5dcd8ccb6a8f41f600c26ee7437e798ad6c4e82070d138c970254cbef5d4fbeb
MD5 59b8adb4386d81118e91abbae61c4daa
BLAKE2b-256 8f8859719c99d6eb4aa87836d8119682631976865906eb8d3f07acb6951b0124

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 250eae0233fc7f77b1656055ba60b40c3be92dab186472d99ce4e8d734efa79e
MD5 f5d4b4c11ad736d5b66472da3af7c51d
BLAKE2b-256 c723d7c7832ed914f90ec382bca23243f28adf334219cf6ccf3e06064a2c1fbf

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2ec284f0ad6814bbec3262ea507ba6753de4f956d3cd00d82aeea875ee068b5b
MD5 38562ba31919ca082964c4964d43c501
BLAKE2b-256 c67e990f97cc7ecdd34232307e547a8333e9a9cb8f12985a1812ec1d158f8811

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 11c39bd4051ea1ca3ea062132ca750d8818b63a1f44ab51fc4b736db454da978
MD5 ef165715838236b74dddeeddd2332fcb
BLAKE2b-256 21cb28eb564f0f6015b4a24d78373c2bb5f2044892c54f6083d8df2fe32ec0fb

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7c088e887186d62e1ee7e675716dac20ed19bbb0d2dc1ca27d340b3b97745b7a
MD5 12e8124753193ae991199076daba3016
BLAKE2b-256 4927805af48b47bcfb402fd38a616b490c158358414a6a0ba82f7794f9add42f

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 46198a69a36484e164b2e09cff48639333a6ffb1633e68ad5aec617696ce10f1
MD5 872f6bdb9618f961a4900d51a89f5a1b
BLAKE2b-256 3d83e250fd0d7b84931faea355e5e23383ab7252ecfeb863d3fb47603405bac3

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d97e574763447e23705ee1af7ab7bf0e55a165dd80abd716e4620f8bfc718745
MD5 d922617ab2b3507594dd5cd7fcf413c9
BLAKE2b-256 1fea6d3698699ac1ec5740afe18125a9f282ca0bdc376a75f3d8d42f72e831f0

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0cbde8010682067c06adfe803b1b6e2583b65819599817f1aafea47152ce0a39
MD5 6c465c6c824d03630b19daccbbdd5ca7
BLAKE2b-256 3fe1904d02d1bea3fc7b6f832abe9105118648dfcac91b79a2eb5447ddb9e416

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e266444f9ef8e140e4b92546e53df593fa4ff2376cb0a8250eba71c4696f40b
MD5 851ed9654cf92f4a2e6746cde18e76a1
BLAKE2b-256 c7938026cfa040c35ad7d4fed9b9d124e171b827c089215bcacc0c50f2e8058a

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 327ff43fe1e01978becedddf5cf47b3c8fb7672088c672a6719e66fe99125676
MD5 2dfdf1042427cbd6497ad2b333436e64
BLAKE2b-256 5a510d26502d441d22ab9877b4d8feceec0b4078d8679e0a462578700498094c

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0b406767b00abe4bd14ef3ee8f639eb87bc891722e95c3ee3c260d34c25a2ebb
MD5 339b48571d71969a36cfa6d2ac824c35
BLAKE2b-256 5237abc7b0dfd352697e2761ac8aecac40c970bdd65875cc5f1c10111f6d8e0b

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ca78f619745b1386d4f1650666ce46cb36c27950174b1f59c0fd92a680b10f73
MD5 533ffd465f4b4b6bd472e1c024c81d1e
BLAKE2b-256 32a20757e41c65f619dc8b1a5daaa6cd708a3e115ca9b1a845ce98c1aa629315

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2457fedeb2c0f72e56ca40b92469a45a5e90c262e68fe07cbd9fff4d0f3717ac
MD5 4adc5fc5bb93e57f0cb4ef5ac9e6aa92
BLAKE2b-256 7819c33b72625eb0fe114dd2b5f6db84a18b873a99e160787cf89b5119ae4e54

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c0e5f8cba5683b9967d2e98a969c42bf308414fbddae6f74a2692a8fb7539020
MD5 786014909ba6eb381cf7bf5a7b160ac6
BLAKE2b-256 3127e0d1e8e632ac3d7696a0747bd75dde1bb34fc708215d1a693166b877c0d7

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 22f7a7923e27d9a8f008036d9b24b85b2eed459f83e5d52db7f049ce58c9e458
MD5 4908bf4b99d8c3a6dbaa8c8ef217ddf0
BLAKE2b-256 ce13ce53eeb5e333b688000710dd8804108da82ed921c2f2261ec8ddb46451d5

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 82046c44b3ddafb60173e2269f274b25c0cd0cc1c990c9c27d69d3aacf0e0562
MD5 3e0f5a03e26f003b37d54493ba5694e1
BLAKE2b-256 67ef9d5aeda393caca583c91f4576c68528a5b82d34d493f02b6732df271cdc7

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: nixeval-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for nixeval-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 58daad4feda4dc0ae5bb2ea8d705fbb560978b0f4fd542147e15f8db2171aa88
MD5 830c3ef10637dc401be97ce018a18027
BLAKE2b-256 c1d0fd5c1269238fc677386a716889333e42110823304ff1986d10cb010ce0f2

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: nixeval-0.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for nixeval-0.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 91e19ff568b41c8fd6c5280978e536d4a89e19e04b73af10c73a54a8a7d92d31
MD5 cb55d7c0f298b9a97851234092612e8b
BLAKE2b-256 394b8655c7e5830e283a02ba5e81ea4df7b0327abac66a87a3a1ad5b72f975ad

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00bb103cc21bb140fb1d9d04840cbd3e8ded8a591f732350ee704eff4d6e5ae5
MD5 314d0c6c733e8b63f81872b5ec1edc31
BLAKE2b-256 b3a3e12356948be7307445e075239cec259b0bb134a44f65423ad9451a024f9c

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 98ed48dde20e2d5eca3d58d9a20070213f2f649c8bd95722da0373b8ad72fafd
MD5 7d786f77c18c1b83c38f5da28a7b5934
BLAKE2b-256 c5ca76f36c8da9e8040fd0b5d36fe5aa3f70098fc6ce4e0cebcce067f3f53e35

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a674bc80c46857c1543cd043ec1c2d9e9e47158d2c408c90c829ac6819ae8590
MD5 140b10d25a4f711961bedd76a319a65a
BLAKE2b-256 4e16913f7ff87604af170935a5e266d5828160921891821bb746738194ea8cbc

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 64003fcfb689c068a9fad16430c6c33306d4d1b8dc987ad0680bddce911ced87
MD5 ffdee84bca76da7730b2ebc8769f588c
BLAKE2b-256 4c52d5e78273838142a064a9e20ca53124422915ef74759e4e6a5e1c864a35a9

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13ddd5a892c493f4db6ce4e6457f5fdb469d259a44ef2db97dfc81c26c871d6e
MD5 6b5d7c0aa37b5a652067d94ffab899c1
BLAKE2b-256 21684c425303a60c4d204c0b017acaa01b3b3c73764b05a22afeabc0f288d67a

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ef4dd6ee7b58b70cb71722501e12f25a3eec8efebf41c9f5f95d7eff5502e572
MD5 28936df027455d18f03a7a737ad76c2b
BLAKE2b-256 cb1c6d8da063bc56e53b1cae977f4655aaa412dcd5ec0fe8aad80a871cea77b7

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6495fdd5a7df8609fcda42aa537e29e13f333f0e99b9db81801ebf42ad9c9e03
MD5 9e7add0b52e4881f4b68e41c795e3771
BLAKE2b-256 95eabbeff765fbeb2c6d74e9cffd4219768265129b891585b8e2464b7f15f1ba

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 125f1ef81f95259e48d995e8950d5c100573bc33680a0a8fff3b0a21920520e3
MD5 c76fc4d21e650cffaf10a45f1b380962
BLAKE2b-256 0c5071f62c16e5c720a7fd2c340b2f3ea7c75279e4344369b84660312592aecb

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ef3a91ab171249f3eac3d03f1465a5db7e616e079921679dd2b181738505dda0
MD5 9c79ed5916b1220dd6bb264739ab0f95
BLAKE2b-256 f5223230b4b37982610cf35db538107b655bfb5fecc41284b99a4b8f61e4b8f9

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f4d98159b201cc674924e33999ea8b6b85e5c78a7dbf45edef26252d6c8de639
MD5 4a5c5541c38d43f47e70f4867de23c29
BLAKE2b-256 3f6fa1844727894e5a038d0477dd0de4c2c7c64321ddb29584212719699cad4e

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d0389f767dec65ae255a3f9e09de7cf9de124ff71ee0eb557b34776839f6019
MD5 fdd71a030075adaf31bff51d4e183ea0
BLAKE2b-256 ab29f8ee0138d17c844b7cd8463f7ec68c4b66d2789fb0ad639944236b32e480

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ac5df2faec1a0ebb4f700c966f174791b1b5b3c73311098c1d818d8b25b57d05
MD5 715968a6f5bfbca88d2c0ac35eca1850
BLAKE2b-256 a02d13f87e6d7bfc6898b9de492c57d1b7f80f0555124fbc541c4104bbaeb0fd

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: nixeval-0.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for nixeval-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c52bc49f144b43a0cb8f39fba182368764af310720a15ea7ae70befe5ed5230e
MD5 d002d7daaebcf6de86bafcfb4fc14226
BLAKE2b-256 8946b1d608cfd3052b6084e3d538be899c73be515430b398c87372761f0d2d25

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: nixeval-0.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for nixeval-0.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 18031b5011ba48a5a8d601339386116a77dfc6c4366808f9b24efb5085512f83
MD5 1589d4ed8480b1d9eec3623260e8d7e4
BLAKE2b-256 ddba8f7080923daf3aa7e7951b86c67fffd1eff11ff5dd2f0f8a96fe597c5779

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0fddeb10882ba0569a891dbfb6457745071d51956cf9d481a9bf659aff08c1f
MD5 07f666beeb1fdee8769f14e3426c87b8
BLAKE2b-256 59b40f5d9ab1895ce4bb8bb4e4df221a13b1df58e07382b2cd883b0cfe21cf4a

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cf39471bfa54b13c96b168dac32a755b79de1abd0b286738ade1085549db3e46
MD5 6c63d9e313d91694fff00c7afb5d5763
BLAKE2b-256 e78194719dfedb0de33067fd1c47fff9861ccea8c0973d4aabdf340a8619185a

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7266dbcb5d51b30b48fdd7c266b5c835749224fb2a14a0a816b375dced6c8354
MD5 08a2334b94cbc8a5330ca0fcc722575b
BLAKE2b-256 9a8657b7b349e0f9b624a8c26dd01d201b308b2c41e61d45359d6c1fe876ae13

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 50fff7ccd5b1cb3249d69534d29ffb4c9ffe08b0195109c6df06bf579325366f
MD5 1225ffec65fe5bf88bde9d7fc22de110
BLAKE2b-256 1c84133b0b9cd136f73021abab19b07d0b900951cb754c2a071e7ed7972b1063

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3933f31f3a172bcb0c8fa519c2bbb41784ffae0f30dda85eddfc04f39618166
MD5 aea905b83e8d05a5e5df10dd43d7a4d0
BLAKE2b-256 1c1ab89ad8b844b1fa26118fc831cc21b94b06896e315c0688ca4e9865d3948b

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 77376560341370693419748024daa7442763c0306b566f1a5d8398011a9e108a
MD5 06fa8e73c0cc388ef44ec8d1606d60ee
BLAKE2b-256 36ae211e3420e79257da00b583cc9c2e36686ac503679511c5cbc04709c969da

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7c37b2ab24961749c777a52d96cefffbf7b87fee7683fc7ae9097f1529a4f3a0
MD5 875fb2eedfae68f49a0c894edb4d72d0
BLAKE2b-256 546a6f0aae313bfb5555d09839214daa5de727ac4ec8f624f14a87d105da768a

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0fb80af79fab6bcd9219c6566797381babe360262e40016476de40127e0d803d
MD5 963f039c126c26e09fb7d6916410246d
BLAKE2b-256 e60a1a48e5842f03f411101803176daa8141c7f6d0c320f551a8956de9ff9226

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0950e37544abc90ef641cabf2d7c6d465c00fd951039f3392084973c493af812
MD5 354f6d7b6e0bf76cf433f9afcc8fdf02
BLAKE2b-256 077c18767c99659bce2a1a1c4762f69fbf3a47e5de04d40965e5867cce82d923

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9a53dda21e17f55c57508301b8f45909a11eb5cf9b097805b08694491c383df5
MD5 7c107d5bbab252122ad8a6c8b1437184
BLAKE2b-256 ccc933dc7b54ae75bb431f019d925f6cffebbc025f685029ea3fb08f8b5ce43f

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d103f633afab9e0d3730dac9230152ecb5a1898d315702b1cb5ee7636ad42b6
MD5 e97705fc0f7dd64cf1b18f54427c1442
BLAKE2b-256 0e34e2d45b0aa172aed7f779d1b48956dc66103c365aa0f3168eb6c7c485c4e2

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d03ae28c2bf061d919b7702c3d6d79e867418990752104851cf85c6c6080b489
MD5 a224e843633692f0e0e48f29df6c7b05
BLAKE2b-256 073640e3f5e874ebc3ea166e641d59a7e5e54a7f68c306dc5f80e999eab989c9

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: nixeval-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for nixeval-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ca33b93e164955327dc82dffc0d01bf2ce406b01b335625183d5e300b970fc6b
MD5 3d7055fdd3d3cb178467dd3b983b6f1f
BLAKE2b-256 9d7505038b4f1691a0b6a1c02333e963c2077917f6679e5ed22cd91608939466

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: nixeval-0.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for nixeval-0.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e4f3d198bd7754e74c6937473f95035763ca0ac5a3db075f2c155ba04e504f71
MD5 aab64bbc34871aa6b92f4ec2b6b29cf4
BLAKE2b-256 504577d182a7cad365908738fdd6b90f04ba3e7907884df0ea000bb54a3ae5cd

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ab64670e5c17eda951e2d47375a16093ef04e7e96ab1ce92a1dcb7f8b3f7d62
MD5 55fb5f81df6db5694514fae13e8dcf79
BLAKE2b-256 21ff5327390d29543cd023068b08a6d3f75cd6692560d9d29abae9a5b90c39e6

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2768510045cdb064f5df5bd6fee7dc3e2571e0b097285f6bea2d105fa393b2a1
MD5 77089133d77338d9dd3fab90dbc62f41
BLAKE2b-256 8251a77d526fbbe47f173716d57eb8c827203693ca606cd6c362f9bc44548e50

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 605e301111482d2d7b306dc93d4bd7834c459f4f616f498fc2894c9135b34386
MD5 98f5e2f6a51df2f74863fa29e3ec5009
BLAKE2b-256 954b6da2cf707a4a0fc9f78b018a420cd749e05297babb60d7d974541e5765a0

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 455f20e0fa37419e0a01dc5b4e929b0a49d764f5bb18a792f5d72615d3ddf107
MD5 99ba24c098b3123e86a6c82f95c96efd
BLAKE2b-256 00deb00331becdf6547790b048d9d08c231569dbafb4428f3f0c584c968e7be0

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab321abe5087269c7b39cd3575f27da6964b9cff56a6392793cd989034edf04e
MD5 df90cfbd13e4b58969c8388a2f862b08
BLAKE2b-256 45e54ec5b023576cfa94bf21fa18178a817372c9ca6a9a368e6af7bb737c616a

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 130746488f28f8d2804224ab8aabda18eadb847b19eb8bdad87ec509bf063800
MD5 06eadf632e2ae944f971fb3cf09f459b
BLAKE2b-256 7c7cf14cc9b9c898ce449b74e6bca927ed7a21027f40c7d9cbb91460d4cd9463

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 542c795475127c011788e0cc0408557c9b5464e5def7917032f6e59664e6451f
MD5 a04db616b7a202383c4fc34a963ea67c
BLAKE2b-256 fc8ad711c8ede556e6a6093000749224797df46ef1291e0c42ecd61f44e9bc7d

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 88bec5a5b1be400de1c523cbf8162fdb56b697f3e15ba747c5fe9c390e04dced
MD5 8d4cd6d96c5b5c8d84ef8b76e853d00c
BLAKE2b-256 be6c80c5c71ecffd6679820456e96b4fe016418b779c11036f573f39aae84f6f

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 555851f7e80101ef90ec8193937b79ff808e47769321a6d2b2ebb54dbed47cb3
MD5 27cd98cfa1580e2eb4b746b9af582d3f
BLAKE2b-256 35fec77d18ca590317b0b08655b888149913c3d34621f89df0246896ee677b2d

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e55d3541ab5953ad09c36fca81b51e0ed185b8f3f6c80df02794bcc465a75421
MD5 1ce9b5b20325d0dfcdbfd7121b44ce0b
BLAKE2b-256 6d4f7ed9213dbc76ebc01163edbbdeed861a724bee8cc581ca37745629b700df

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f663d44aac5869794e41cda5ffbb3bdf790a3cb530218aa7cadb59e7ad7f8c5b
MD5 0c3b2a81aa743ea047331dc9b6e5328d
BLAKE2b-256 8af4f017562c0c4fcf0c2be1e2d695bd30b35c30445678986d26cbcbb3e33309

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 edccd9c3252210b96ec63a3785b502eac03ac0ccfc964cefeb75988fc28f24ce
MD5 ef2417a5e3f255d57b750c1df937614a
BLAKE2b-256 4d8ef7e078f3780c578526889c72abe7b8b2dd22691b2cf3b52496d425a787ba

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: nixeval-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for nixeval-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 27ec866bf5c6231fef0d7323eff2988235dab0aa804b4b416394608abcf5348c
MD5 bdbcab1d2c729c5aac5ddd14553db435
BLAKE2b-256 6336aaa5a0422eb71989bfaf16c5c9b3ae9716837d38a4c0e1f90e556e53d49a

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: nixeval-0.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for nixeval-0.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0263b7851b113916baee5d3abdd8ee6c47647e2798aa7fd9d7daac4f67bdd612
MD5 d3dd52355b894ea53659988447ad88ae
BLAKE2b-256 70f66db0e1cb6e7651afdd7b3ee8a032ce745837744fdbb403d8ca54913309ca

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8bac84c0045b8a042cce7a423ce297577643f729bbed8bbcd85b85d3de367522
MD5 914f5d89b90b75d6949950383e5b9ef8
BLAKE2b-256 be9d29fafc7c61b0710515ef2d055d598316ee90f644b575b3e7ebd122a1191a

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 895b0587127c2324ba4f1ba2a76c4363069d4425458d6db962adb52e9e3ebfd3
MD5 6708bd76146389179ea0ee9b50829d31
BLAKE2b-256 cc2b4a610d193b38a96cf2a9e07c96c687819d2439e6e68521b4b12a2720e5b7

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 13be45d2ef33ae4a006a8c24f62a86917ca6b388d8f9c543f43ac8ac85768699
MD5 9710e9326bda063d2aa59d7f8602c3a9
BLAKE2b-256 1759723fe20c742c97ccb61fbbeaf96841a4e590b2de5822080a69366c786426

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 382927e45cf5ca12ad7b0022ee239e5a74dabbb8e573cffbfce145e94f138ae2
MD5 30b3e553091ea94ba5bb57df80f2d8b0
BLAKE2b-256 d64008b7af9095254d0a4578a0321afa34055254ff3d2a9d9861f966f7264b3d

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd8aa89d7364a911e29b387ddfb83d98411c3fb16f5b880e2168491fbb0291f7
MD5 d49f959226ba3f4383c3e604771586ab
BLAKE2b-256 09fd30880feeb5ce8c71718be38044fe30266de52e71c3a6eb556f587d822370

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7b2e49670f52637eb3111ecc809dc4c0c4e890523b5b314f90dd698e7b898cb2
MD5 91f38ae123b25a78d018818877a537db
BLAKE2b-256 4cbb4ec00f869539b1f510510021b7da6135aafe5c70fea80e8b3c7f3311fc0c

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 25cc176e2bfaa02f5de43d24f9773ff5b50307520856558b5ddd9ff3e2a0b82e
MD5 80988043006e5f6fcacb4e428fddc928
BLAKE2b-256 767aeb9d3b9bd6af5e97ca11c2a604b53b17a6e82139e140835f803f2f0304bb

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 228a103fd1b5847bd60bfdc6d6d55e692ff6f4dca625959fcfda4f66e8d93b30
MD5 7821071f8ecc29fba55374a729edbe6b
BLAKE2b-256 3a8df306af67c06efcc47bb6523ab12613601e7c8af280205f0ca994344f0d8a

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cc3e1b40bf4ca14514f0fcf02b52bfb2e6629f2b8e759cf03484421058c102b9
MD5 cc60c0c883054d99eb496893823373e7
BLAKE2b-256 086d2fe18b8507cb765b4425ebcc93e074c0b82dbdc93887e105c4c3cfa917a7

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 491258c8c6911cccf55dba8dd65e0286335e31a4613e67d249c78f55cb761986
MD5 7345f70f527dbb32af00890f9871147e
BLAKE2b-256 9f84c5d5f33e19ed439f3d8a03ec65a818c881e874ebb918f9ac7e23e6e86c60

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: nixeval-0.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for nixeval-0.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 80c2f0b44b125b871682f5b6168ca2bcc1fc966c6bf80b47b1e09f7ca0004dab
MD5 c42381c5aff7bf8d74aad41bd7e12b9e
BLAKE2b-256 a6fd805ae6f1924d96b8636310d36916f747c46d939842f333a0136e83e5b7e4

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: nixeval-0.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for nixeval-0.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a1270fe582878e93779e51f2691ba9b54a42a0b1cf0d9fb90d6ece337c2c9621
MD5 afdef7386fa6abf784c6ad6e7be58b26
BLAKE2b-256 3a3d42d42619c9aaa97d5f0baeaa2b91514df2ff4e7d4813dff7074595be38ae

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 006a28c709fdfe64a67023c74814da6501b931d9fd18bea94f63ee136ab8cc8e
MD5 de4cfd67761ebeee1a04614256d15a6a
BLAKE2b-256 3f2e3ab6b4f734ed6274364be344ff2b736d3f19a957b739f4d7715c733948de

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2167c120acbed2da0d2bdcf13e6151fe2162e050a30ebf472d2214305b7cda0d
MD5 64b1a086ba7d4074018d57a684a1ae92
BLAKE2b-256 bf6b559c5977b765487c8d3d930ece06e5e06f5f70ab9a228c0d97a7b5bfa77b

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cafac0ac73dc4281c6bd7928b17598919e58e2328630a36a583fa17334f31f1b
MD5 1458f4f8d7db6d605c72f77a553988c4
BLAKE2b-256 8b0652bd0ae65c6cde3fc21e1474d3622add77c1803e29771fa52c6b5d74f862

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aff47359262a4f66975aaa9fdd840921849d71a6176e6d119e9a434f1fb4a8bd
MD5 e7cdea08a257d38d6e5d5d465b2bcd68
BLAKE2b-256 ff9ca246b7c2be2d26bcc4da6a04dbcfb48dcdecac76d9dff171815ba7a32fff

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d9209a59ac0ea169de4a9f55baf4ca74a8e977e3ef71ca08cbcd144b91c6391
MD5 2839d64eee9e4a574a395a461058aa93
BLAKE2b-256 9654e53ecdcf1093290eb892c8250f4b9f5aace27014486c6a82ce43c9aa542d

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a90b01448a0bc4dc3432929a81186c9bd2f46f8608744745b4b17209fa89d20b
MD5 8b5fac7afeb2b38375ac0eee7e4cf7dc
BLAKE2b-256 48bd6f4645d50b88d5470d5c19cd5b12192d8e1b95d9898ad53bc854dd0798d3

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 387d3ae9b50c6cc0050c4ebac9e3d714060f43de99d3f9ec75a85075969c54f3
MD5 b5d5f857951bda5d694ae2b6b76b47a7
BLAKE2b-256 d8d2eba889d10a71d086addc1284dbf188df7584188e6bd4531e5f3b8d5cb1c2

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b1853b9945da1639428453e7eeb4ca20a562c1146b0c9bfdaafff8861e81ba52
MD5 abfc7eeb42003bf7646cf04bd285fc3d
BLAKE2b-256 2f01740a1254cb4f7d24bae420768d7acdcf7c6bfc50f54e87264d9e7743653f

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3d8f69bb71259d3cbf0640a9f9c684a5e03f61ab11076c5295710c4af9a106f
MD5 8e9276adaed88f02642a15818a2d0ce1
BLAKE2b-256 6538dece1665a3c5f04de90da4f3823542986e67db110f6f8dba7b433abc4852

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f586cbe184025c6fd5ab367e0100e8adccaa50653c68fd3e7c1d0919d7f76f31
MD5 ac8c8977c4c2dcaee6b7bc2c0dfdaaf6
BLAKE2b-256 b6e3961c1f08c637290999eeb54e16160a9e69946b328bd7a8c82db489e5f37c

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: nixeval-0.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for nixeval-0.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c568b6189f60ac7586b3833abbb164050c52d380387693eed70a649ee6c4b75c
MD5 aea4de1dd828bf2d510f18c47926cd25
BLAKE2b-256 f8179b07a8b2d5188f3ba67c4453f53d871351c0ef260e752471b330efa9138a

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: nixeval-0.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for nixeval-0.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f0b21ba94df79898159b704b86b5f7723b567db99b17a4ee5d7bb4ecca5094b1
MD5 e14d9e4b76cb86af27980f1405651170
BLAKE2b-256 3ff477e143e0f256d73c1c117d9f52aa5014929eff4a65bc4c9752ec3ce8e132

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eaf70a1bd842942ed5b191a8c614174d8ffa48177b0a6604b078709ef581688e
MD5 7aa5a33a020ee3429a0efbfb3fc76b22
BLAKE2b-256 c9c55542b7dbe25b5f5360473fae752acae3e1551093a1a50904586d32160291

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f58cd8b6462678156188520a821ea25dc14701bf2122cb2bcdfd0137530490ac
MD5 d9add103e3aa71bd96945350d32305a1
BLAKE2b-256 6f9c8e5fe9ecf4fad44f42b3bc44645962164af77daefe0d5b59c99e3a76fb68

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6465a5ccd8f351f3250e651a4a42e48df7c9a291e6e3652861b7dda4fe4189b4
MD5 4263e8392f02ce13cedbf41688a5b6d8
BLAKE2b-256 5c5c567ef9f281b9da47362cea99bfdf82bd08b9ffd31a4eea28f57d09fadcd9

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1378694cd79c3e6102086021d690ac3ef9f3b15ec96777562df654b65611f90c
MD5 6b24d0b4c986012388ff62b65f5e6c7d
BLAKE2b-256 7d8bcaedf5e2c525327bba98ff4bb0c83eada66a19fc748f0ac49466fb330d6e

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd1b10a4c30dba203a834ca16891af4a3886610b72c647264eb530a7c21ce17c
MD5 ed04dc7821df93488e7c9d881fe06139
BLAKE2b-256 205034f2f8af066c2702e1e4deb46d7ae9ac02b53339a682927c74b662e64dba

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6d4478ba75076647bbdbce007f689234df87b7b76d26ca5ad079ce0d502e19e9
MD5 5f7b1f4536f2fdec18a20f843aad544e
BLAKE2b-256 59ff95ed7dbdcc7c9a015d01ec0ba8cafe1daf09dc6f8983cc94bab738348138

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4a2fca267e335b01aa67cebf9e57633d5898c364bdc9844925a7ce7313804eca
MD5 a286b3a4dc82701f47517b6e2d66ac02
BLAKE2b-256 503de98b359e1172c8db2789a42b86dab6641ac06b7cfe20798606ea256dfae3

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 942a3d817890aa8a6c9c9f0681ba69a621eacade6bab02cab29aca1ca4130929
MD5 8bee1fc076642119e5931f5d507901e3
BLAKE2b-256 111475572c07169e415173e0c7fd190430d8f7851ad4636b6522c05ac5e27c7d

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b15382d9b053219525d1e45e2c510a759beafe51c5e891c5681ebea2521d7252
MD5 d4ef3e87e87171bf5cec6d06e5dad08c
BLAKE2b-256 82b7a0b636aa4ac0c385f0ef4d3d8321683551dc5b0d23e53a0bf19532b44ea4

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c5ad5ae8c47917622bba7389b7ee17936185dc7aded20830009845824c11ea99
MD5 f7559a04c6c4dfd1709a7ecb20e06be0
BLAKE2b-256 d2e9d5dfb98eab325aeab4f492ef6a23ba80efa122afdefba4cdf6ef15091b47

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 22b1ba8144b681fe4a32591f683edbedf2f0349fd554200b7c81d9d9baf832a3
MD5 063dea811096e1de191fb555f2551924
BLAKE2b-256 99161374a801e1fe167020c16237037929413e790943cfc01c70b152d98870f9

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 80e3c2d25b50cde3ea5ba26eb099d859a859f2444ced2ce00ba9bc49b7585089
MD5 850eed3dd1ec55e5dae18aea83371b33
BLAKE2b-256 e9ae1bfabd3025dceadaed96e898bad28a1f48e39db2a127961fdcddc282002a

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp37-cp37m-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fe782cff37a538de9bf4f1f2c9d7b1f10a79d142e6489ca410c6aa2bca0cfb1c
MD5 2b2ce3e177bd35f3c79afbf382bd8220
BLAKE2b-256 55bb150db2bd27a19d8c1f3ad3612b84aeaa7eace2d4280b806cf1973d485a21

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 35d9808c51ecb3b70014da2d51ba9ce20f7910eb660af94f0c09bab7cfde3a79
MD5 8194bfff021c0987691a8dda748fa214
BLAKE2b-256 0bbddd01428ca0773d5faec8bcee9c49b285e2bb7659262556e22b5eeff078da

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bcac16be8d730787f69a81259940df0a5aae6cc90698f3f195903d8f1c2bdab1
MD5 3d3ff17bce0981b398d8ef4a2444b5ab
BLAKE2b-256 69b71106968c7e9fb48d4065f02b0992274150ecc756a41d619bbbe89768cc83

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0799bcfd030e752375bf52bd00f94c8b4acfe4e90691f62fe2250e2c9cb43aae
MD5 ab6a6108cfb862e57e60107279823f36
BLAKE2b-256 b2fa0c02474cf21e1e6f8e052e6f1083cad8dd60604cb045637d7dce51b66c1b

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5733e51b4e90c43658dec588eb6421f760a98f256ac8e45c4b898e8199767f46
MD5 d988f137caba60fa1017fa0d17a4b6ed
BLAKE2b-256 1087d32b7d987dbe92f74d86c280b139451272714105bb6c2481b2d6522bfea7

See more details on using hashes here.

File details

Details for the file nixeval-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nixeval-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 29addc164a1475ba0f4d0824b04902f29a91053b6adc48afa00cfdfd6dc2547e
MD5 c12d7f8e8e291501d3af7837d91be16b
BLAKE2b-256 ed9b8fd53029c58aba9e02cded474071d9b8e15352bd42259fb3c1c73e65c29c

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