Skip to main content

No project description provided

Project description

py_framels

support python

fast

Description

py_framels is a python binding to use framels rust lib in python

For documentation about framels: doc guide

The library only support 3 functions at the time.

Install

pip install py-framels

Usage

Exemple

import py_framels

print(py_framels.py_basic_listing(["toto.0001.tif","toto.0002.tif"]))

Should return

['toto.****.tif@1-2']

Functions

py_basic_listing

The function provide a packing of the frame sequences using framels format.

import py_framels

print(py_framels.py_basic_listing(["toto.0001.tif","toto.0002.tif"], False))

Should return

['toto.****.tif@1-2']

py_parse_dir

The function list all the files and folders in specific directory and pack them

import py_framels

py_framels.py_parse_dir("./fls/samples/big", False)

Return ['RenderPass_Beauty_1_*****.exr@0-96', 'RenderPass_DiffuseKey_1_*****.exr@0-96', 'RenderPass_Diffuse_1_*****.exr@0-96', 'RenderPass_Id_1_*****.exr@0-96', 'RenderPass_IndDiffuse_1_*****.exr@0-96', 'RenderPass_Ncam_1_*****.exr@0-41,43-96', 'RenderPass_Ncam_1_00042.exr.bkp', 'RenderPass_Occlusion_1_*****.exr@0-73,75-96', 'RenderPass_Occlusion_1_***.exr@74', 'RenderPass_Pcam_1_*****.exr@0-96', 'RenderPass_Reflection_1_*****.exr@0-96', 'RenderPass_SpecularRim_1_*****.exr@0-96', 'RenderPass_Specular_1_*****.exr@0-96']

py_recursive_dir

import py_framels

py_framels.py_recursive_dir("./fls/samples", False)

Return ['RenderPass_Beauty_1_*****.exr@0-96', 'RenderPass_DiffuseKey_1_*****.exr@0-96', 'RenderPass_Diffuse_1_*****.exr@0-96', 'RenderPass_Id_1_*****.exr@0-96', 'RenderPass_IndDiffuse_1_*****.exr@0-96', 'RenderPass_Ncam_1_*****.exr@0-41,43-96', 'RenderPass_Ncam_1_00042.exr.bkp', 'RenderPass_Occlusion_1_*****.exr@0-73,75-96', 'RenderPass_Occlusion_1_***.exr@74', 'RenderPass_Pcam_1_*****.exr@0-96', 'RenderPass_Reflection_1_*****.exr@0-96', 'RenderPass_SpecularRim_1_*****.exr@0-96', 'RenderPass_Specular_1_*****.exr@0-96', 'aaa.***.tif@1-5', 'big', 'foo_bar.exr', 'mega', 'response_1689510067951.json', 'samples', 'small']

Benchmark

This is benchmarks of the python binding py-framels vs pyseq at diffirent level of inputs. Time is always in seconds.

benchmark

paths 1 2 5 10 50
py_framels 0.004966 0.000201 0.000125 0.000203 0.000999 0.001802
pyseq 4.4e-05 0.000172 0.000291 0.000645 0.002817 0.005725

benchmark

paths 100 1000 20000 25000
py_framels 0.002173 0.015975 0.359272 0.420266
pyseq 0.005592 0.060121 2.632283 3.918997

Note: there is an acceleration at the level of 20000 paths, this is due to the fact framels is multi-threaded at a threshold of 100000 paths and the bench simulate 5 aovs ( 5 x 20 000 = 100 000 paths ).

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

py_framels-0.7.1.tar.gz (174.2 kB view details)

Uploaded Source

Built Distributions

