Skip to main content

SFXR clone using Pygame and Cython

Project description

pyfxr

Sound effects generation for Python, compatible with Pygame and Pyglet.

Installation

pyfxr is on PyPI and pre-compiled for Mac, Windows and Linux. You can install the library with

pip install pyfxr

Documentation

Full API documentation

Pygame Usage

# Set mixer to 44kHz mono
pygame.mixer.pre_init(44100, channels=1)

# Generate a sound
tone = pygame.mixer.Sound(
    buffer=pyfxr.pluck(duration=1.0, pitch='A4')
)

# Play it
tone.play()

Usage with Pyglet

# Generate a random explosion sound
explosion = pyglet.media.StaticSource(pyfxr.explosion())

# Play it
explosion.play()

Usage with sounddevice

import sounddevice
import pyfxr

sounddevice.play(pyfxr.jump(), pyfxr.SAMPLE_RATE)

GUI

A Pygame GUI is in development, to explore the feature set and create music!

To install the Pygame-based GUI along with the library, use:

pip install pyfxr[gui]

Then you can run the GUI by running pyfxr.

Screenshot

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

pyfxr-0.2.0.tar.gz (92.4 kB view details)

Uploaded Source

Built Distributions

pyfxr-0.2.0-pp310-pypy310_pp73-win_amd64.whl (64.5 kB view details)

Uploaded PyPy Windows x86-64

