Skip to main content

python bindings for fend-core

Project description

python bindings for fend-core

example

>>> import pyfend
>>> context = pyfend.Context()

>>> pyfend.evaluate('a = pi to 3 sf', context)
'approx. 3.14'
>>> pyfend.evaluate('a mi to ft', context)
'approx. 16500 ft'

>>> pyfend.evaluate('2d4', context)
'{ 2: 6.25%, 3: 12.50%, 4: 18.75%, 5: 25.00%, 6: 18.75%, 7: 12.50%, 8: 6.25% }'
>>> context.set_output_mode_terminal()
>>> print(pyfend.evaluate('2d4', context))
  2:  6.25%  #######
  3: 12.50%  ###############
  4: 18.75%  ######################
  5: 25.00%  ##############################
  6: 18.75%  ######################
  7: 12.50%  ###############
  8:  6.25%  #######

>>> pyfend.evaluate('@debug 1kg to m', context)
pyfend.FendError: cannot convert from kg to m: units 'kilogram' and 'meter' are incompatible

testing

do not run uv -m unittest. bypass the uv cache:

uv run maturin develop --uv && .venv/bin/python -m unittest

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

pyfend-0.1.2.tar.gz (12.3 kB view details)

Uploaded Source

Built Distributions

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

pyfend-0.1.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pyfend-0.1.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pyfend-0.1.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (1.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pyfend-0.1.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pyfend-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pyfend-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pyfend-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pyfend-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pyfend-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pyfend-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pyfend-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (1.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pyfend-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pyfend-0.1.2-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

pyfend-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pyfend-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pyfend-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pyfend-0.1.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pyfend-0.1.2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

pyfend-0.1.2-cp313-cp313t-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

pyfend-0.1.2-cp313-cp313t-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

pyfend-0.1.2-cp313-cp313t-musllinux_1_2_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

pyfend-0.1.2-cp313-cp313t-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pyfend-0.1.2-cp313-cp313t-manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

pyfend-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

pyfend-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

pyfend-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

pyfend-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyfend-0.1.2-cp313-cp313-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pyfend-0.1.2-cp313-cp313-musllinux_1_2_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

pyfend-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyfend-0.1.2-cp313-cp313-manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

pyfend-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pyfend-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pyfend-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pyfend-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pyfend-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pyfend-0.1.2-cp313-cp313-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyfend-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pyfend-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyfend-0.1.2-cp312-cp312-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pyfend-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

pyfend-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyfend-0.1.2-cp312-cp312-manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

pyfend-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyfend-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pyfend-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pyfend-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pyfend-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pyfend-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyfend-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pyfend-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyfend-0.1.2-cp311-cp311-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pyfend-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

pyfend-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyfend-0.1.2-cp311-cp311-manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

pyfend-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyfend-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pyfend-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pyfend-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pyfend-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pyfend-0.1.2-cp311-cp311-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyfend-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pyfend-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyfend-0.1.2-cp310-cp310-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pyfend-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pyfend-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyfend-0.1.2-cp310-cp310-manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

pyfend-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyfend-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pyfend-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pyfend-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pyfend-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pyfend-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pyfend-0.1.2-cp39-cp39-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pyfend-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

pyfend-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pyfend-0.1.2-cp39-cp39-manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

pyfend-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyfend-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pyfend-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pyfend-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pyfend-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pyfend-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pyfend-0.1.2-cp38-cp38-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

pyfend-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

pyfend-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pyfend-0.1.2-cp38-cp38-manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

pyfend-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pyfend-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

pyfend-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

pyfend-0.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pyfend-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

pyfend-0.1.2-cp37-cp37m-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

pyfend-0.1.2-cp37-cp37m-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

pyfend-0.1.2-cp37-cp37m-musllinux_1_2_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARMv7l

pyfend-0.1.2-cp37-cp37m-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

pyfend-0.1.2-cp37-cp37m-manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.28+ ARM64

pyfend-0.1.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

pyfend-0.1.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

pyfend-0.1.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

File details

Details for the file pyfend-0.1.2.tar.gz.

File metadata

  • Download URL: pyfend-0.1.2.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for pyfend-0.1.2.tar.gz
Algorithm Hash digest
SHA256 6b1c2169e770a737ead94b4b07226a9dfd542a92d41cfeb5f71df432da78724e
MD5 ed6aab7c3c71897574ff9fef2dd8787f
BLAKE2b-256 e9b9bea90400a7044bf0e687b1007288cdba0b3c3cef2286ae499b27cfd95e76

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a651bab72de92f10b77f1ceb31e4783c77e3a2c4736306378d27194d0a4e1331
MD5 a9a0be473540a3f0a0443845f28f2552
BLAKE2b-256 274fba2cdbd440cff3082714c387e9d08a9c0ad0f90a705e0c9c83582d6a1c0a

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1e37aed53d7969918975b6f82df9c0833f11d7eb4d7b6bab5be565f28b70c9c2
MD5 8978b47fbbf55172581aa8490fd2b8ab
BLAKE2b-256 1ca804bda5503c2a415dffefd45b34c9c37c4ead40deb2f741bc180142d9389e

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ff8552efde552879e69e3a063e06a1d372ba1fc5982224f70502097d5baed4ea
MD5 30982be5240f8b07e6b00a7f84636f43
BLAKE2b-256 1d7d60d70061e974ac9e349b894f06acf4f1d20f2d4559d439591958307a5f08

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c78bcbdf47f8b399259fe75b29debea4ef1daf14ab0f83904f6c5b3e6ae9e9d6
MD5 3b38965d4ee581a8ca11e211d4ea193e
BLAKE2b-256 0d3222543e320528e783c0c88077247e61a4a4a03d5acda1cad1d5d67c9f7b6d

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 02a7376ce04df1bbcd8e41a559631916e57026c9f62c230a2176f0c629a06a91
MD5 b100994aad8d677e78858a5951789e25
BLAKE2b-256 fe6ffd1bb37fba45dacba2f7893b40ee49410e35f0878254fabe1aef4da8391e

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c13b4772e49f99daf4c3e257b1a8001c24c7e0cbf0b8959a23ddeff7507a43f
MD5 03bf4c348ebb02959ff7f5692776356f
BLAKE2b-256 0401b7fc5c3e06bdfb202a51adcd1abf0f0ebd7c78395737a0e6b63a121431ba

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fdf1de502513aff15d5cba9fed77cb312233f5709508f393382d73ca7e5ef492
MD5 efb62f1763a4a4b87eabe3bd164988ad
BLAKE2b-256 64d3ed4ab98aab30054c7c3459b9c2710bc4ef698e51599ed2c092633d13b60e

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6f1155afc7eab0c915d6d99ac30b5a81dd0cbf085412c8bacd2a645f716af6d8
MD5 00d89223f149debf14e15d29d597805b
BLAKE2b-256 bf0b8726e72ea91c5c571ad27b32a1538d6b6e5c096add9acc65b2a94c3de1d6

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d7b3f29868ec77d1982b913963404b4b8ac4611a494a45328b1a14d35f5f02ae
MD5 fd8242d83ff46f18a49cf0bece0abbd3
BLAKE2b-256 7970484ccdbf68d5be866cba1a3da1a1570d9ad0f48b3599f79fcc7e6188bd4d

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9f8c5d0ddd2f359c50954c3b32cccec88265e49cea545d068857697c58b3f7fe
MD5 2c455fe889f9513138c54705cf91539b
BLAKE2b-256 0f9d64ef2d936b5bfbeb63cbb1c504023a81386b3acbbc8f97f5c29160aa79ea

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d2786374abe2a60a2e4d5149845bc8ae5265be58c5973308a108c9d2e4e76a5
MD5 1373a656189676afd3012daaee3b1987
BLAKE2b-256 0a1786dcded5640371933571a50758f30edf67d1dea4f692adc760c4a2e906b1

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 84db8e4a9c69ced90b865ed96337ef03432616387ea3fb5ce0a9a422e089bccf
MD5 c5496b303434fe5322f27e7b99d9f579
BLAKE2b-256 1abd209fc227fa61f5e25fe490b0ee45c45d75f6f6f5e833897204ab28339342

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d0e4f053fa26d81c112836cd1954d0f09632a84b56582c7ea21708aa681f50aa
MD5 55f608f02ed4a393b121bc2274d24905
BLAKE2b-256 04bcea73f4aa145994ca9310049ca73a3b30bd2463f7527a6421cebc454b0732

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9ae373509d97cf36d16ab563e8724cc97c60e3958db3c427610f594b75001fcc
MD5 fbc6dc8aa4dd9b6af150475fbe4449b5
BLAKE2b-256 8f2cf7785c6e7af50482ff804bbafed8f4cc664bc60050371ad93eebc295d17d

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb3f679185315e16bd5f49d0089aff9316cffa21cbfa5b0561c52bf0c7d76e3c
MD5 fc53c2dad06f065d8f41f2345c776052
BLAKE2b-256 9ecd5fce8acb0ef09218e03a3dc1855e058e4cd5bfea9ec851a617180c472092

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e2d75b3ee9aa3c9e09a7b7361034dc7e912b406cb3d35b6252135b9173843a4
MD5 2f803716d896b1b1d739b09c817513a3
BLAKE2b-256 912f2bbd349138c3246a0aea3bb0e722b272d921656156ef4bdba16fba37b253

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a6952ac11b6a95e5ba1683beb5def3abf05615b2599a142077c3b447db140563
MD5 b6416f4f6dffd7b8a8f763bf406964c3
BLAKE2b-256 5f9812f996192ddec580f37a3f5b145596923488331ac032b0c80f940ce1a58f

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 01f1d46b3772db557f268b0116f0a6abad8bfa8b6da9e71bd577d6f6e79f2962
MD5 2e24c08eafcd5da4097338f0f9b8c277
BLAKE2b-256 a8dfe0dc120f7ba248dac57c9a4a1e8d9f5fa6afabb7058e7a6f2a8c88bbacf8

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f9e515e9d9d387a6146fd994afbad1b394775834f3bcb350acd74e943bf8b4b7
MD5 3ea0dee0067f24a9b06243b6e81d9578
BLAKE2b-256 d8d63992542ad2079e5b524be4c0afbcd41d1cf51f2cddbb2544b2b275bc002a

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eecfd11d3dbaff488e4141b47c807161ebca584cfe5f995f8b913b7e7e4d39d4
MD5 ab7b9e4a70617aae9644ea9f8b28f8fd
BLAKE2b-256 c4eb37ccdd3cca3b57f3c79040fdd7cac9c5eb88912adc2e4afb3ca2e40e0d49

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f87d7aa60b66c7876d69904b310f2ec242320be78819fb8f61e6b033bf9865c
MD5 6d3448441955ed844909c231963bb93a
BLAKE2b-256 a2be467f8521f17a74aa47feb35cd973db1bcc77d51591657f195fe61e6712c5

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3ef2be36aca283799d97ffb67b45742863916bce24d0881a4780081de67e23e0
MD5 52da338d144551f0c40f5bbb237fd595
BLAKE2b-256 f84a75c0f195ad4a9f3c61db7c05adfbd0f266bc42004b05204c7ba0a0e4d303

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c69fd22a9a6dc65831c12e78ce71b3eb61de60b701425a6cfbf60f8c685a7b02
MD5 cd994d84b3f4951bc898928f34ea979f
BLAKE2b-256 e45bd7d8c6b3cfda88f1194be08db90559d53a26401eb20e722d8a270bfa9812

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ccafc19c645b2948c52922f5ac155588dfd2695af954c09b839667d529ce0626
MD5 e7435784e09557626e7ff1024a260474
BLAKE2b-256 aaf7c88531cc9b689b0a8cf04af6be22cd164d7d6546028020c7f6c4a8f55977

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a63abfebba920642d2f57fe091321baf5ffb9f14af950717d853a7cdb6665b5c
MD5 bc16a34de5e202e59c758bf647f3d4b7
BLAKE2b-256 3586abc1011f229135c75132df65e2cfae35e25c657a2e871573a599d2165821

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9db76c5be1e6279d27deda22381149298f771330c09f8754b17a92dcadc6ab9f
MD5 0c84756d31fe39283350435ef6eb40bb
BLAKE2b-256 1432a73432dfc560ba530d0f633ed4437c791b34a0d8ecafc1aac264d7889b0f

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 64dbb94d1e2b02cd1a241c2acd8811c39e6207198ef9899ebd2bf21e0c0270c6
MD5 f73540bef7e6372b1039f9a1a9d29b80
BLAKE2b-256 630d362007e086c8af830de08b637a4aec73d7838bccca2197a33f31fb7be6ea

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4662b5a7d7278536b5b52ae484ef192f1a1a35a13c352605546571f73d0f78be
MD5 fd823fc2c0d1c73b96ead32de8c1d862
BLAKE2b-256 9ba2af6b1e86f6c06188d83cd9f49729aabb1f06d6ee6b4b74a0938e52cddf1e

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a6959f72289b298df5b9719607c0e037437021f65eeefbcb3c958a228876471
MD5 e1acecbe57c09330aac0e90fed81f355
BLAKE2b-256 d5f7e022c5b36734f5fcdbaa78429dfe2308bbf1bd67d8aa240d36bc71cd410e

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a62629fbca1ae9386b386069c9e04d4271a7aeb99aa9f895863c0c31bcbd84cf
MD5 4ad5a81c3a0750f74b4518bd7c496b80
BLAKE2b-256 6e9aee71cf918a4b233cbfc1dce363e0be0162926f3945b62d18112527b544e6

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 666510d45b0cff405aad4536d48cfbf150afd48846d6bdde1f5fe97bdd52029c
MD5 1d2183569ba5f25971bf20e3ad7795d7
BLAKE2b-256 f39b36c2ff52a4195daeb2ed937a7f2a32aa9da6de046ea6300a11d00368009e

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bb25f0f7d67a6fa8a52b97041f021c9273cfc935463ebc3d0728aa0a14dceda8
MD5 0d33330139e14cce2646ae804a3fb732
BLAKE2b-256 0c0a3203bd95aa52cf9120a0af8a8aa6ca6e480a749e93593eb17be8b04c63eb

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 41959f1373162aa574a7e02402f5a8e87a220b0904eda63c1632c294cf0e17a9
MD5 db823846e904355207d40b772261adf9
BLAKE2b-256 91fb3666486ba393981b5c2fa9677fa73a9196d4b14643b5c03c1b27792c32bb

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d62a01859437a583803b645dc49da7f109d0c2535fb3c6f8a2ef125f909f706
MD5 207c9e366358533196a9f22b6e63c85d
BLAKE2b-256 6c965731aee24f143b6b87ce5543dccf15429d3bdfbaf919dd22052dd875e3e3

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f44da9fa07e50358a5653e537942cd75e7803112a682eef4594297ac8529c540
MD5 c609977cce5f3c8dd26a387f57c27a8e
BLAKE2b-256 e05cd83f770a929481b99ad8ad9cf44634a39c8188fa6f1afcc87f6724988281

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 85bab60a99247be4f3b4b30f5e0d2d081871acdb5ee98a77cd3c4638a74c1470
MD5 3b85d4e41f4bc5121a86c919e3ab634f
BLAKE2b-256 b9a8debc1dd31e1dbf88aba687cc768b1d633af4d0ccd515d112a9f19ab56439

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 817983af811eee65d401de3084c046c8e6e0c6878d10422d9e81a924d9fc00d5
MD5 50cb210c8d39464fc9beb2db90331fa3
BLAKE2b-256 3008b9705a9adc58a6eb2d2d435e36ac3cb4c1dd9ec85cfad577824bafd32b05

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 174c47e9cf35b6e20dd650f597142f4e099ec8ece130f4a57f8b0531c59f4977
MD5 8770c854dbcf4596787054685c1630cc
BLAKE2b-256 38d61e9163bab94635519d7cb32f0c85fc201bc7797795a0dc35e32a7b26a337

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0da23bb30ccab1afd5ebb3a83ca5548566d6e5e039735c75b98aa8af71d0124
MD5 464929d6cf39bed1a8a51a8718e01d0d
BLAKE2b-256 ae649c4d2f7e391bceeb5d7d63899227404f0744de61e93e23f4d419ef1c8d1c

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 62a204e3c02a43d7a3afb22a044cb7b65618b9a628c4a6c7c13575a3b8bc4224
MD5 a75507ecde5743f78b83581d54d5e473
BLAKE2b-256 ef8e0fdad47daf7561b657da7b364d670463ff39256add32ce40c4ed70661dba

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 da0847896d148befbcb29976badfdfb6cc57f40fa5b3d21841e9bf24eb5b8a6d
MD5 e5058b25e12db619d1e3ab5e4d61c491
BLAKE2b-256 605055e950c7c287993d508a424be0f114e1b48806bc58dbe585615d16cfc3df

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ec4715b85c16cb20f43ba2bc690fd6d1477185bb0bfa783ed90971731206e743
MD5 45d041b5cfe6e78cb290fccc394ec40d
BLAKE2b-256 14d1757e7f17d7332f8353f0bda002aa1154913fedcada2a3711605209d973d7

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 06fdafea2bdba1b60a78fa97b5fd077677c0c385862edc01d028c8dcedb35f6e
MD5 c377d3ef1a82249af866a9e6342229a9
BLAKE2b-256 c138ebd2401bb0eed6fb4a0ed315b39c81c12c8ee6f4c42af148c44884a6c895

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2b0b559f5b5e56364717a5a6d4a21be0ab9ba897d2b4ffd75772a10e321e3656
MD5 dc4580a86a37aa352d91f6756c7bdd09
BLAKE2b-256 c7596640af41260a3f6c5a4d98290d2c065204ec7503f8cad232bfe14b30b490

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 56b53a06ed4ae10dcf1d0152c9db0eb2a4bfbdcde65b449246c31d83175c35c5
MD5 0f3f9f08e32fd2418bc47e876911f3fa
BLAKE2b-256 6a59139bd3ef992bc965c75245d8739e458594506950285d01fdeaf0910d5eab

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 38879dc66767d3409d2710682fe8463fa8fcd7babd124a0fbb831bf8845276d4
MD5 22684cf6c1ebb75578e6d2cb159e7c3b
BLAKE2b-256 8fcd59ceaa6269936ae97461d111bbe60d16ffb497e3dafaeff9874ec1267efd

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 333f8f1e698881182101dbb194b908f200a9f6bd9cf448200230e4799b7ae842
MD5 2c0708aa7ee33c182f9d5a284a537c7d
BLAKE2b-256 baebd5b84b445cc313ed48b8b1210da08f4e61fe289943580b94d6ab77911740

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f6556d17b116db3410f363360d54e35c18e773492b7175c728e5ba522a066112
MD5 d908202f2ab0eccff56b3717450fc5a3
BLAKE2b-256 452803ab1c1bb8d01480816bb71e23afd5f611cd1ff20fb0ace8928b117a18b4

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b149731cc66dac98c5e683be780f3ecadb964f9dcf25d0a9e244eafa29bf44d7
MD5 332ccf9b61806656a7f52bf56d1be3a5
BLAKE2b-256 6b04922903ee8800106ebc6878a6e0d56ca49df4880af953716d68ace0a9dac3

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 77b40b5346ffe3ef8fad0af44026511bb24b148b04f46766c78e2cf5c02555ff
MD5 2885396857ce18109db2aed32bca6b7f
BLAKE2b-256 f8f1f0d380e0bffe6fd421ce371a8f450d6fd3301188f08e4ad6a26d9e1626e6

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ebe5e8eb8813859ff3e265e57bf3998fce76812781af45a035c7911a8e9f9b0c
MD5 de80a79c9916d0ac6e227395302a30f2
BLAKE2b-256 73c190895fa3d1df470b1513de692e897bf4c8693eb0d252387e96cac773b6fd

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e7f53bc9531726042b72f2eff1881a4e85a38d9b36be9cf798a86b803d322231
MD5 ada7de31e1dba2c38f39be8874301fda
BLAKE2b-256 1778a7ba04fbd2e39369aa6252e4ba031d9936880dd424c78395a2d82a1618fb

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9bb8bf5c7ac9aec21eab2a64edab132ad627657687405fcc0d41f38a7d2421b0
MD5 e18d8319400fe05d9389d4fb937ceeb5
BLAKE2b-256 f8be65c82f62d254ffa005fb09d490e116b23fa92fdbb2a48942bf4251151e79

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b8288bf5ee8f6e93ed5f56ca5dc6e2873e6eab5c116e614206d8aeca134d08de
MD5 c1b53ddbc415154c2dd8ad0a0ea31fa6
BLAKE2b-256 557c25c48a55b80916a3ed25e0ac5d8309121bc9e5cc2c18cb8ee1fc0348a489

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0511d1becc6e89088340c3fc68c965600e293e69ea0ce6582d9ce25610760d63
MD5 027643dcc2c25854553cb3147566bfc2
BLAKE2b-256 29c79b56619d519d039e037a7d8ec6536ec967f18ae80a32f3ecbc588763fb29

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b0ecff672a36a5ec70182901d91802824e9f3f531f5ae50c0410b2f6ab06c6f
MD5 3e8f103075c8cc5a9a68fb5d648a6da4
BLAKE2b-256 2e5fde20fb2546e17308e34e302eb85dc72d70c62dc326cc883030b12dc2b63f

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2b4a7896e853ff82278722e891f77005b8b215d82d7fda5648416a98ff1cafb1
MD5 3b598796c17b829bc55ae9b843354bbc
BLAKE2b-256 2cda53ef8fff99382923f46e5fe0c18a7c855e2cc0389a3911ded8d72a107bc5

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 30200a9773d58528741892ca8977602c58dc733903c15f9ec14652014c5e4baa
MD5 d4074774d82da5c9bb2716993fcfee1d
BLAKE2b-256 6a4d85c39cfdb7c12ae869fa779a268bd8863b679d76c71116b195035e9f79de

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 208983253057e5523d1133a6fd9f2c48ce7df7c178f6d6fea832150e2fc3cff7
MD5 901c0e10ba75686a899ec95fdc74afe5
BLAKE2b-256 299ea70e26a5551b14acf17c9c1424628b427614debb42f4b48bfa469612a14f

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 002f260f8533dcb88750c3c61e875bf9f4eaeb35cdf1b51ca113c3fe0f83d7b1
MD5 ffd695b6bf767f2465eb5564743fd99f
BLAKE2b-256 4aa5729c20a35563357f15312d328d6c08c9756aab5cfa4a337545692374e41f

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb41f182b0df96016aa290cd162669f8b894ee938350e5efa90864e61c8a6c13
MD5 9e1da38fe740d01f9277c76e01e67eb8
BLAKE2b-256 238b527a370024f5a4a6af06f07f0219f30d285ac31fbe7b5361d81669e580fd

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 78cb99540fc4ac6f91f2bdb238cfa931efc150fa36de58203abf2bcfb1b8b384
MD5 c09cb9f7f3ad5878e590ac7036e08758
BLAKE2b-256 abef4f3eb975cd84d93b4d5c3e86663079e48ba648e2fe109e800306f55997ec

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd2fc6be9749d8d4f4614b75763a9b16ba808277fb57ad1ae2a5aff6bcc796b9
MD5 69fbc4f667559112436c9fb793c02a5a
BLAKE2b-256 ea76f18d52d53abf89770e4ef28fd923e9d5e31e5b876085544d764eeacf75b3

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eb63eca5d089ce295ad494fd466f294fdec0118c007f623051e6c6650d280d9b
MD5 0aaa83265bcb931986a52abb5539dcb9
BLAKE2b-256 cf2b2d98675f707284cd58dc13d184f2283fb22f19589ae0394cf9810786e1da

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 36b1ce5c457d79ee3d812474a3ba3975045d135df5b34b9d082a14bf0739ab19
MD5 6d531fd8912cbd1dc6ba62761636e6f3
BLAKE2b-256 c488d6d730651e128d6ae09f2ccad09b4d4ade8f054e82c5a47e5aacb6716f88

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eed5b24ec840ccd1d7776c5b5ec68dfb096a064d28dc524676f78ba17ac2976a
MD5 274b8bd9018cde11d520f84a366802dc
BLAKE2b-256 6c7c506b48a38c916de9216aa707f98e695d59529530aec6615f671c1c30b7d5

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c5c81264822ec169b7261811a3435e5332188d2a65c4e630d0bde047d5181ae
MD5 a047ae0686bffd840ec6f676b443e8f7
BLAKE2b-256 ad1de59f06afc0c2f12f0ed5abed9223ea73fa34f0943c6b13689ae7c991530e

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e39ce9600d90106f5a01b35a6e5e0ddc5d4025ce04a1ca1c432a89f3c45b0b0f
MD5 7da7a98217aa4ef189c58e877afac14d
BLAKE2b-256 79d7a829a4945608f16b920d554f817cde81b16cae9fad237b09142ee6b1c710

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2917d83a6bee6c0d14f9d6cdc448a8562fdcf5ca56f43dc784dfcb9e469eb740
MD5 11a1a48e884f862e5763f15e10e423c7
BLAKE2b-256 449475d52df8e315b54c8968d23e3c872f3ec4899d0736ceafa5bd44a30c2495

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 db93d5f9bd005a0469ae0b10adda1b14a72d767a59596057800d1cb9fc32b9d4
MD5 cd116544b03a7e9ac408979c1b24fc60
BLAKE2b-256 580dd3c3f9e7553d113e7bc76ef395801dba8f43d85721a773bf563a55447e79

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9ae92f9c1a779b0625089770eff047dcd0a4196369cc7901548f0e5ebf8dfe4f
MD5 5b1e3f464d1f65ea73adb86fdd34c994
BLAKE2b-256 111190a02ce27224953831702429ab2866b245c0f2150e537220c5455db967a4

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 667df7468aa7a0b4d0ad659b029401f10cbf5292608a00d5a585f2e0a7480d83
MD5 062d6eff5090d0e7de9a08e16b80de55
BLAKE2b-256 8f8588ef13cc8b3e494c7181c3f0fa501fe5d235843898222e62d65d8d7cf9a2

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c382367588e63af4607d90dd8b9a6f9f0242557e3fe79c3976450734143810dd
MD5 1a1952ce81f4b04f2cae68fa8fabc580
BLAKE2b-256 da11994a322f43549c1baeac6376f86c25c6e0a74295322a9c421574eca17394

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f28ff84f808b8c841d49517800255091d350de48c79939250ec9b3d770e78b54
MD5 08bcc03d345583a64261008dae129d36
BLAKE2b-256 b151c45517aab4331fb7e24465da63ca747cb14788ada66ffad3bb1e55d8f946

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 917f385d91c38446c15413d58862563d244510099818a9b8324c77002d2b3a55
MD5 9bdc983d2ea41d9272296577bbe381d2
BLAKE2b-256 26f8f80f202a90c2f09b8732b32abab1874f80f2c0049853c116bf71b27aaea4

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b9f18342ae0cbc67d577c40f5f7c6d12b07fb2a946d3a7b401a9ff592a101740
MD5 fc93f834ccf97a7f2e04b663f968630c
BLAKE2b-256 9e3b85165d7dd87cb27b8b041e0e026b542d4f791c8511d3ac6502ff4261ffd6

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c67ef0120436f7e0a3d312ae322d54303e8652d9946726eed2acc444ff29a56c
MD5 6494f130496f2195529e46452c53c7f4
BLAKE2b-256 eda6079d074d2ff567c4fc00bc6488dc7f8f435bcdba838770b6e4cca7d1de69

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3e87f0ba45c2da64a6318c2a0889dbcc858d6d55a4e447d3417bca86eea9b476
MD5 a5da833f3bc49e2888649978a851d7c5
BLAKE2b-256 6aa1c9d7fb06906e154aff0ec15bc3e1ba86494d652cc9bc2e31b15a152d183d

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8c4d412f867227cb9a110f6c6279855fd482f52748a3af254c7e331dd1386d34
MD5 bcf9855a2c73d27ff16a994a8981fcf1
BLAKE2b-256 78a6db7214ed1dc70be266a2fecfba1110992c6eac66fdcf57c3a72d0a7fccf5

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c87538b90a42008e7cc0b12ca3db22e55884bb441571b4a27328581c33f278a9
MD5 635a5ab1bb15a9b1bf8a6bde9051dc56
BLAKE2b-256 d651e787dd4e05eb7ff51afe19e9fcb9d57e62eafa02c3d7a9c98cc031ddd91e

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ce7f88d411afcf9a96f192ffbb4f8dc189f581f3718fe0d30e28e56699865a26
MD5 b08ed18ef31a60e4b5f0837097fde0c7
BLAKE2b-256 43f719b406ef483e12c84c42c4b8936e51c27058f25f999d90091d56864ddbd9

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 64d693f0a1760991b2f74ff69636a83c11cae483f2dd1ad42b6df534f8677b4f
MD5 d7d8c62e72a8daefe04bfffe5fed7de8
BLAKE2b-256 e20abd382d63fb5fabd5f823f302bd10614781d045a34f48a33edbdb0e59d3d3

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a7d8b93eba53adc018e6e627c31669535272c494b6595f75a21d5eb0aeda0b5d
MD5 a7265df32b06af3aa384822fe1714608
BLAKE2b-256 0b3e52487e97f6f743f3d076dec7b4bbfc2e25bd07cd53a682b5c0150d24d550

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 54a74c7f4677750b104996bfb385df8c36934436453d3dc1135dae5b13a362d8
MD5 18f6970945717f6ff0592c0bf9404809
BLAKE2b-256 6884313d38f19d42bace78250555efa404407f70df08fb788aea975c3ea2d0f3

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e86d345bb19933862a0689b432fa920b0ce10f094ca14c404248fa21a8916c0
MD5 a4138c625672ff0f539d8f9ff59e3cca
BLAKE2b-256 62ec1dbf6129aa86a3f2b3c454fdb544e1af3e4ae76e541de8143775a353920a

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e26bc454e3459d24d3d861eeb12830250dc7041934e8e592ebd1fcf044c890da
MD5 23d001d2886961c8cfbadf45e7402e74
BLAKE2b-256 266235fcb81cb39d06757776dcd6e786332ec57e86e89a65efaa7a93cb50438c

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 94866c48b3f865e3b518a08548f3156832e4e1eb795838138000fd28183975ba
MD5 0098b9106fb62870b626453b1b2e4d96
BLAKE2b-256 fde55ecb8da8a56763b4385a62ae9b2f3a5ea10a85172992926bddc4b0eba8cf

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b752c2f05c658084fb2d6fcd3b34083da0964318e4fb9b2044c3158fb6784eb
MD5 fabcd8efbf29b0bf5409f6948f5482ff
BLAKE2b-256 e4ed3cf8140ff65e47ee7335bd556bc07191e208a2e2ad8ab20dccd3a739bfa3

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3d0af03ad2ad0e6c8196dc52696800eae8265d8622ec90739e332a19580cd85d
MD5 12c6de27fd6f2f39108476056ef98237
BLAKE2b-256 125e8a0ca545bcb45e95eb9bfda4c27edc875ea0b5977bb490688ddade733e96

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4dbf9d1a43c0ddfbb7ebd07cdf4e2478c06afae5b82ac539692da0e09b89a62d
MD5 975488b59c39cd9c56c359378151cb7d
BLAKE2b-256 62448c839abce74e353e6bc48fb6455565614436befb381c98198ba1e5bd3185

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aeccacff4010d7d39e90a0a161bd4fac524849b06d3508d8ee743b6d817ced4f
MD5 e672341ca4a0364dc3cf307dfad42dca
BLAKE2b-256 c87c40cc2bc8fcf1274000e978d2e8cae364d6157c910f5fcde9009f750f7c86

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5da30c0075d0cb81ba0d59b0df12592224c804f8bc1ccf8e12ea0c1f6979e1c2
MD5 e3b1027c3bb5fe6393b0cb7598b643e8
BLAKE2b-256 2423c30665c36bbbda72042449d54f6edb74c49b42ff569ca0d28d90bd086de9

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ac0a3d0bab8b7a7c55690696fdb9e5860e5f4d9fa1b8727bc984ade1be0a76f7
MD5 9b2d93cd27eb97a1261378d645852442
BLAKE2b-256 75c2d58caf0fd44d6af3a51f7cbbafb7b02e9a5c1c5f9070275bfefe9c187d72

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c07f66f933e041ef9800ad81b8ae66b162e2ced4d532a91bf9dda8060a8b9b21
MD5 c19eb861dcf225c24197b526d8f84801
BLAKE2b-256 cd7559401b068912db9030774e44176e3a47c39a41b723620586cd108b2e832a

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0dace8ea5bd7c620c7e55f5ae0d827bf79d8dd1e5edb5e6753b0c0effce5308a
MD5 b6fce07e4265b6b92f6154842b2db3d6
BLAKE2b-256 f20c50681c1a7332b6a6f7e71fc2f6847451ffd8cf5b16dbc1311f6efd1f394a

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d437ba258f3b30c94ccbf9aa01570a31b30f23df113b88245fba945483d1287e
MD5 e4927e4089235ac81d72938c4e3c3828
BLAKE2b-256 c6347e15d6bbbcc939d131e20981532ae949440e097cb812a98f3d680bfc31de

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cad89d49ab7f87c3dc349d7e2355fabca6f92dae49f0638e12b02f58f6a5675c
MD5 1b1cd778991b967e8856572537198eb3
BLAKE2b-256 8e123ade26c5a8e3acb4169957649b973cfa57a3a1e320af36ee98304fca9017

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b32845f982257de86647c9e94ce5b6311d436e40253fac02fbb6787d7792a264
MD5 557ec478d71763e243a00ed1ab10d140
BLAKE2b-256 b08650b8d2bedd0d1d0f79b7d386491b1d565b8c1d789cd27a065b76b6a8d5bf

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb9a2c83756c3187ffeb3da22cd86f0c4a2eb0b803e30d5669c00ddc550cd009
MD5 72b485cc4da4e370bc07b3fae9bd0e51
BLAKE2b-256 05fa2e4282778b0c21820b3857ba6df29eed542dbdf51612ac441a8552b7e727

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4cd29f5b34a4e60b2e86d8629f6cd93d3e2d46cc2d4437d4175a700b9c57c8bd
MD5 05a4f6fc802ed681c52d7f7b724bd43f
BLAKE2b-256 d8e180344d9d66fdf72aa51c18252dd6ae19fdf0dde8387de20571c070d1c96d

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d6cf1a5c10c88a63bb7f7d853b69c4279269e1d297affdd6e097a2aeaf8f6579
MD5 91ab67ae29980f8885297028b215f6f4
BLAKE2b-256 4e58f8634699d630663216558e02ed3b5e4d6fecc19b1c42a31938954da1535c

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 86564e41789db940e92f943dfbffb5c14c70470aa6aa4816a65df470b9768bc2
MD5 939d7edec0b4a8ae10e6d6a9163013fe
BLAKE2b-256 6f5594cbc9b1c2151fe3191420ba0a321f29a59c61fe0ee95d0b79b2f6f28159

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fcd1c4b749e23cb69c624631af00db70727dc4173eef9f24f93c37a7172eb8ea
MD5 e8e50d93b7f75f6b53a438d2508b69e3
BLAKE2b-256 eefea36f722bf75f7101ede792a8f424b02103b5653ba2bc36f53aa38a990d47

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7dd84d4457ec79da2b771144294e2e324a856ed479618c2b82d1bfab6881d632
MD5 0532b7f4e18dff702bcd96a594fc48c5
BLAKE2b-256 598c0e7c252ceea8b5798caf3f2888152396d2abce992cd237884e88390e4442

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bbb41cd3955f1d65ea2bd66c8ccd3bbb268995a35ee4d5ff38e3a5f583067b56
MD5 498b341419ccde3dbc8f6d3d6e2687ab
BLAKE2b-256 f1dceffcad5e943e68f546738eab8a64fbe00e83416c5079b3d9049690ca2bb3

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 725b3bd8d58b7fb243ffa39f6a49005d4a0853aafba8fbc3e66f4d9e7520bcb6
MD5 dd2a2c40a147ee30def9507fc2e3e706
BLAKE2b-256 848f0692233d7c168e44a977750fcc574b02d42c93383ad2df0dda86dedac4ec

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp37-cp37m-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8c69a37db14efcbb19c7bb2586a246bfef87e6a18e099793555b3500964b3525
MD5 dded4b8be8c401aaf80f7b00964fb40e
BLAKE2b-256 862c2baefe30934b29afeed395c79b2f44227d3b044fee2b6d61978acfe61633

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e72492a27399680934dfe9b047187296e424b2a977dce6c700098f7120ea5fbf
MD5 673dd7aa95e95303b7ecce7715a19971
BLAKE2b-256 33a7d1c00e826cb1266e6ce11470948756579ffea27f03ac3dc5cbb5f596723f

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp37-cp37m-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp37-cp37m-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f60b88bff53a77fb79ab1a2f5f58b144f2447fcbd57d3dc3a51129ae26edd845
MD5 f6f165cccd284f7c1315f2b4fc794dde
BLAKE2b-256 a7ffb12bc3474d9713ead1074db045cf0f61c9875068496179ebfd944166df05

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 34e3f2f797038f2295fba2765f268f6a953fdaa85dffb315777ef139acd9854f
MD5 1b2aa57ccfb805f5d3b91eb8232f06ba
BLAKE2b-256 3ae1bcb40629eebb5befcca6a4f8795abe370016eb85674c2d7ab28c43e94c78

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 25c1d0404315c80b52f09831156e15b99d841f947b50d755eb91e517472adfcb
MD5 54687853e11a7bb259d40b184375d9d0
BLAKE2b-256 f2d785a9773e1496918b8b113e90fb2bfc93ea31924ece2e322b48821e89489f

See more details on using hashes here.

File details

Details for the file pyfend-0.1.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyfend-0.1.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 175195d6be16d7819639c0f5d7a00d4cf4a9205a99d94f0f90428be1fe4cb140
MD5 10715446a972eae82b79e18699db9f83
BLAKE2b-256 49c8d89a1fef02d103ab479d4119c2b1be2a033f0ab03dfa6cfaedae20044a7d

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