py_framels-0.7.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (834.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

py_framels-0.7.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (857.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

py_framels-0.7.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (907.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

py_framels-0.7.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (849.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (681.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (779.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (756.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (731.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (678.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (694.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

py_framels-0.7.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (835.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

py_framels-0.7.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl (858.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

py_framels-0.7.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (908.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

py_framels-0.7.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (849.9 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (682.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (781.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (756.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (732.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (679.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (696.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

py_framels-0.7.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (835.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

py_framels-0.7.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl (858.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

py_framels-0.7.1-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (908.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

py_framels-0.7.1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (850.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

py_framels-0.7.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (780.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

py_framels-0.7.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (756.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

py_framels-0.7.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (679.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

py_framels-0.7.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (695.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

py_framels-0.7.1-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl (838.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

py_framels-0.7.1-pp37-pypy37_pp73-musllinux_1_2_i686.whl (861.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

py_framels-0.7.1-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl (911.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

py_framels-0.7.1-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl (853.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

py_framels-0.7.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (783.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

py_framels-0.7.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (759.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

py_framels-0.7.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (681.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

py_framels-0.7.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (699.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

py_framels-0.7.1-cp312-none-win_amd64.whl (489.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

py_framels-0.7.1-cp312-none-win32.whl (456.8 kB view details)

Uploaded CPython 3.12 Windows x86

py_framels-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl (832.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

py_framels-0.7.1-cp312-cp312-musllinux_1_2_i686.whl (856.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

py_framels-0.7.1-cp312-cp312-musllinux_1_2_armv7l.whl (906.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

py_framels-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl (847.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

py_framels-0.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (678.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

py_framels-0.7.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (775.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

py_framels-0.7.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (754.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

py_framels-0.7.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (729.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

py_framels-0.7.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (677.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

py_framels-0.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (692.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

py_framels-0.7.1-cp312-cp312-macosx_11_0_arm64.whl (594.0 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

py_framels-0.7.1-cp312-cp312-macosx_10_12_x86_64.whl (606.8 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

py_framels-0.7.1-cp311-none-win_amd64.whl (489.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

py_framels-0.7.1-cp311-none-win32.whl (457.3 kB view details)

Uploaded CPython 3.11 Windows x86

py_framels-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl (833.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

py_framels-0.7.1-cp311-cp311-musllinux_1_2_i686.whl (856.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

py_framels-0.7.1-cp311-cp311-musllinux_1_2_armv7l.whl (906.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

py_framels-0.7.1-cp311-cp311-musllinux_1_2_aarch64.whl (847.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

py_framels-0.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (678.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

py_framels-0.7.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (777.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

py_framels-0.7.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (754.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

py_framels-0.7.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (729.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

py_framels-0.7.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (677.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

py_framels-0.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (693.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

py_framels-0.7.1-cp311-cp311-macosx_11_0_arm64.whl (594.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

py_framels-0.7.1-cp311-cp311-macosx_10_12_x86_64.whl (607.1 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

py_framels-0.7.1-cp310-none-win_amd64.whl (490.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

py_framels-0.7.1-cp310-none-win32.whl (457.3 kB view details)

Uploaded CPython 3.10 Windows x86

py_framels-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl (833.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

py_framels-0.7.1-cp310-cp310-musllinux_1_2_i686.whl (856.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

py_framels-0.7.1-cp310-cp310-musllinux_1_2_armv7l.whl (906.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

py_framels-0.7.1-cp310-cp310-musllinux_1_2_aarch64.whl (847.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

py_framels-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (678.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

py_framels-0.7.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (777.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

py_framels-0.7.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (754.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

py_framels-0.7.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (729.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

py_framels-0.7.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (677.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

py_framels-0.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (693.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

py_framels-0.7.1-cp310-cp310-macosx_11_0_arm64.whl (594.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

py_framels-0.7.1-cp39-none-win_amd64.whl (490.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

py_framels-0.7.1-cp39-none-win32.whl (457.2 kB view details)

Uploaded CPython 3.9 Windows x86

py_framels-0.7.1-cp39-cp39-musllinux_1_2_x86_64.whl (832.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

py_framels-0.7.1-cp39-cp39-musllinux_1_2_i686.whl (856.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

py_framels-0.7.1-cp39-cp39-musllinux_1_2_armv7l.whl (906.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

py_framels-0.7.1-cp39-cp39-musllinux_1_2_aarch64.whl (847.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

py_framels-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (679.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

py_framels-0.7.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (777.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

py_framels-0.7.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (754.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

py_framels-0.7.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (729.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

py_framels-0.7.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (677.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

py_framels-0.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (693.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

py_framels-0.7.1-cp39-cp39-macosx_11_0_arm64.whl (594.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

py_framels-0.7.1-cp38-none-win_amd64.whl (490.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

py_framels-0.7.1-cp38-none-win32.whl (456.9 kB view details)

Uploaded CPython 3.8 Windows x86

py_framels-0.7.1-cp38-cp38-musllinux_1_2_x86_64.whl (832.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

py_framels-0.7.1-cp38-cp38-musllinux_1_2_i686.whl (856.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

py_framels-0.7.1-cp38-cp38-musllinux_1_2_armv7l.whl (906.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

py_framels-0.7.1-cp38-cp38-musllinux_1_2_aarch64.whl (847.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

py_framels-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (678.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

py_framels-0.7.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (777.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

py_framels-0.7.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (754.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

py_framels-0.7.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (729.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

py_framels-0.7.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (677.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

py_framels-0.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (693.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

py_framels-0.7.1-cp37-none-win_amd64.whl (490.0 kB view details)

Uploaded CPython 3.7 Windows x86-64

py_framels-0.7.1-cp37-none-win32.whl (456.9 kB view details)

Uploaded CPython 3.7 Windows x86

py_framels-0.7.1-cp37-cp37m-musllinux_1_2_x86_64.whl (832.8 kB view details)

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

py_framels-0.7.1-cp37-cp37m-musllinux_1_2_i686.whl (856.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

py_framels-0.7.1-cp37-cp37m-musllinux_1_2_armv7l.whl (906.2 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARMv7l

py_framels-0.7.1-cp37-cp37m-musllinux_1_2_aarch64.whl (847.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

py_framels-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (678.8 kB view details)

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

py_framels-0.7.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (777.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

py_framels-0.7.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (754.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

py_framels-0.7.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (729.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

py_framels-0.7.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (677.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

py_framels-0.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (693.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

File details

Details for the file py_framels-0.7.1.tar.gz.

File metadata

  • Download URL: py_framels-0.7.1.tar.gz
  • Upload date:
  • Size: 174.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for py_framels-0.7.1.tar.gz
Algorithm Hash digest
SHA256 af07cc22df3181e18c2c754275a5faece7e55db3933398a5b9fbd3253bc42e59
MD5 e41a8c3c7402524ba777badbda470360
BLAKE2b-256 37d4f69fa30568c4273fe8ae7e32cbdfe665de8c94778eb6395b24a1542eefbf

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b7fcd2ff079ef4d39b50f9300cd7e7d0d611c098504d8c8b77912b0e11036d58
MD5 5b42544d88b89b8124440d53f4e55a4e
BLAKE2b-256 f40a94f7651427325a6932050fe495665d4c4522da9934cdef35984bab4349c5

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5c5e234b488a3fd75acfab53affa330523b215973922681126c7d9c39c37e593
MD5 7152909851a8e714caf51019b9422924
BLAKE2b-256 1ada8b318d4146b01d5e3d864c0d913fe1743a30f14db7c486c450ff11b210d9

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 163bec78681ab3ea46049f8b8fabadc857357dd2e8c7ff25e4219b06e5ae9b44
MD5 0a20b700e2eb07ffe6c4bc3aacc84068
BLAKE2b-256 b8d94119814c94a5f03562420684db55cf8d6ae9e60fabaef1a2643387626690

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd9fecd47a80a37b5800aa57eea60f0bfe96e5ff12fdbe8b2ac588565fd9fbf5
MD5 7b5344b2d1e37bd42023257089134cd9
BLAKE2b-256 5a18ac4a0c899a338dd7141b91fbc21ba13e23f0aee0ff42f012f0b44e4e27fe

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b980bad1a54586465453f139c11bf609f233c8ee5c50b914b0ef5e6051a311a
MD5 fec370b53baf784db47195c34818ca36
BLAKE2b-256 e4204826b3ebd05c4b41eb22d45b9ad3e92650b2545c299ab13e14d770defa29

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 60dad979c9b5b510b84c9780d127ffdd025331469962b3a5cb058c1a51690cfd
MD5 eeb52601f8d414a5279e5d5155d18ba4
BLAKE2b-256 5cdf3607630659866b76d245a427e6ef305a8d336cc4985e37b4097db17899d0

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1b1f31b317f105ca50f0a872ccbaf12127bca9a36f96892f25bfd1d714d24120
MD5 b30e851bafece10c60c34d958c342113
BLAKE2b-256 0927ea6cfc01ecaae5ad95cd950c6fde24acf12c36a86c69120ce8693cfee54b

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2ec29e14ce92a484837be128f23ca53afa50c3b6380180fe4d25e3bcd952206d
MD5 4dc51f42288907c274dc19409e0b05b1
BLAKE2b-256 97a96f829ec96df12cbf0a06b185041e19e8a5644e8354aeb8a209d2f74fa1c5

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a982d58f06ebc92b28b9bb547e0e8d7707ca16b42635fd810379deae678fe7c1
MD5 68f70f1a04f91bb5ab5d92a4829a857f
BLAKE2b-256 a09801c78f2a72874030050b42db369b60ca548255997cc0c5c5a2c9b9f7fdf8

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 064a8a6e5cb56ccf2be6b131d01ee343769b63d4e2e50688324a4e3756516723
MD5 64dba5e07406b7ca78ee69469e24796c
BLAKE2b-256 99fe8142b71ab04f507645e5a69191cd51a23b138aeb7d93c0f48a69448ebd98

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef13b8234fed7f92b90fa3f454bdea44baa11081f71c505bd342838364f66050
MD5 aca6c5054c3509ce110f12bd4354aca5
BLAKE2b-256 66eb488770d3ee7e1f528b223453f62dc9193c4392ad6d4e727517f626ab583e

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 06aeb45a8082a54873dae8ab5d91b842c9a63a1dcfcad159eb9a3a9b97653eb9
MD5 3a6074a1b1a16f216736d18f38a5ad5c
BLAKE2b-256 1ee1e632b94d1f467143d4f6dc93c7d99c6dc3dffa35bfe79976ec548ec160b0

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c2229c6e76c4461f71cd4e5e9165de426f47d714678cf1201c3f2ed452b80ea5
MD5 9f5ba50c44bc8409879a5dc7e656d8b4
BLAKE2b-256 5c92eb55ee5189126c0d8f4d5146c20228dfacdb36d3e14fb7bcfc31a88aef72

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 23247c6af49539c016591c624b51be7ee5f95164749d093ff742b987980aec84
MD5 7838377a9aa90bc42b6516dd1511d257
BLAKE2b-256 c82c29e58bc99c17ac266562ef9dfcf956cf199d14d1f1b711573f5290182183

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d2e27bceceb7dd0d7dbbaa499cbaadf58104ef340a1a4c8bec9216675c6ebd7
MD5 05b358f51c7617da554717a8f6255cb4
BLAKE2b-256 5ef4c29baa31c3b919112488c18cdebdf67ec4f08e5a8ee8546aa94bc7fbdb94

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 64a9b96d1713f2a0f5a717dcd3f87eb7140ecad7efda77ca2840dc20e0699f11
MD5 3aa87f8a8deabbc3e05b42439e1d56f4
BLAKE2b-256 a0ee429c39ac487a64664e20ea41b90b4cbfaab2c5caf38500e86c087bee6503

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a5ed3a54f06e3a13a1f31678d70bee175aeabfe6c183e001ce33daa893ec3540
MD5 f9bc09b0729757b5a9bf4e4f5a72c7bd
BLAKE2b-256 0e5d86132fe91a7e3b8f2413cdf712fdcadb8895ff3c3302bfc6ef1b7131508f

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 49cb50a7b4348a0137cabca4a80625dfc9e079c4db745dbbe92e88b9b6c6d02d
MD5 b6df2a9d97e092165ecc4bbff9592f88
BLAKE2b-256 023e1ba168266a099da4c1a98a3301328af87f58e197dda16e09f2b8fdc63402

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 446ba171d207889efa780cdd57e059ed565ea754ac319dd6c0be2e59cfdd28b1
MD5 02fdd014a0955df5df8c87a5de6624c1
BLAKE2b-256 59e2a1126f568c10f9619d4d5a004bf64cca22d9943c04fb13f3c03b500d9954

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 088d75b44dac6b4ab3d2caee4eff505b2679a7ef812a9e5c274e949ca087bbdc
MD5 66aff15443e274ea9f5cb8d41e1016c7
BLAKE2b-256 8c3e9d62794a556abd440e549756667a258f436374e6ba02ead41c27bdf53360

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ee7c156455eecf227b9488847958fdbfb32bff246eea00cbef7cf3a046ac049
MD5 e05df602cd2f55768c9e68d85b2203b0
BLAKE2b-256 fc30d21eaae7366f568f918890da17704ad456be7a1a5215927853befc6e754e

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e72f11cf725985683982aff051e94737d72edab1c1b17f200da7360fa47da8f8
MD5 d8f16cbb7e0de0f8e8dc73cb781ac45d
BLAKE2b-256 72f9b8c28f7f0e94270fb1a0d4427e2b91e88bc6f2d94110d594bd858a18df28

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 650b31e62126aa24f9d310c5e78d4af2a66ec4d04e447e07869f2bef4a79408f
MD5 0aff49e7bfaa3bb6b70efddf3eff9054
BLAKE2b-256 e0084a12a04c5b6e11beb385aabcd8a712b310c7736fdbe46cf53fd23bfb9ac0

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6940722983aa4b115571298d4a864d07784a2c9b6466f9bc7babe38bdf94762b
MD5 ca7c22335506fb1634bc6ea02f21efb1
BLAKE2b-256 357a3b4a422806034def802a6de1683c488eff92682bea1f5120959ea29aa627

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6c397fbe2f3f6e1bc02267278c2455e71165886ffbfcc3a908d169c808cbbf4f
MD5 d6c946e6bec706e1fc9169dbd30ed1a6
BLAKE2b-256 89a5c9465d2469f37063ff1f19c02ff55dfe921fb80fb195f99ebadc388fbee8

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 712ea4f1d076a7becb6b0d4fb04814dd82f0e39940dc362d8498675a5787bdac
MD5 015bdda9da1ed57be9b11255248503d2
BLAKE2b-256 41201bf4b8bf1aa6b92492f10f54ed4e5ef9aaf1ae703fd46869cd6ddb2c609c

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f7c3f87d10fb0208bbaf800942106a7fa78be05985f579bd0b56f243f9c0440f
MD5 97191bd55f66a4af188c169f493ff667
BLAKE2b-256 5bf5e1004911c9f2fecf547e997e17bf26dcc70af6309625308c9d119c729fac

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ecf3daa24451e195f951b40a3dfeb5d77fcb76e443f879ceb4ae925f721fd6e
MD5 6bcf6e6a7d5001b92fb34e17d60ec2eb
BLAKE2b-256 440f940cbd790251a6cc6336f10979d2eacd56912a8899956739263f3812880f

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c384c046ea5d71eaacb6974b82114cd95a09c7877769d242fd7717e126bc81c
MD5 8dc80be9d581eb599b92551c4640c214
BLAKE2b-256 7e8ae6b61c0d993fbe56fd24ff308766ab6800b86c4a0c5ced34fc30bba0c7ad

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp37-pypy37_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp37-pypy37_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1967026420f9fa0b8fc85c42900730a443df1d0b19945c7d4a708c6ae680eb31
MD5 73b71eba312de6e0dd085855579a8cfb
BLAKE2b-256 c19dba6b02592a8abb19edd93ec0c2ec9276219a898b7af2fc3f6758d6cae084

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f9e41f991015af8835ecff6b9280a9bb63e7c89ce6ba8013560a6697ba5670d4
MD5 7f042d9d892bcaa98408370ac4bd61f1
BLAKE2b-256 a6ec69ef68eae5ed7e8363d0180243d9d244b5acfff0141d9bd58d065a85c45a

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c3410dbab2aee6540ae4232c0bdfbbbb9613ff43def5ad03a205f4d286670e2d
MD5 8ef44515b032ce4f2a4b45bb549a5bfe
BLAKE2b-256 5431046e2938c195553de94bce2f0ddb4f94476a2b7a45b335716cf02347e973

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 09f43b56004e76628ce7260ac21b8d621f67825c7d78b0687d53a0dade62cf75
MD5 f3bd0ea3557a07520c08fcaa232d889a
BLAKE2b-256 5519c4310ddec6d5f42df0e491082d3d84f3f51cbfdd72961cc650605292f73f

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3356ae32c16bc94c4c04871dbf93b2e3daa22e2025db4074a172fed053b272a7
MD5 48132362879ae1e579017130ea475581
BLAKE2b-256 d3d2f734d8af3fe2710d97e0073334310face697eee700901a3aa09726b528e5

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 288d700902cfd9108aecdfea471e58cae1d39b0de962496a56aeab945164bde2
MD5 a78797d5d897740cb1c05ac49acd6ba8
BLAKE2b-256 657104c6d27dbdb8696c4ffc91778408bdeccd628b64bbbf6df788cb7e8f7b33

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 37ff5eaf53dba4ce1c85504349dc6e1960459a275a5d0cf40ab9b367ddf7d94c
MD5 439d343aab6658d588fcd246ca238fa4
BLAKE2b-256 a560a8a08c9412bf3a52f2163537d4ee1b443f5f390214fcc05bfda153850068

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 bacecdac027de86354b7325d3cb9c985aff06dc193a14e9a982a878f663eabf8
MD5 2f5b5b97fc39bb962562587698942c7b
BLAKE2b-256 b697d8eec7c4e7511fb38b606a4b41b36a658251eb7095a0000c1f795d30db02

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp312-none-win32.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp312-none-win32.whl
Algorithm Hash digest
SHA256 25011615d1c7e58281a4bc3bfc7adae9f6410fc3d5e79c6b573828a7cb9f70db
MD5 fcc75f5042942f469a574b245390803d
BLAKE2b-256 0e1c537df0188eec75b87b4d190b276221d817c1fd8be85d9c045862ec2db8a8

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bffe4e32a8712f5da503414feaf2e7ee9ce77df77a38ff153ef797eb8c74d349
MD5 5db860d7437444b34f60b4aa4b3e22cf
BLAKE2b-256 56920b4e4968f2c4d4982eb2a6e222a5333c5bc42c48dc209832595b51fc005e

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bf7723f1a87109190430ec2d28e383ce6a84279230954e3f97c2f9b48f2fab5a
MD5 ab70eaa130568e353bb085bc2a415417
BLAKE2b-256 92cc1593c846ec4871ae0e61e98e341cd2af35c0cd5052e582bb8467984c221a

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 631abcca8f006017787586c94c96eba7002756e5d0cdc86f7ddf2c8921c5855c
MD5 49bfeb930f846953a34726b4671f769c
BLAKE2b-256 573cfc0d46c60e9d34a4707fda105e80f6082b36f3366126fa464d4af7a914a4

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b35b90c5a00a046382dfd925db2635161dea437c4588d545d31f5bc8055d9c74
MD5 6de5b50841f7b4db95ca6d7e630b2b4a
BLAKE2b-256 4f1de62f575c33ea405d834f7a6c79c9820a29dd5eb886356e950be1c9a9628a

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84d5c99469902b40fc722adc980b0b33499a57463fa1951befeb72a1993aa7fa
MD5 5dcabcd2605601483f21b8f59092a725
BLAKE2b-256 bf00cc9d836d8af7a3e2d39f5e40ff826f2ab35d4b536a87b25f0d2749478e8f

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 774e9dbe046c5d8e175b1091438ab4f7d9cb691155d29b2f6120dc9ab62a3d64
MD5 a1aabbfec8148f8fa3f79429ff6f9a56
BLAKE2b-256 0c8089e4bdb19211a5463cb68860444d07e41cf5988a2d1a6baf4734a445ea90

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 916a7719cffb75ddb4210c068ba8c069a307019087b24d63e97041526aa8675c
MD5 ba95702e86e5c168741606a943b8d7a0
BLAKE2b-256 13663e25f8e94bb13bda229766403dd36957a86da72452d6579f65c94d094ca0

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a91ad4e245d967927c2e9bba778f47b79b0ffea31b92321ed9af0c68106c7324
MD5 fbf1bc2eda970e77dfd7701087cdf68b
BLAKE2b-256 871908c9663fd53969b08ffa085a954cc3b97afc003ad28dd787f4b12c6b22bc

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4a1156f4cf150d12767a42aa05edb9edbf3ab7609015d0d93d2a9f131a61c246
MD5 4046864a8aef2e2a455d39626bd50204
BLAKE2b-256 55a30485ec23a19326b739c8d552c7722d819be7b57fb56c7f75f0f50dba3856

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d6a8ca93a4df06e243ac9c7823a288038d7ed39f5e90e03063eca575963e325
MD5 13d7af165a21d022c6894bf38a66bd45
BLAKE2b-256 d365b9025220a929d4e4cae9d91a2a1f5e54ae6686026ca9b23fc295377d9e9e

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 257f0e10f916bdd8f28c60056ff632e7bb42819749d7844b45dae581ef9ad1a1
MD5 ab74a355d9da1ac0264ac518aec0e241
BLAKE2b-256 cc59e7c2416e1b34fa5b4228b93e6ba274e7aed93993030c43ce4402ca1bdca6

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 65c1362e9b0ec9a4d50583a1de43189410a784a16ad3ff44e2bb4eae969efe54
MD5 9810dce94348da571b180d60b5a2ecac
BLAKE2b-256 748dfd0c98fdd343ed834e77b39ccf2c419a612b0ae9c7817f46b6959da3ea7a

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 1280c30b77586147b061cccdfac98bc2b937bcf2fdd3c28c944e7eecf3222b84
MD5 e589a1d958c5eb4160ef025882959327
BLAKE2b-256 8b00282a862158f0192284c955e9ac94a396de0d2e89887b8e932a2ee1d5c1bf

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp311-none-win32.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 630b4933b85d8199f87039366d197d6c9620c6dc82f2fcb285e1af215a00710a
MD5 108e2b80541309f334f29edf542dd801
BLAKE2b-256 1a3439b9ef06efb553cd82f919fa0b4a4155cb6e01fb4507a2b8331344cb313b

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aea5134ad5ff6b451376eb318f1c8fca2b9e4d9f40ad733cbe531d534e7c9de4
MD5 c76eec05eae90ebc7dc125a3f8eac11d
BLAKE2b-256 d44eb92f66e76d128ab3972627abf434d603ac2baea7a67b769bcb3878ad1bd0

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3dff9e82da39fe0867a3d5bcd91013968176cc5447f7b6b53ed1e49732c61044
MD5 a51f38290cc3b545c6af56e6945a59ab
BLAKE2b-256 f8306293bf17ed87ee058f7b2cda6ccfe6b2d837bb792544b647f6ddbe52915f

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 80f14e1bc259bccf6a003bd35ed0ffa30e9fcf783eda0e87357f209918116504
MD5 a26b8f00562442ba870e3b54c334a504
BLAKE2b-256 18aad32f7ef43e680aecaa4b49275ed10504461dfe48b5f3651a8b16df4e8f82

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a76a872c9ea9ac45955713cd78b5cee3bc6c9aff2d2d3c3ecf86f930faa3e1fc
MD5 25f6949d8a72770ceed60032c86315ad
BLAKE2b-256 d4cd22d78f4e0cd430d9dc88272d01aca5f1dc29c70a371bbbdd293cf57d56bf

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e212dc076d2483751f9caec4b8c6cf9f5ecab06715eaf9cccf66988401c87dbc
MD5 9c38c77438b97ce5c1927e5b9889039e
BLAKE2b-256 e9cf0406854e71e0fd242440a81ffac55e1847a70e9595aceae16f895b2461fd

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2501793b8f4f3076c255d6e8da09ff7df3f0016f3a3a7177b53ee2b251b9f57b
MD5 d28113e6f14633e7231fbe7cc0a6e52b
BLAKE2b-256 bf656648c24f9fb4673ef81b3569535d7f1a57fc417987d32a5616d168fa59da

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1f8430924ddfeed5c6b325c7f47684559bfb3bec4275bd8a96057b8a03dd1375
MD5 80d4926c158801531ab0e7fff59aa3db
BLAKE2b-256 feb41b9e6b61494cf78448ef360f8db586e33ee205b1d06cc7ab31a1e1bab69c

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 752f16d6aaeffc3857c2342ee9baee17892914b4e827c9abe8720d41eeed39b9
MD5 6443773eed9ea7b5c0a5bb86b3246d3d
BLAKE2b-256 76e38dc9d2515bfdcb235d6072fe9a52a479c7965de05c88e7ea889af3f50089

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c2c593446d6d189ddc1ee59c8ffa201363b88309efab78161ecfc469e4f81b77
MD5 0f984dbd773f99d47922c6b0bbd3bbf4
BLAKE2b-256 a3ea13bc2a6bf7f0eb83a5a1b922524f23bc0a34d784ae4973a1d19ba4db8f99

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8314994c1e2ab50c491b01db47e7e3e7a158e34685bee99e12e58cd3e72962a5
MD5 6749b9499a1c4a06a9c328365d38d39f
BLAKE2b-256 6969fb84f1cfe62277f4128b32051a080617a1a1ffaca7057a19c6a065154d5a

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6e7c77557301cbe33e18b1417765830f13c234f30be4f23a2c2cfa662665988
MD5 de85418c6de991f7f571dca0a5797849
BLAKE2b-256 8b54e6304008a06f2d3d2db0d5bd4fad196c6105b84f1470ddeaf41680c06a3d

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4cd488e19ea349e4dcc2fc8e5c3eaf7882e0f26130ae12d28a2c8373336bd9d4
MD5 46ea5cc5ea96624a0964318deb12cd1d
BLAKE2b-256 beb7e22e826b789a494dce502bfdb1cbf0b154369e77421bca363fdff4b45d6c

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 a02cf504460a83cf84d16197561d52ffc5b4d5e269164766dff995797058d590
MD5 17b4f00ad60408216dc8ceaccc10a76f
BLAKE2b-256 dc4be29141a636cd490ab084535ca383a56b32a0ca9ee099940aa24711d348f7

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp310-none-win32.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 482481079c36bc20e69ed8d235b98ea1f36b230987b43189a7123ee557cd9636
MD5 444de1ec9df87af67d437bf2f3050e06
BLAKE2b-256 96902415d7e4ea685f34db1a2e67e81a9a399d1c50ef29d875149eebaffa3eb7

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 084bf7209db12285a69dbde2d0e5d4a1e73056e876327f8514ee4a787e3d58f0
MD5 a83308626ad9ca358b75317121b48e37
BLAKE2b-256 353845d9ba278f270b2c1ccabf41e2c026a86b911aaf0c8c6ecb70a7caf151cf

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8aba8cdd698d82b4f1c97b2d19af094d56ee14a63e638339ffeac74966781fb2
MD5 70fea6d9816861993de2109713fcb78f
BLAKE2b-256 7b9d7e2031a23388018bd0a7d7dc4b474291a30705166a06301f7edd10412f8d

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2056d73750fa51c1079379862d75043b600d5a686b10f71be567622c34ed7283
MD5 04df48a2c83f93feb114d3e7f51fcbf2
BLAKE2b-256 26d3dac79c9a48b750a68c6f2bc3fb61574550dff2a654d8410cf19564842ee8

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea7519ccb1d202a8c34bc395cd9da00afe20917c7790d5710a1af945df586fa9
MD5 7a9ee01011b44fd5efb1d5cdcc16e932
BLAKE2b-256 fce0436334bfe9122597baaaba2a07b4462ca33c8161ff515bbe3abea1907a41

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85e2945a4802b0818c4a8ca94ffa52076629edba1e0e72774cb0785e3bcd0b15
MD5 2ce8c1832a1c1ac545c1b3369e0117cc
BLAKE2b-256 aad9f49607606defd412a099ddadb3f840b417c77fe18958f823d84b7099a0a8

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5e0189af05c02f284d5c70988ffa1111fcd9e0b6034e62bdf99ac1a3a3b75485
MD5 c46c57486e609e4a2b6bed8798db5126
BLAKE2b-256 3e00b61fdde04e521a72af5ecd5d144b63286608489e6aa4aa0b8be7dc75482c

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a589a30f121ad50e47c3520de49219d7c67c2e6e7d376ec4124a0c7799cc8056
MD5 2bf3bbfe9c4b34216db6b05006cbcb0d
BLAKE2b-256 b72a980667b2c75a3ee47d6c908541c6f76a0422476f2c5c3204fba5a7bb0d67

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 12be4df90ef221053db53940f9c671ac63d09f380ad19521b26243017a30a33c
MD5 d4a397c0aefb52325991c585eb7adda9
BLAKE2b-256 63ca9901e42332b206259fbe165dcb356fa4fe5b9d6874ad24a01b3ca27609a6

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 37de854904922d553f313380cee1e82885adfc0b79ecb9134268cd56564ff1d5
MD5 221185962ab5874740c25012f62dffbf
BLAKE2b-256 95222b7402b0a2cecdf5544f8463b5f9014b899a35e4f0a83e5fe362602de7d3

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ffc533ae1cdd3312427d1ef9ce17455bd492a92cde8878bff2de5c3b2a2345c
MD5 0a97b8634075a38fb2aab98b22ac84eb
BLAKE2b-256 fce5c5d841f75d3e405c0d3c36d6808c5a6fbc1e536c497fabe1e0e017cd108b

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30f726319ac64208232d55c50847f7193e232fe9fc6fd5029d07626b02f08ca1
MD5 8973d35e42bd25fd1407d884144ffe8d
BLAKE2b-256 fc8e43a7b9d77c78a6ea29b0e15d355e22cf9f3b8745a749b4fb36ba6eb5f517

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 13f285fd9eb710244ecc4e1ea9047925230afa858a4db0f595e8856555d3c5a5
MD5 128e1fd5a1685c099b0ecb390f541969
BLAKE2b-256 9a031a17198c0299ad09379bb1f1cce94781d0a94c1c20ba48806fea3469f222

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp39-none-win32.whl.

File metadata

  • Download URL: py_framels-0.7.1-cp39-none-win32.whl
  • Upload date:
  • Size: 457.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for py_framels-0.7.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 a563410a878ba6488b59301f9da8e63d348953377dd46c748cc6f143de6dfeba
MD5 7eabeba16633bfe0ee231f22e8200958
BLAKE2b-256 ade9e9abaa56122353792880fe26db28d77411a1c77ad7b6d1f0d9ebd6afeda8

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0dfed86f6f78886a63d55b354a57a4cc5238fd50e27034faf715652fc8e007c
MD5 a34c49b4ba272d930d71535ad8525f19
BLAKE2b-256 da3a1a8026782e717c4f50f37319dce77745ca9ae87e988bd469bfd70bc2cf84

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 512cfb55613ddb1a2bb13f9412dedc1331ac3c0b12ce96d1e8ceffc905e36fe3
MD5 293a99a108cc4bb96b2795ae66d5fc75
BLAKE2b-256 351241c01b0a315b544553f276836ca7f7fc5682c6dba1a1934b4047dbe44d1a

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7da4ff5522d7ed5ba3ea972b093f0fe9947c79a3ff06df64e558b4c0cbaa9467
MD5 b85b823ceb5b478e76716f594887fbc2
BLAKE2b-256 b2a7f7c6310679f848dfcd799eaab138a2b62ab54947bdc70b06f4dee3c80060

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e7481cead17bd26c66b09ac0311f026bb716bf1f8e26d0797c879af6c722b2fa
MD5 cfed02a085406fa0e2b518e5e1e9dea0
BLAKE2b-256 393ecadf793ab9de266ca4cfadf04ab131e1853e799cbf059397707c6443d81d

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66e16a6a2b2f8eed3c66d0f0b9939b147cff42be5d31e216c7c0705353f9107e
MD5 86403dcda10b11a8094ba150db9881d9
BLAKE2b-256 5188e8f86370537dd39909c4f849e77d95807bae87557fb930b96ddcc0fa03ad

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2ae05fdea7eec08350bb824db9e03efebf723a14b533c560dca8e1cd4ffe3ee1
MD5 8b3abf5c1117c1d6ef1cba92ed33a59e
BLAKE2b-256 f813c396353ae7b0613367ae365b43471cf0d48fe07940126ae47690a609704a

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2b44001f8a25d3a5c917e3de8b845bc24d0ed6cfea3b321e5205e8193cf9586b
MD5 fadbcafe0fa43c150909ca6b02863a1c
BLAKE2b-256 be3cbc2961f34936d516f8be0bd1c81f4e93a0fc65f5da1b964bdcfaf29ffbbd

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1d286c18e627cd344befb8c295b030d749428455d4e8f2e1c7d2aa6c6a2d916e
MD5 49972bdf079ceeaee85c385daa69c126
BLAKE2b-256 3e0f9eab6289e82c6b22a4ca6d356baa929413692a2a5b0571421e0c93322275

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 61026b1a7bdb95557cab8e60c60e22d624547576de96c92bd7735337cf22e9c6
MD5 881a0abca706e5944e46d5ad85e461b9
BLAKE2b-256 5c843b830def3e010d0ca39fb8d0f387279399da670823ae9e62f8913d74695b

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7bb5558dcf967a33db59dab0711b36991124ab784b575b510a206ff2ae8b145a
MD5 caff64edf4b8a30e35a680ce6b209a2c
BLAKE2b-256 de8b69c0cb665896686db067fac985e996009e653caab1143c818797eadaf346

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 984047f4bfe928d5e82cc3299a3e6e9c37effbbe0370cddba74f1918f10aa471
MD5 48697ab9626cde92919e72f3b70b27ad
BLAKE2b-256 265159b3a5e2992ab5b0d6c4513b2f0e7a25ae7b4d1817549c686d5301234e0a

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 a8f26466d6c671bd364bf24803be631db73f5de98afabe321c4c3f0bb7c561bc
MD5 724e09d7d15b256e5a4ea53e665a79c3
BLAKE2b-256 7aa091d66f5dfac3d1a901f76cd5554b13215ff47f3a016c8838c8ac4e0091fc

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp38-none-win32.whl.

File metadata

  • Download URL: py_framels-0.7.1-cp38-none-win32.whl
  • Upload date:
  • Size: 456.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for py_framels-0.7.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 cf45a3939a2efa929ff687d105e88ff5724f527bfc1c05d4482ee5a91ec1f86d
MD5 f45fc0713baead2c5321665410fb6538
BLAKE2b-256 89f336a45f3a022d55dc57117f9d479b4bb712f5a9f69c2ee21e1f073f28c8e5

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bdcb96af70d67bb00e25782417cd5539f6c3f4f9c32e6f66d402cf4fc3d40122
MD5 245bc76565aaed9d5f511bd50c356293
BLAKE2b-256 4c289c20b17323188e7390c1c2acca89b208014d293f8f370bb4531c26dc3c2c

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fb783a3f1d97d303c6de0116c4922926dcd741d218d7a542fd7a970749683cb3
MD5 82dadfe2a369268daf29e2a71ec2364c
BLAKE2b-256 10d736f55e4ab1e251a7ba3b5841299f63fb5ccc5aee8d5de84939358d2bcc0d

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ed48dbf5f15ef2b123154faca34c63d264c3646ff9600cb8b79c3ded6d334f87
MD5 bf5a5f9c44b6931732e4e8645b5c1bba
BLAKE2b-256 fc0aaa0d357390a63a16b7b569c83cd8066289f30309aa22d449c115e1ad3765

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 96aec69c97b5cc7d8533d45295915c25ed72d242c8dd93962c9b8aee01ff73b4
MD5 69ebf05c4f489eafe6d79ed90ad367c0
BLAKE2b-256 ec48595edd1f811e49d902adf4a7fa7a3d0365aa0b8fde946a8a585e57b7c354

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ad039daabb4c536f4bbf0d58072353735024396659eedf74db04460a648bc04
MD5 1b792fa9b689b9e87a31e22c80ae815c
BLAKE2b-256 ef787c29f2afd7d1ff8d263ff791e9d39bc03075db0e14c43edcf2e3518bc8df

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d97da42282c73f19dc707200b1e1a0660128bb659afef62164bbeef41d601d2b
MD5 68af8f69c6aa9250beb29768a55ed2c5
BLAKE2b-256 b6e1244193a4b46588af2fb746a408345241204dcf30158414d9a3c1c365bfe4

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f203367358fa345be7105ae8d6fd3aaa887b9620b71a13f55832ac131574b746
MD5 5efdd609068e4735ce37893c194a884a
BLAKE2b-256 2d1734d53148878e0516c47cdeccc9a6791fd337acd1c8c28d40f81ea9044fdc

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a9b7656e7ff092787d6193a5794bc6d4ee8ceefa1cb6493818749bdf4deb9675
MD5 c8a64dc7e9b8af35429ff0d91a33c851
BLAKE2b-256 a3a710c42371760bee00cf746c60c08ce89de58da06d833edd43949b19b12f3b

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 416b6a8e19b51aa77583ddba20822874a71f474d3427f9b9f78ca991e13947a4
MD5 7f504e3b00852697bdf41d4d1d135cf7
BLAKE2b-256 78ef19cb31b5d425bb49cd667f029b2e358ec1a3b088af4c061ca10ccad1dce2

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 18bcd9205b260bbd927098dde54c49c84b421ae22caa5bb7953b90a56f4bdd80
MD5 0c0538465ebbaccbc083b0d9f65dc5c0
BLAKE2b-256 fdff81da9202a64e2acbfadf167863e2b95798a6945e0c7154442abe04cab37b

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 38abc68626fa3d8e11c3a35b82358e7d73f0024e2bcf480fe95983020409c7cf
MD5 f0620edb14c4ba2b1fecc4d8585ac293
BLAKE2b-256 63250c2b62e56afae4bf1f539d71ae377b8a023cda2112d31eaf6f3f6b22ce31

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp37-none-win32.whl.

File metadata

  • Download URL: py_framels-0.7.1-cp37-none-win32.whl
  • Upload date:
  • Size: 456.9 kB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for py_framels-0.7.1-cp37-none-win32.whl
Algorithm Hash digest
SHA256 ca765738461fbef6fd9f4fad5634f9e7f845acdfceab3f8b98578f19e2f50860
MD5 3c0c9f0072f9178dbe62697f7813e098
BLAKE2b-256 5ce942651f43052bb4e3f68d678114aadb7891a161b75c231b96d143d368d947

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bc758352336a74536d3edf08ba7a64871276c7f3a0f42a959b360ff95eb5b7c2
MD5 4377c9a483770f644daef2ad740bcd20
BLAKE2b-256 3ff83e2d27a99b081742b5c7197a8658ab192a72cbae5140a9ddd157d7e075a0

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 06d4daaa0b8f12f6d33f13e616b45e706c781ce9a895184b7c58e7ff8ddbc099
MD5 a68367ab9f0d5eeaeb41d1cb6e416985
BLAKE2b-256 4091087a97aa9b44882a28951657073edf586de3b99b2f09fc8cd34f8d1cfd31

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp37-cp37m-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fc6754398a441284bc073d8f86771262320cdb52becd82d356b1cebe76e86ce8
MD5 5c1556d6369f34b4c0d580d5a46748df
BLAKE2b-256 b76b8299d7534e4400630315e9c65422558d53f9f87a3458a2c80729ed8ef2e1

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 41d3bdaae8c998dd443db0fc4a5cdeab18141cf06a5444fe7a68f06197de30eb
MD5 40157f4b7251e6a814c5c105f263b8ef
BLAKE2b-256 680d482b95c0121596758b97a72904f8de22b13505b4c76e792f446a066fc883

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f327645bbf69a960af59b6c66068c77268da05482fe4ba598beb1f7023ac0014
MD5 106616c8426750e06ac500e3c1333172
BLAKE2b-256 722f14feb4fcba632ff7888fcbda25e7a2854a53f87695fbfeea45ef7d414111

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 04b7e091db5a337484b7920fa15eeaa1ff9a81593fd274427717b764e7e38f80
MD5 74eba6fccf442ce09f0235808761aaa7
BLAKE2b-256 e3573f0087c839948a219ef46b41128b79b1ebf735d626c8b64ad5711ed73283

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6317e88cbcb11cd99b27b9474d8c70f265ddc119f41c47ed51f0ae6ebf09f2e8
MD5 820dbdda9eb8ac6ccca2159d8ed98cf1
BLAKE2b-256 2c23258aac536760a640935ca64232fa643f57390d94940dc617f4ca131ad2ae

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6737403427f56a40570982f41b777c4d08f93a536a2a1abcc30fecddab9d5167
MD5 bc835e49ce580bb1ae81aeab36174d7e
BLAKE2b-256 3897c2c5a31353d07e9aff9a0a76cc6d00fd4767fbbba78fb2e30ec2a9a86e05

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d69850e7db78c6e689db96ed671d69bb82d676233f346e37967b3a82850bbdc8
MD5 f211c998dd19c97d2a6ea3e67b116ca9
BLAKE2b-256 dd8785c8b6ea7c0606b69bda47118c87033f9a084f56e54a085707eaa438eccb

See more details on using hashes here.

File details

Details for the file py_framels-0.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_framels-0.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4b6c00b732db2e4e6da3653b2a2ab426ee2d252e63b8b3c77f7f017c00cd572d
MD5 e0cefb0591db8de82bdb37a149b27312
BLAKE2b-256 85ecc7a49910b07cafb0f24a80f6771a598499786d4aee86015c629e3dbadb4b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page