pyfxr-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (77.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyfxr-0.2.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

pyfxr-0.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (82.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyfxr-0.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (62.6 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pyfxr-0.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (66.1 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyfxr-0.2.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (66.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyfxr-0.2.0-pp39-pypy39_pp73-win_amd64.whl (64.4 kB view details)

Uploaded PyPy Windows x86-64

pyfxr-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (77.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyfxr-0.2.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

pyfxr-0.2.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (81.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyfxr-0.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (62.5 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pyfxr-0.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (66.0 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyfxr-0.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (66.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyfxr-0.2.0-pp38-pypy38_pp73-win_amd64.whl (64.2 kB view details)

Uploaded PyPy Windows x86-64

pyfxr-0.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (77.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyfxr-0.2.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

pyfxr-0.2.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (82.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyfxr-0.2.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (62.1 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pyfxr-0.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (66.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyfxr-0.2.0-pp37-pypy37_pp73-win_amd64.whl (64.2 kB view details)

Uploaded PyPy Windows x86-64

pyfxr-0.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (77.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyfxr-0.2.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

pyfxr-0.2.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (82.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyfxr-0.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (66.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyfxr-0.2.0-cp313-cp313-win_amd64.whl (68.3 kB view details)

Uploaded CPython 3.13 Windows x86-64

pyfxr-0.2.0-cp313-cp313-win32.whl (61.1 kB view details)

Uploaded CPython 3.13 Windows x86

pyfxr-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (400.3 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

pyfxr-0.2.0-cp313-cp313-musllinux_1_2_i686.whl (386.2 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

pyfxr-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (391.2 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pyfxr-0.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (366.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyfxr-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (72.0 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

pyfxr-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl (76.5 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

pyfxr-0.2.0-cp312-cp312-win_amd64.whl (68.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyfxr-0.2.0-cp312-cp312-win32.whl (61.1 kB view details)

Uploaded CPython 3.12 Windows x86

pyfxr-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (403.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pyfxr-0.2.0-cp312-cp312-musllinux_1_2_i686.whl (387.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pyfxr-0.2.0-cp312-cp312-musllinux_1_1_x86_64.whl (391.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pyfxr-0.2.0-cp312-cp312-musllinux_1_1_i686.whl (367.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

pyfxr-0.2.0-cp312-cp312-musllinux_1_1_aarch64.whl (388.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyfxr-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (398.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyfxr-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (392.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyfxr-0.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (372.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyfxr-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (73.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pyfxr-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl (77.9 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

pyfxr-0.2.0-cp312-cp312-macosx_10_9_x86_64.whl (77.5 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyfxr-0.2.0-cp311-cp311-win_amd64.whl (68.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyfxr-0.2.0-cp311-cp311-win32.whl (60.6 kB view details)

Uploaded CPython 3.11 Windows x86

pyfxr-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (409.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pyfxr-0.2.0-cp311-cp311-musllinux_1_2_i686.whl (393.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pyfxr-0.2.0-cp311-cp311-musllinux_1_1_x86_64.whl (390.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyfxr-0.2.0-cp311-cp311-musllinux_1_1_i686.whl (373.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyfxr-0.2.0-cp311-cp311-musllinux_1_1_aarch64.whl (389.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyfxr-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (394.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyfxr-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (393.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyfxr-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (374.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyfxr-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (72.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyfxr-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl (77.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyfxr-0.2.0-cp310-cp310-win_amd64.whl (68.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyfxr-0.2.0-cp310-cp310-win32.whl (60.9 kB view details)

Uploaded CPython 3.10 Windows x86

pyfxr-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (376.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pyfxr-0.2.0-cp310-cp310-musllinux_1_2_i686.whl (363.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pyfxr-0.2.0-cp310-cp310-musllinux_1_1_x86_64.whl (365.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyfxr-0.2.0-cp310-cp310-musllinux_1_1_i686.whl (345.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyfxr-0.2.0-cp310-cp310-musllinux_1_1_aarch64.whl (362.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyfxr-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (364.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyfxr-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (360.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyfxr-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (344.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyfxr-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (72.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyfxr-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl (76.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyfxr-0.2.0-cp39-cp39-win_amd64.whl (68.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyfxr-0.2.0-cp39-cp39-win32.whl (61.5 kB view details)

Uploaded CPython 3.9 Windows x86

pyfxr-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (379.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pyfxr-0.2.0-cp39-cp39-musllinux_1_2_i686.whl (365.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pyfxr-0.2.0-cp39-cp39-musllinux_1_1_x86_64.whl (368.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyfxr-0.2.0-cp39-cp39-musllinux_1_1_i686.whl (348.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyfxr-0.2.0-cp39-cp39-musllinux_1_1_aarch64.whl (365.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyfxr-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (367.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyfxr-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (364.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyfxr-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (347.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyfxr-0.2.0-cp39-cp39-macosx_11_0_arm64.whl (72.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyfxr-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl (77.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyfxr-0.2.0-cp38-cp38-win_amd64.whl (61.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyfxr-0.2.0-cp38-cp38-win32.whl (53.5 kB view details)

Uploaded CPython 3.8 Windows x86

pyfxr-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl (383.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pyfxr-0.2.0-cp38-cp38-musllinux_1_2_i686.whl (369.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pyfxr-0.2.0-cp38-cp38-musllinux_1_1_x86_64.whl (382.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyfxr-0.2.0-cp38-cp38-musllinux_1_1_i686.whl (362.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyfxr-0.2.0-cp38-cp38-musllinux_1_1_aarch64.whl (379.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyfxr-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (370.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyfxr-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (367.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyfxr-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (350.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyfxr-0.2.0-cp38-cp38-manylinux1_x86_64.whl (226.3 kB view details)

Uploaded CPython 3.8

pyfxr-0.2.0-cp38-cp38-manylinux1_i686.whl (213.3 kB view details)

Uploaded CPython 3.8

pyfxr-0.2.0-cp38-cp38-macosx_11_0_arm64.whl (72.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pyfxr-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl (64.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyfxr-0.2.0-cp37-cp37m-win_amd64.whl (60.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyfxr-0.2.0-cp37-cp37m-win32.whl (52.5 kB view details)

Uploaded CPython 3.7m Windows x86

pyfxr-0.2.0-cp37-cp37m-musllinux_1_2_x86_64.whl (381.7 kB view details)

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

pyfxr-0.2.0-cp37-cp37m-musllinux_1_2_i686.whl (369.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

pyfxr-0.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl (349.3 kB view details)

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

pyfxr-0.2.0-cp37-cp37m-musllinux_1_1_i686.whl (333.0 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyfxr-0.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl (346.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyfxr-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347.3 kB view details)

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

pyfxr-0.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (345.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyfxr-0.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (326.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyfxr-0.2.0-cp37-cp37m-manylinux1_x86_64.whl (217.7 kB view details)

Uploaded CPython 3.7m

pyfxr-0.2.0-cp37-cp37m-manylinux1_i686.whl (205.4 kB view details)

Uploaded CPython 3.7m

pyfxr-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl (63.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyfxr-0.2.0-cp36-cp36m-win_amd64.whl (60.1 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyfxr-0.2.0-cp36-cp36m-win32.whl (52.4 kB view details)

Uploaded CPython 3.6m Windows x86

pyfxr-0.2.0-cp36-cp36m-musllinux_1_2_x86_64.whl (367.3 kB view details)

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

pyfxr-0.2.0-cp36-cp36m-musllinux_1_2_i686.whl (354.4 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ i686

pyfxr-0.2.0-cp36-cp36m-musllinux_1_1_x86_64.whl (337.4 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

pyfxr-0.2.0-cp36-cp36m-musllinux_1_1_i686.whl (320.1 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyfxr-0.2.0-cp36-cp36m-musllinux_1_1_aarch64.whl (334.3 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

pyfxr-0.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (335.0 kB view details)

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

pyfxr-0.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (332.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pyfxr-0.2.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (312.7 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyfxr-0.2.0-cp36-cp36m-manylinux1_x86_64.whl (219.9 kB view details)

Uploaded CPython 3.6m

pyfxr-0.2.0-cp36-cp36m-manylinux1_i686.whl (207.5 kB view details)

Uploaded CPython 3.6m

pyfxr-0.2.0-cp36-cp36m-macosx_10_9_x86_64.whl (63.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pyfxr-0.2.0.tar.gz.

File metadata

  • Download URL: pyfxr-0.2.0.tar.gz
  • Upload date:
  • Size: 92.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pyfxr-0.2.0.tar.gz
Algorithm Hash digest
SHA256 3beb569e21fc79113a91631c231d8bba1536c61d25986d28d6188f0745348af9
MD5 732e7279a2bfac752f7a00d6c57babf9
BLAKE2b-256 62850af466dd41c9bd71fac68b0ea6fd28eb81c4decb85fb65fe6946f32b48b0

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c4562291f4f367f4aa914d30c5a184ccca1e6ecdebda2292dabbe67c492539f2
MD5 ef5204988a557c09cd22c3d021397e41
BLAKE2b-256 d6e0cb44bae5b2402b12e8d46090d4608eac542cedcfd8cc0968529da44cec69

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4249f372ad079820a7a96ab761ee51d7d88bbd698b55e59a1b65aeb42319a25
MD5 74d5905046392d281fbd759c9449b9f3
BLAKE2b-256 438cb3df42d78cdf1645326491f3cde83ad4741975ba8c44d0f500ce0fa1ed60

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38fc5805d7522bd465147b61c7c527dd63ca7c4779292db12965843597d4ac65
MD5 4a7223000240b4cf9bb4370ee1db6f4e
BLAKE2b-256 c9a5cf7c9b0a739174353311d2dff181445efa0fdde59cbe5dddbeac33bb61a6

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e74e0caf14a7145de130fcd6badad33aa39aff3bc3288d87233013921dd45a2c
MD5 903ebb69a67f73a006a950b3bf7258f8
BLAKE2b-256 a83846f1168d64e9debad742a8d515fd9d375aee1582384ec7fa2887fa6bd30b

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 019bcfe9165ed061125c06d7c2cbe3a0669b7c12a42898a2552d985d3c1bfe5a
MD5 40234b6ce870f60b62db540d9628cfed
BLAKE2b-256 193d51ea8b97391d140aafcefdd0cfcf5d29912ab6a4c8a5243fe0d72a175225

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7e6a9eb4cd89d6c006e4a6375e00f9bf0ba1d822363cd8f6a5f0d7d6b9ff4ba8
MD5 cf4f8212f88ced5005825063e2a2172a
BLAKE2b-256 ad7156c6d28fd716f38262a23b56d8203ba226d516b1558e3293c1210771c1b4

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a6f9d37c27b66834324d67684e79d713f3731b69ef411d0717e1825edf8f060d
MD5 ab6f23218926a84a4c3f12154d779d33
BLAKE2b-256 e6904298a91e5ee26a569f620fe2ae48a52f31dcf7f6ab826ff3f09c4b0c142d

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2cea4581121679fccbec1b79af04e00ac0f793898a151a31ec66f10a8cd96451
MD5 821f1a7375ac61e99c307de0f9669d2a
BLAKE2b-256 f7cd99b805b1ee089b02cd939830d19e0837ce8b7ed88840de0e3e1c449ca2f3

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66a3cc1078937fdf0980597b2bf546527d4b22b4df2549e5afe4e6b9a3c48c6a
MD5 7c380c5bd3970678e64ea3c1522c4109
BLAKE2b-256 31e4b5f204a3781f3c84e3507925163138fdeda7e751e5885000925ef00e318f

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 69b0e844cb5f69ae94d229b47e02bf839032ee61548a4ee2c8ccba44fb570649
MD5 b474ff327303b2678570d7ce38a0ad26
BLAKE2b-256 a7b544563d396de8d3e03e1b9d29eb03f53dde81c6b34e7bfeefcab8208b077a

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0f4b56731c6ce9eaea0bd3bfae54dfc30bb31bf5a0253336d6cca6c8ad98bf5d
MD5 646e7563e3a0b4161e46790c4c444c88
BLAKE2b-256 bb48c0816466cf2994c8b997d3a1e3217ea440d62d55b6d2ef6a438ee59b4aa3

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2fa0da93d5d651bdd928d74a02c36713fcc831d115b16fbfcc89e27ffb458b66
MD5 66f8c757de70b8305b9551b80215117e
BLAKE2b-256 ada0a0a6044b86b2582f7a08079ca1b23d0e2be8917731eb64d2188455dba21d

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9614ecb2fd80ed017d6cf3af12a93244d92f01c8d89dddb4e1634a64750b7563
MD5 c45202d08e53da55e50c7cbd66df15ce
BLAKE2b-256 de25d04bf5c4eb8f0b045833ad2e302f9c78d19e39481284b54887dad339253e

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dc680a21af7273808745e2999aa93d0ef180171341e55847290e4074f25072a0
MD5 9c0cda5a99192169565042155698f2c2
BLAKE2b-256 c22b062ea4e2f2a3bab094555b8e09d4592bca24f31f77af400e44e68fa497b8

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5cc3382cb040e387c248b3b00f64622f4dd85407a99e17d9f15e0aed1a1a85f7
MD5 e96ec340199e9a1b0fc8b94e1bf30465
BLAKE2b-256 bf78453fd92fc2aa9b4a5584452b01eb6ceda4fd068f60612f23b32883ccefac

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ae24d895748913420ae17aecdd75918e68a4d335a0ed4f235f79dfb24841bb16
MD5 9d48502e23172fd29868be74fc7341c6
BLAKE2b-256 7eca4f947f701422f764aa12e7ef650687895d37a83d7b36c98cc2d01157f2e2

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff30365d99b6283b24e750713bc51368f30a5530f8469fef918d18edca13eb4c
MD5 5e42a30e4cb79fa183ed49c816ba4bcd
BLAKE2b-256 6dfced7fe27c450cbfed03311d5c5ade5e680a394058f49b67c7d8a785bbc8fc

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e2794829a3d0e772b8f31393159a3e3e8bd7a87843f56dd4da392ae934cdf6ab
MD5 2c96f961d50ac0dc9ae774e4cf67ea8c
BLAKE2b-256 a725fa7b4a5cfcea8fdc9b8c4a680e0fbe1bbadc0577e219e628173aef220aaa

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a2d280302fe08742374cdfa2898d97db58eaf7147a7c2522b28e19bcbe72c27
MD5 03fd700d2b5c61a06f37b818c3e44b73
BLAKE2b-256 6a61b76bb7498a0d71469d677c78195ecfc07bac0be6003b0825c74b85887e25

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9bb00e8b3e67b0ec67467eeb094713eae62a3e5aacebff0a043c95fec255210c
MD5 1221b374dfb67e2ef9597be5c0d4f072
BLAKE2b-256 1e242931e8588fc69307ef5de1871534418d66af8ff2690bd3e67e1adb7ad416

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1923b056316c4ff83b7fae1528ec74376e9af57eba860a0d120c625d46dbba09
MD5 d5d9436b4b2c9cf1f79f9414ed933393
BLAKE2b-256 d53a7e590b500f59bdf9644464ae944afe147471f4fe7a9535254f9f66e9e9e5

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea1035407388ff013e7e243ef1a005c9e311b887bf4f0bd56687f44ff585f133
MD5 57a2fd4575a65c9fbceeaccd66b5fc12
BLAKE2b-256 3fcdf752f637437c9c8a6e704df84597f34e68b8f64d991f1739bec47d00d8c4

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21c127c3d1ee3fa3b5f33fbeefb4def29bd449b48018e753c5b863ef1c2d89ae
MD5 e16d23a5ae6503730dcd36be5134c727
BLAKE2b-256 69902d6bb20ad7bb271b802fb386a84b52a5001c291eadc99e05c957a7812ba1

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c35882d2058b633f9f058ba4fceeaa2838963657f5fd12f9680aa45cb7e0be23
MD5 aca26fe3f1708dc759d8efe6da48a0dc
BLAKE2b-256 962f5817f881d108c28db951c14473ed98211f21037c7a3b6b19544e4e394285

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b5570da82f8ee5538d57cd824b7552a8332d96ffeaabbef5608f5448ec422844
MD5 ae123cc8e171c1ce225bccc0497fab97
BLAKE2b-256 ca02c1b02bbcdf8ef016e09084693aadc63aa48653f00da84c768dab8a04a244

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 68.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for pyfxr-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5897e6c88c6d33e643aed76e0c0ed8b2d57fcef82a0687479340cd04a3787626
MD5 df6948794a72bc32a4943a8af6efbddd
BLAKE2b-256 e071d7933f085b1c7c6c4e3477a1708c240018c5e4dd2c32e04e7828859fb48c

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 61.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for pyfxr-0.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 4d44964646fdb66eceffae0d50f1cd0a3ca2446911fb2b501532caa828750365
MD5 79a2e70e935198512915789ae3f5461b
BLAKE2b-256 403daf5262bfb293bcb71182d67402c84a78c3951440ef751ed27536306cd74d

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c227e2112066bd897914b77bcc536c2674ac1b12c6d0929dfd6cf0b1be90941f
MD5 b4a8e8af1694f4361affb6c0f69abb68
BLAKE2b-256 265a4999656b8e0d17fd3c87f272da35bd9bd796235d19c87e31b8382c406f13

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4e0d87a6ca025ec05a61818835faa668e301f390b349ca07ea74ac9fb011dd15
MD5 06bdee2356ee8ca554cc80991652a758
BLAKE2b-256 ea973292d5b69eeedf5b44fcff7c330adba2bda5f4eb5e6e4da4aab1b7e0ec1d

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d97aaff0ebd8eb4306c421d395622f9bddabbaff86862f9d1db0d4e7a3552df4
MD5 f783b060400d919828bb486a4e01b6bc
BLAKE2b-256 1a06f47f91b5e456b39272c172b3535303a5dc0d97d4d229416fcd5ee9baa940

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 411f5f2a31dec4b3359060cc7da9c806ae0c524d362a8e548b181e8af493d2c1
MD5 f9e23e40ac058f156a698429882ba0b7
BLAKE2b-256 79bbb896758be45c588dc4c3faf228ce2b9f9f2b490e0c24f32cac93ab86b5cb

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d62a188cf982a69e393d3fd9a3a0ff9d9411fe446f9e413b114b39201deff31f
MD5 728b8a4ff51a54ebbe10cdf030b45db9
BLAKE2b-256 95ead5db3c7418a5bd0807118e5e38b591375d6f636cd902058ff07f4b3395df

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 239721b40fc3f70f36ee2970a61dac732fb3950c278f2ad038730aa4c3312314
MD5 33dbed74ea872a8db811d6084511000b
BLAKE2b-256 e811418b0562b64087527bd1d68fb477628df10b0927dfdabe264a9db2159d4f

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 68.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.8

File hashes

Hashes for pyfxr-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 80ef41e109125efa4fa0e20d73d1273c79273e213f44d9464a23c1d55c151710
MD5 26b954d15b1b4848b568ec732c1e44cf
BLAKE2b-256 8141b731082a3a9ccf1aed1fc1733508025043bdfb02049a739c4fdc1d963edc

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 61.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.8

File hashes

Hashes for pyfxr-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 610407e46035e324552ccd0d8c03d9c09b3c5dd08d644c9b60db0f654afd7457
MD5 41416d3a15cbcf2993426e74d859f43d
BLAKE2b-256 4279b49b33d4a25e4354a06f2335051c24b34563c796a3d1c2737a179cfd1170

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60cba54124cc0c9c91118c28ed416c1dc4c02cc26e050c36992f643cc2e4e64e
MD5 4bfc003e57e024666c4a1be7d084f504
BLAKE2b-256 7babb1cde02dbb1abaede4eb250281ddcd2eaf06082e03395fc69a06c119ab98

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6e53e690242af0c6653e7a60b232931c773624eeda64cf3b92713ef23b4a5105
MD5 75eab8dc337f7e45635de2abe336fbc6
BLAKE2b-256 e689605100bb8de6f1a6a94f041505d00e80ae1175d7f31aa3a95d8174378abd

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ff181e84a4566a841e6c762a474c4148a0c6faf94ae0e17495dcdd5e5495d6fd
MD5 3fbdad6e3a966ae95e7e9da7b737cc91
BLAKE2b-256 1cda24a156fbd642e551202f3f2b4d376ecefef794211f4b64e6722a8c2176ce

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 478e34860ddc7158a140f7cb492b52b3248c915b9cedfae18d921e97c5a59d93
MD5 bc67093260c425dd7e21a6904212fa87
BLAKE2b-256 7cf93a36ad9519056770688ab5ec9e54ae0ec79e342c33fb7ea63313b9da54aa

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 457dc92a60c0cffcf9ec8e1b701d6a31f3fd5daabc5a29f6cbb93a4bcf315d48
MD5 d0e1328fb890681ec97044d45c768a3b
BLAKE2b-256 cf89cec737f3927278b3f43a33d9adba90470c9a641743518710d2d24218ae6d

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66af619d1ed10ec19dcdbd625210eecaf82ee4ec8d9fd4c4258b1c7a65e838d3
MD5 4bc34e809ea50d8f28eebe97af023817
BLAKE2b-256 d333e6d0222036020fc48e3884ed39f8ed3f78f1c5cc09daf35ea16870bb4942

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01595698457762251ac0408a1c111140041f92b498b71832ab1b8b36b7f235df
MD5 8e41207a4763ded6352fb144c88dc5ca
BLAKE2b-256 596dc6d1ebe9ba56653b552669e5653d0768e20b0f686c766cdabe54d01c1448

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1cefdb5d8d148f9865431515fe712501d3cf36713dee575abfff6c7eaa160784
MD5 ad0f5f23e14fd18a56f0e1d5e2233e5e
BLAKE2b-256 28a222931ae36add2d04cc8c19e99025af9ed080b2f6bf2767a71f0ba3b61d72

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf1043043f7d3f28b7327e518160c205b3c74cdcc5d2cca7e801997adf2e4c39
MD5 551c9b17d4ca78ce74e28579e129cbba
BLAKE2b-256 51c1db4c9c8ac53b7c96bd2199b9526bba86a131769d678b08a93515647b9ca2

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 700e1d94a79c6faf14e353f657a56c20aab240f88b1281e4ff51b4fc432f9045
MD5 f707b506ad0e118a9a7e52add58b46fe
BLAKE2b-256 6f005cbf9dd5fa36df45388ad5b71c87660d67d60791c4c1620ee1abe7b59f79

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6580368cfb00b3d3fdc213086a1394adecec4fce5d99b8b8cf6b1acfc5563d26
MD5 424e6f7ca7615994e66b22c9f53d5c00
BLAKE2b-256 0d47f292879105f0e7fd572581b31de1a7f56064f25c1a4a31d12ec532e7e383

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 68.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.8

File hashes

Hashes for pyfxr-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 18fb06197b8d00531f72fe188a0120667ab34eb6b8e0677d5f4086b1b5214538
MD5 ffbebdeba3002bc642b28e52f97ee732
BLAKE2b-256 dd8158bcd0a547dc2d296462bdef0a77ce6ec073e930274d09a7da71499d8b68

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 60.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.8

File hashes

Hashes for pyfxr-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2fc61c3112b50ac7e99c3e903e7fa49bbf8e656800a69e6f24f0b42cce2b5ac3
MD5 817f544cc3a40668998c9b2fab236b62
BLAKE2b-256 8613bbf7f5598698a6de6f435affa434f1524a44816585be455f37549b20cb9a

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea0b1775a2218f6d5b626412432a7183e0e8cf196ab2b4f5a1555abf03ceb463
MD5 ed7a9a1b4d6c3a43051ceb66be7c9e75
BLAKE2b-256 c546b973eee6cd1a9a2a824bcf689061f5f8e42df93552ab0ee7162b35aa2a81

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d512c1e7bc4c4ed62cd4f1f276ad9074c7b0f0671833e55d60da4b299a61f587
MD5 aad7a5a7d8b8cbde4388e8e9d8916eeb
BLAKE2b-256 a2f505e16c80cef910c92804ef8416054523728ff06aeccc1898df5bc927d07d

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 01b33b9646ae69d7b735c607f003a9d64da17784f7feaca28441c745a9de65fe
MD5 0c7fb9932e42b6b686da76bc9112c124
BLAKE2b-256 1cbc3b05592a00ce9e3829fabd20455f8031d27ba5d196d2d131091c5ac02f5b

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a21ced464db44740725e3e47bc306773db3045b6d7fda49f0d6548f43d2f681a
MD5 6f95da1c27de5e57c995f4bb3a2e71d3
BLAKE2b-256 dfc57d5dd98c0b4da49648bc56d9c0d2ff55c248d6a849b607a929b46c2cd2bc

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7aed4e60c8daba491e0fd6d5b2c0dbcc1772e1eea4c9f94f3bb06a337cbdf5a8
MD5 14676e36441665cc1566b19a4b295610
BLAKE2b-256 64d52c6709bec2adfa0c53787b24a6ce4f004081b22021c6585343b1ea219aa8

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f023656ef80607ad6fef03f064de1fba7d656f4cf5cc4310a2447ad8e776ddd
MD5 aea580bb9e95fefd3176641290d9b7ef
BLAKE2b-256 329aad9bc97f93e1fd8824bc0c9da46bf3ae230a7adc472ef46cdff4f45d7c63

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b2a651da45a12e1120f20c9c04b4fd95a09c1261371763e85add72cef65f3f98
MD5 05fb6836d5f6484342befc296423cb43
BLAKE2b-256 eae1ce8b3261857b220ae80c92b43bcac5f62207deeeb491a450fcfc172079bf

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4c7c868d624e61b9a50dfffe4bd662521bfa97408bea5fce7411e0e1e5291407
MD5 68c64bcfd30f4b534dd2e477fbe63f21
BLAKE2b-256 ee5231d5aff63c44f6db76ef36749f096e00ee9829460ca6fac8e8456a068929

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de5b5a4cfdce64d8c569e5662fac1b67b092900f00b958d9ced46ff65ad96e93
MD5 aad16f29b2256c0fa48727f12259b219
BLAKE2b-256 028f7127a93989df7d20f735f1c26a72d41661c07ec057a097aa47fa4289bf4c

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8ea31189fab40d7df7738c72b46a09726684918b0144e507394d30217fe39136
MD5 c9f17d3479bd2d6e8deb2cd8e8e322d1
BLAKE2b-256 b73e2a89e6ea97b6b6ad23d5e18eee905504541643dc41e720b5de8af2c7ecf3

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 68.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.8

File hashes

Hashes for pyfxr-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ceb0b335639ce9c281fdfbe1d96e31c840090cf1a3d38ecb5e184f9100dacaf6
MD5 13785f2f5b295e4eb21fed56a066494b
BLAKE2b-256 5f09733f81c57f06b2da8fd88adbd9cf80e455496c83ca007087110738383905

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 60.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.8

File hashes

Hashes for pyfxr-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2c496a0c9c53aef05152c7aa3c11f3e67ea8cf0c223ca354414f717a7b71caf1
MD5 2edddc236f1d1f97d08212f8676319e1
BLAKE2b-256 94aedd7a19b3a93d5a579ad1fd8561cdf7038aa0f4de8cd1c81eaf2ad8814c52

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 22bc6374c786a220fab9753ec97d01c3a9b035e5a4a3f0db449724cc7b9c52a7
MD5 0ad37c3791d9b8c10d7aeb807fd6c01e
BLAKE2b-256 6ccebf29156fc018dd86c3749a9000ad3356ea76f22ff43c11930c5770a9cd53

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9b10744073b6875c1af5646bbb5a8794750a50860674f81827e76b84030b54df
MD5 3c854ff17a3a985ea9b32c5cad981abb
BLAKE2b-256 375659366321a5badbcd2eb3543d947efbd7ddccf446fb94b7952711ffde8955

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 79e9c4df4e826648e1cc21555d802bc1d2aea8c546d386d9e024e652dd8e7d66
MD5 baa757913eb6b615955ca7c842bdd04e
BLAKE2b-256 f4153be6819892c57ba7189410b46f04de5d3cdb936dc66af60f918dd777887d

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2d9ce70cd8fafcaf2eb0af7e6042671bb1d8ce1bc852608080fc338fd33b4655
MD5 31b48203d8019b632381707c1656455f
BLAKE2b-256 981e7af683941900711b26691013e070cc6b1180c3f4a6fb551907ef4502e6cd

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b41dece4eca1af133dc75490381594232210bb77f1e5e7d2e540717397eb6ce2
MD5 e6a2c3cf62030f1d840799c62bc533ce
BLAKE2b-256 5d009a766a50b32df94322829a0f4e4a84105bafb8f6246676f48b7ed7a04a7b

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7371d2e7484457a066d872c63dcfe5ef41e20ff33a3bf9a76a441eb5b36c551d
MD5 2ca83f8a78be00e0b7ceb4cfc283e6ac
BLAKE2b-256 e8ed8d784c73f045ac4318b10c1f284eb4240c9f0c6eaf9bc45d6ac4f149008e

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4cfde337ed8692ee1cc8dcdf78a3e98bcf44b39660cb0db21898fd43dc22899c
MD5 257da6dc454907d56fc2008e1f9e6aef
BLAKE2b-256 b6bbbbb9f073c1ff9d85c16fdfa3109da6aa321f8824cb382b1778e524cfb044

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f09bf9b747b8c455c8c5ea5bbbfdc68a2b204b3f11b598912af64f1a915ed410
MD5 53095417836d1185613f5433a4918ec9
BLAKE2b-256 434b451c2db84731b1b4d61c2b8c44c34d3bd08565aa24ae8f74933fcc27fe00

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e8229b0a7c3cba6efccaee119ceb371029646d1dafb1af5c97b2ce9bfd11ab5
MD5 3d7c9801cb7f37d8469cb02a0ac9a7e1
BLAKE2b-256 cd3d18e2de5ea105e79b8092fc10f9d10f8d8e55e591bc9b5b1142fe1c1431db

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d7d5c880a3627b16422a78a989db6b14cce54d296ee7f6b4f584215b4ed59e5c
MD5 c9bbf9118ad1fe8a42ffdca708cf8f10
BLAKE2b-256 4886d49e12884b099ecd9bc5d84c03a4f0fe8194ee9553bbdee7fca915159be7

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 68.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.8

File hashes

Hashes for pyfxr-0.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4562bfbc63919ac9dd7e20d70c8debc6d961378be56a78ae906ec87d90a4789e
MD5 1b8e4ad6918614be0826d907ed3383e4
BLAKE2b-256 c5323556c683968a237de08e3014c34708887fef1b4035160599213952ab0fc6

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 61.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.8

File hashes

Hashes for pyfxr-0.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0d8ce409f6eba12bfb149bd848688509b80679a2fd741b8a3905ebb59bfafc7a
MD5 2e52e880229ac49d8b3f9306b9a05d04
BLAKE2b-256 2e03e94c6877676f49b4abaf82dfbc66ef00284c2fd5bdf76d344ea7d5e83391

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48d463ecb5793a1f62ff7f94a684f94a133066aef08b089aa3e3ba4cb9a7272b
MD5 4d5f86b339394423decfdf717c004532
BLAKE2b-256 ce193f810b702cb14e6675de4a93f733da6e200150b4bd502dd567ce2025bd82

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0eb4680dd711e663bdb8a01a00c8146e43f018267ff5102e215cfafdb82df0ab
MD5 01f7ceb9bfeb2219f9a45d14a4c05a2d
BLAKE2b-256 17359db40480e02602db4a805a9360f881f3d3f29d54a8778074944fc659a881

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d7af90379c65e7f3479de627faf3a6be00b4c1efec9b19e243f5f9322f5a110a
MD5 bf1826e7a8cf0f152653dc6a5b139bb4
BLAKE2b-256 ee59cdff1d95819634fbfdb784d03fa1dca4b6016898526cdaaa91511997cf82

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 af119bb3b3dae472e5394f693f2cd271def40fc658a93fade507377908608a34
MD5 f43f3ce727409da7e4945938dcd4c236
BLAKE2b-256 b4359e60783145e41e96712aa5117588c546046b22a46673fdc36a34cc779050

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 946c352cc29b4846d779b211a86632134103df0a69c14c4861d634f848e14d84
MD5 6f3dff81c58ebf59fbd4e0f8eaef5a74
BLAKE2b-256 55b72b3e0737d3e14d4b499064b6c2e81f9832aa33bbb07e19d0c68007ed6efc

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6326671ac33adf76b5ccbac3adaef9ecbba8083c73b37556d48428e0617cd8a2
MD5 737cf213632de848f9461587c153bc96
BLAKE2b-256 ce4b30c3d0ebc5213289c4078c4994842d5a279b76e0186ff7d8912363503706

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3d2e839f002b8766247b3dab2c3bec05f78d13c14bed3365bac251c85d1e7383
MD5 0ce470db559cbc2d7995a00bc9b4e39b
BLAKE2b-256 bee920e489a4426bf353fe84ed31e0e221b1836beb3a39abfa7c6d2f58ed5855

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8955d640ce3198a2fee916e1487745a39f1875df2897cc3cb718398d3b5939e0
MD5 4006f2218c16938991721194c7e3b07e
BLAKE2b-256 71061648723bfd0b0cab8820339cd6d4b10f0afb9454daa616526593a209255c

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 20c5dc0eaf9166aa232dcee7000bbe681c6355a2cb31d1b6d86cd3106b5d7918
MD5 053daa78cddc775ad52dfcd98cab8743
BLAKE2b-256 cd3883b7547f3531ad995dbd90f9f5d5b254e7fa927a2bb305cc77c993fd41e2

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 01a66f81ab4484f7cdfbe788116725c6055b3dab54e8862009958bfcc2ab2e2f
MD5 bbe80545caa6037285eb2ee972992982
BLAKE2b-256 cb0b34d5ea42d16c8510c1475095928d6b5e32334e3b5b21064c06b7935a2b34

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 61.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pyfxr-0.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ee1a54dea7e2e0b410a48a72f9bd78b173f75fcf02403500427bd7ee5f9c8da6
MD5 19dabe062030cd3dc60fd7af9eb7a8b9
BLAKE2b-256 8ffd70b1beb233bd53827b1ea9e9eacd8f04b7c9a3e3513870c5fe9bdb2dce90

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 53.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pyfxr-0.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7d189d347a118b3bec04032880f06005fba5dc0d6da0501f1fc71ba2ccd01513
MD5 f3a223b443266c2094f6e82931dd1611
BLAKE2b-256 c3cd66d7ca40bd67d036f81196b7f127b3f3a2d6a4bddef131270ee34f0f06a5

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e083fced9713d6635712f4d4cc6d7000721a6101f02b2495969e5bfaf91a149
MD5 3a9b5717d1371106ffc971f07702b568
BLAKE2b-256 1808add296612150c79631d1e805b1de16fb03046a5d61cda8534f1c1e89e365

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a185a39ccf4939e9ac4a34c2731325b9eb7773a708af1a163add208a33655b5d
MD5 6ffb87085b83c4ad7712ab5a9c019aae
BLAKE2b-256 8def60c22360fcda83f918b39ef5c7c691071b102ae135c1876934d0e593eaa5

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2ad0602fe1910d155cceb6a229530211cccee97597c7c641c379761333c526df
MD5 194410704be99858dbf2ee74471e7454
BLAKE2b-256 daff4f1516a092ba72de0d44cd3b7cf3ed8473df2895336c261b341ef55054d0

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 62694c2ecebd57f8916974b30073f5128f19792b4a945648d2def921ea7b80bf
MD5 eae9935f50561820201938f8a55651c4
BLAKE2b-256 bd01f45fbf528c241921d2260371df7d9a89725ba756d803dea0dd319636d4be

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 363ae2e52dacc7d9fba62424dbf666977a38692ab073667b09047e20040f13f4
MD5 152bf65456a94958e6944fbd35ad3146
BLAKE2b-256 950ed3602aa3403dafd60fa093f678c145e5a2b6a170fb3539fcdf14dafb6c3a

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d6f5ad74490a001873ad8ca4cb9b94a38bf5a8c7aea62863bfd55713a91defe
MD5 6b05f6c9b465d591e10d6eb9f1859380
BLAKE2b-256 bb19cafdd910f8be06796a8b8fc68c85240f08c3a772c47e83b4ab946a476c7e

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2d3daebb0389c8201ebafa834a755c3d57c83c57896e8ae1a9c8686a9a8d3085
MD5 2e2b81f67af71d443ff3cb82d115f2b7
BLAKE2b-256 ff62a3e1bd1a02bd385a7042d12dfdc904e4e6c56d2d1ea6f99522a9d456666b

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4a63a6b7f876d818751f3bbe574a63a4182be0170a7b8eb75b2656bef25a968b
MD5 fcd50e017ef8677b6f843b87d4c8924d
BLAKE2b-256 dc63881ef2db709f545179fbc02016e51466cd414eeff9b8748a1b6025be21f6

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 226.3 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pyfxr-0.2.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 52a08aab00385f540a4d3a42ec4a436ca54d189b1c0cf21c32e04bf4545d1630
MD5 962ea94e35eebf30e6b271d5cb7807ab
BLAKE2b-256 0bde3b54828cbb47aecafba9cabbc94bd0656b77402b5e5570779a3f3960659b

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 213.3 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pyfxr-0.2.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 78a5719888e9b988cd8c094858698a2f369141507b8159cc487a4e52952246b0
MD5 5abc6fb3402790b4205dd9f21b2f8e1b
BLAKE2b-256 cd8d477ee73a750ea8353f7fe449533404c40a39c100af02e4b89c37c1a23d35

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30fcf66a3110502bba1a8c23d7755abae4a9b4554c6bcd173b6115c0b039df93
MD5 9f4e5a83687951aed8ba8ba8e82a3dd7
BLAKE2b-256 169ef6cf4cad5249fea2a59a3690480a7e5ec66dbf10def16c9de90db257136e

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 64.1 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pyfxr-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1a3e70fc38e2249fdc3672888067c074b22863eff0223b3172ecff973aa3aacc
MD5 51abf392351e181dd99dfa113b9401f5
BLAKE2b-256 d08ac6f562a4e27f8a56403f6178c02984616c475bec30e6d5109ffa721eb0e0

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 60.2 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pyfxr-0.2.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f7aa34d8ae55599dc66b727be906dd7f70f9ac1968200ef67d88f51dad0d5787
MD5 249f51792616c25c0a938691ccead1f5
BLAKE2b-256 a3edddb939ffc5d2d9af453906c18ed241d6b7a10c52fdab3f687d39694c9343

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 52.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pyfxr-0.2.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e903976f9088eeb2fbc9417e249e3a0c8023f82ab4d9a477ef39ec182c732840
MD5 916942e819f561cf4ad13ea8da73d2a4
BLAKE2b-256 9bdb93407648e322fac32f6b76c1f54019481205846b4c37d243f2fd5a5ae0a2

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7da37c9c975a1d52c3bd6ac6724cf48a6cfd959d174b0b0e3ebb7a121d6a3655
MD5 8976a233d1e24dc7df55b0168152698d
BLAKE2b-256 73e1f41a420fd64d1aa65bf9458c92228dc59b95765aa02bf36c4d596ab9611e

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 74ebfc1504c6e49bb2ec2026519098c0e0a084620cea1dac64be0dcb0bf8f4e7
MD5 3131b97b31a5586059cf0904785584ad
BLAKE2b-256 82db633a8e6b5c9d8df85bbe1e61ab7bbb4d9df0f90f9aa7644911ee5a82040f

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 811d6e774d08d2b160f1645ff945446400dbb9033e4e67b340500f980c80596f
MD5 dd00c257b64ad5221c6b6e0bf6faa85b
BLAKE2b-256 c2f4c1a6c7c5519b3d978e6b994c9f8cc01f284069c92a95f11a4835946118ec

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cd0e630ddc56ad3750936d66161f4a14aa9097c72764742a492b601330a1bc4d
MD5 3296125c746dba900fe192390390ae78
BLAKE2b-256 fcbcb036b8d1f71d66cfc38246dc3d47cc1d6a96c718bf7cd105ca2938d5a422

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b2284bbad2b72ff8a00b5d4c02133b21f39b8f3ebedead2ba421b8b3ce402842
MD5 26ff10dd03227fd47190214efd2394ac
BLAKE2b-256 a15005021b71bf79502d966786784ac255835024593a0e692af395630a4bc571

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 12fe2898204cfd2ec954a79ea61c1a026fd964ddcf28ab026f8d068a4faa864b
MD5 89f0d59d085ca84e9f27971b4890a190
BLAKE2b-256 18ab29537b72d621e39313ff1faa57f750e35fc1b438103130a36165c0db2594

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5266ca2ebe7e5e9eae60fc28b13d71e82360b6269a00b5c7e293e5adff00e85f
MD5 96fcb5d1af18233a08513963f4ccf5c4
BLAKE2b-256 8f9eb248175511a8f7159b74e01120eedc02ee9de89e15e6b2d416823b87a598

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8b777b047ed4ca2f9417098f63b7e681f4b7272d6a3ef09441c144e7df3782fd
MD5 0295e60130d50abe40f1ebd872438aa2
BLAKE2b-256 5258b54b825cec2651c15f7dd75ac2ced3e903b3f09ca1409a4cc7994d448988

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 217.7 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pyfxr-0.2.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ab5274750a48fe5ac7f3ddb2515caa79506501a6a009a6cfdcef26cb113e47dc
MD5 e4cc3559d3706c1f6594b0039e58b2a4
BLAKE2b-256 ab3169dbe2f960a4d8a55341ec47aad2ed3c32dbdc9d276e71be64ef353bb28d

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 205.4 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pyfxr-0.2.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4fcda76e0dd3d7781f4e3ec39fca365179e95ff4f2ffc2111642bb775b820eee
MD5 cd6bd20c0ab2583908c8b9779a5d0fab
BLAKE2b-256 41635819352c0ccce77dd2a0509e0c89a4b494738b9069ec628b138c4544be98

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 63.6 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pyfxr-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c17f2c08f1695f570df8367dcfcfa361fe0773716b16146de5787b0fdaa60fdb
MD5 64a39432e8bb097cff85443cea6d0068
BLAKE2b-256 c81d4a08b2ecd8919b4531e1766ee1d6badf1b65de8fdaf525d722de8306436a

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 60.1 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pyfxr-0.2.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 eff156945219ac63d1f9fb3f9884d89ca67fc0d1cc9a60a6a11044961fbc2294
MD5 2d3751dcb2b02ea9d3d2e51c983c0696
BLAKE2b-256 4c3ba215b0bc26af5973baaea9f321c0e48a4f8b186d0c1747a22533576c5939

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 52.4 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pyfxr-0.2.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 42c52f92560a7216b8786bf6565235237ba1aa374034ce6c77d41c66e6140171
MD5 35f7aef1e6d323f4d8eaf424f79a6150
BLAKE2b-256 8af74d802bbb41ae9861b674ce53f3752b24a2c24b53ae7795265c2a00bfab8c

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9389fbf3ce5d211c794102b563b5f8398e0134bf92572d50bf354a483d446f2f
MD5 e636f8c8f8165aa6aefc5a969e1877a9
BLAKE2b-256 8ca7b802618b5bbc1d055e4f0c0d18c81428bef142dfae7613c170d5a7814908

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 72f7586683f3d739db3b6afcd3f602414236d667306b11e920fe925bc99cd92e
MD5 649f8a1040968b8fbea268328e72c5ea
BLAKE2b-256 728fd788f7c0a3e5ffd7cf4147390d261bcf719046e1e1e408862c635c6c848a

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 58de5e020f8eb25625ca50632aaab4cc3b88a50813a51b7884b2175ae691473c
MD5 c1761fa5c81ce6433da1592145723066
BLAKE2b-256 8a95002035757083f5df97d27699144b12b7ccbc51f0eb45acf4c5a4ca620a6c

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 115d8e9281ef0d0421b737321419c124c1d4065fe88d3ceff67ef3d5162da9e9
MD5 67b2b013d733fb2740fb0f01635cd204
BLAKE2b-256 dd98c5afacedaa66245e3774f316e563c4cd1702024b59b45c4bc35a54d232c9

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5b825f0215133dbd76b5e7c7fc71ca226bd01bfd02a1251900fc5b3df1f692e5
MD5 e529c2c5e6bf8196b9ff055c189e3af0
BLAKE2b-256 00a805b221ab86f365f5e819261e969d895770169a7eedabbf7e7efc7e662a1f

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 512d3711037293c30b42cea120e26d4bf4c6d892a1ed2c3c39dd05bfcdf5123a
MD5 36fed97b6b4af0d41046faee9b0371ce
BLAKE2b-256 2f16500466c1b7a9461de041fc5f768e94d16807a1f1c8cd8f065a4421f05a4e

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 177765385c350aa5a1001a3b3a895eb0dfc2ec0de0891368c9269e4c1c1e1f5c
MD5 c63e672bd51d26e2ed225cc061809cff
BLAKE2b-256 13b9dd86e2cad98ed8d1338c82e83dd79bede8eba7c67fa1d0b0b5be5b8e7f98

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfxr-0.2.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fa617e1680a4a14472a283ee3af5b89df79e60686b9ac4d4681630b62e55f1d0
MD5 ada1b506c339e3d14819782d68ab0a8b
BLAKE2b-256 a326d356646088b178bbe38a15376201d9a2a7d25f544b946fb6fe31cce3756b

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 219.9 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pyfxr-0.2.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c6c3bb6057a2d7f847f9f730266310bad36472f8d0d56e1c80f842a88555afa7
MD5 f35fd519c345e2105a0d3b68966ebf96
BLAKE2b-256 16e1d1107472483eb12b8cf1accd9b2c6cac4f6d7a6c47c7a182475360377e2b

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 207.5 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pyfxr-0.2.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ff29feb9a35bfc058f10673c67fda7427412226c3948b8310ca505d46e1af0c8
MD5 ee58dddc5ff74c53f3073bd978bf8c6f
BLAKE2b-256 ebbcc199e2df695090aaf1921fe0939b43a3e5fbc05cf8c0f5bdddac67c07e0b

See more details on using hashes here.

File details

Details for the file pyfxr-0.2.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyfxr-0.2.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 63.4 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pyfxr-0.2.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 37bb0d1edb03ab1b246ebd997831dff88298dddeadab0e36ef8148a8a9e58acd
MD5 dfbd9cce062da4489f97cb2db7038546
BLAKE2b-256 3a07956e373eef03fb2ef0331844e41c0fcf6e4f7ee4326282f79a332f00c831

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