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

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.3.0.tar.gz (99.1 kB view details)

Uploaded Source

Built Distributions

pyfxr-0.3.0-pp310-pypy310_pp73-win_amd64.whl (70.5 kB view details)

Uploaded PyPy Windows x86-64

pyfxr-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (84.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyfxr-0.3.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86.8 kB view details)

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

pyfxr-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (88.8 kB view details)

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

pyfxr-0.3.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (68.5 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pyfxr-0.3.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (72.3 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyfxr-0.3.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (72.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyfxr-0.3.0-pp39-pypy39_pp73-win_amd64.whl (53.3 kB view details)

Uploaded PyPy Windows x86-64

pyfxr-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (84.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyfxr-0.3.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (69.7 kB view details)

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

pyfxr-0.3.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (72.1 kB view details)

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

pyfxr-0.3.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (68.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pyfxr-0.3.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (72.2 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyfxr-0.3.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (56.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyfxr-0.3.0-pp38-pypy38_pp73-win_amd64.whl (53.7 kB view details)

Uploaded PyPy Windows x86-64

pyfxr-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (84.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyfxr-0.3.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (69.7 kB view details)

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

pyfxr-0.3.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (72.0 kB view details)

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

pyfxr-0.3.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (68.1 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pyfxr-0.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (56.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyfxr-0.3.0-pp37-pypy37_pp73-win_amd64.whl (53.7 kB view details)

Uploaded PyPy Windows x86-64

pyfxr-0.3.0-pp37-pypy37_pp73-win32.whl (53.1 kB view details)

Uploaded PyPy Windows x86

pyfxr-0.3.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (84.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyfxr-0.3.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (69.7 kB view details)

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

pyfxr-0.3.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (72.0 kB view details)

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

pyfxr-0.3.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl (70.6 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyfxr-0.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (56.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyfxr-0.3.0-pp36-pypy36_pp73-win32.whl (53.1 kB view details)

Uploaded PyPy Windows x86

pyfxr-0.3.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl (70.5 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyfxr-0.3.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (56.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyfxr-0.3.0-cp313-cp313-win_amd64.whl (74.3 kB view details)

Uploaded CPython 3.13 Windows x86-64

pyfxr-0.3.0-cp313-cp313-win32.whl (66.9 kB view details)

Uploaded CPython 3.13 Windows x86

pyfxr-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (424.6 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

pyfxr-0.3.0-cp313-cp313-musllinux_1_2_i686.whl (406.1 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

pyfxr-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (419.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pyfxr-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (393.6 kB view details)

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

pyfxr-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (78.6 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

pyfxr-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl (83.4 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

pyfxr-0.3.0-cp312-cp312-win_amd64.whl (74.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyfxr-0.3.0-cp312-cp312-win32.whl (66.9 kB view details)

Uploaded CPython 3.12 Windows x86

pyfxr-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (427.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pyfxr-0.3.0-cp312-cp312-musllinux_1_2_i686.whl (415.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pyfxr-0.3.0-cp312-cp312-musllinux_1_1_x86_64.whl (419.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pyfxr-0.3.0-cp312-cp312-musllinux_1_1_i686.whl (392.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

pyfxr-0.3.0-cp312-cp312-musllinux_1_1_aarch64.whl (415.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyfxr-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (426.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyfxr-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (421.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyfxr-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (397.9 kB view details)

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

pyfxr-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (79.9 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pyfxr-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl (84.8 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

pyfxr-0.3.0-cp312-cp312-macosx_10_9_x86_64.whl (84.8 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyfxr-0.3.0-cp311-cp311-win_amd64.whl (73.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyfxr-0.3.0-cp311-cp311-win32.whl (66.1 kB view details)

Uploaded CPython 3.11 Windows x86

pyfxr-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (435.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pyfxr-0.3.0-cp311-cp311-musllinux_1_2_i686.whl (418.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pyfxr-0.3.0-cp311-cp311-musllinux_1_1_x86_64.whl (416.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyfxr-0.3.0-cp311-cp311-musllinux_1_1_i686.whl (399.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyfxr-0.3.0-cp311-cp311-musllinux_1_1_aarch64.whl (416.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyfxr-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (422.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyfxr-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (419.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyfxr-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (401.0 kB view details)

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

pyfxr-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (79.0 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyfxr-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl (84.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyfxr-0.3.0-cp310-cp310-win_amd64.whl (59.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyfxr-0.3.0-cp310-cp310-win32.whl (54.5 kB view details)

Uploaded CPython 3.10 Windows x86

pyfxr-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (398.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pyfxr-0.3.0-cp310-cp310-musllinux_1_2_i686.whl (386.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pyfxr-0.3.0-cp310-cp310-musllinux_1_1_x86_64.whl (314.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyfxr-0.3.0-cp310-cp310-musllinux_1_1_i686.whl (303.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyfxr-0.3.0-cp310-cp310-musllinux_1_1_aarch64.whl (386.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyfxr-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (313.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyfxr-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (384.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyfxr-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (300.2 kB view details)

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

pyfxr-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (78.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyfxr-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl (71.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyfxr-0.3.0-cp39-cp39-win_amd64.whl (66.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyfxr-0.3.0-cp39-cp39-win32.whl (58.4 kB view details)

Uploaded CPython 3.9 Windows x86

pyfxr-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (401.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pyfxr-0.3.0-cp39-cp39-musllinux_1_2_i686.whl (389.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pyfxr-0.3.0-cp39-cp39-musllinux_1_1_x86_64.whl (314.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyfxr-0.3.0-cp39-cp39-musllinux_1_1_i686.whl (303.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyfxr-0.3.0-cp39-cp39-musllinux_1_1_aarch64.whl (389.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyfxr-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (311.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyfxr-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (387.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyfxr-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (299.0 kB view details)

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

pyfxr-0.3.0-cp39-cp39-manylinux1_x86_64.whl (233.3 kB view details)

Uploaded CPython 3.9

pyfxr-0.3.0-cp39-cp39-manylinux1_i686.whl (219.0 kB view details)

Uploaded CPython 3.9

pyfxr-0.3.0-cp39-cp39-macosx_11_0_arm64.whl (79.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyfxr-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl (71.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyfxr-0.3.0-cp38-cp38-win_amd64.whl (66.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyfxr-0.3.0-cp38-cp38-win32.whl (58.3 kB view details)

Uploaded CPython 3.8 Windows x86

pyfxr-0.3.0-cp38-cp38-musllinux_1_2_x86_64.whl (413.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pyfxr-0.3.0-cp38-cp38-musllinux_1_2_i686.whl (399.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pyfxr-0.3.0-cp38-cp38-musllinux_1_1_x86_64.whl (323.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyfxr-0.3.0-cp38-cp38-musllinux_1_1_i686.whl (312.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyfxr-0.3.0-cp38-cp38-musllinux_1_1_aarch64.whl (407.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyfxr-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (310.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyfxr-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (392.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyfxr-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (299.4 kB view details)

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

pyfxr-0.3.0-cp38-cp38-manylinux1_x86_64.whl (243.0 kB view details)

Uploaded CPython 3.8

pyfxr-0.3.0-cp38-cp38-manylinux1_i686.whl (229.2 kB view details)

Uploaded CPython 3.8

pyfxr-0.3.0-cp38-cp38-macosx_11_0_arm64.whl (79.5 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pyfxr-0.3.0-cp38-cp38-macosx_10_9_x86_64.whl (70.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyfxr-0.3.0-cp37-cp37m-win_amd64.whl (65.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyfxr-0.3.0-cp37-cp37m-win32.whl (57.4 kB view details)

Uploaded CPython 3.7m Windows x86

pyfxr-0.3.0-cp37-cp37m-musllinux_1_2_x86_64.whl (402.2 kB view details)

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

pyfxr-0.3.0-cp37-cp37m-musllinux_1_2_i686.whl (387.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

pyfxr-0.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl (290.3 kB view details)

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

pyfxr-0.3.0-cp37-cp37m-musllinux_1_1_i686.whl (280.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyfxr-0.3.0-cp37-cp37m-musllinux_1_1_aarch64.whl (369.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyfxr-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (285.4 kB view details)

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

pyfxr-0.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (368.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyfxr-0.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (275.1 kB view details)

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

pyfxr-0.3.0-cp37-cp37m-manylinux1_x86_64.whl (233.8 kB view details)

Uploaded CPython 3.7m

pyfxr-0.3.0-cp37-cp37m-manylinux1_i686.whl (220.8 kB view details)

Uploaded CPython 3.7m

pyfxr-0.3.0-cp37-cp37m-macosx_10_9_x86_64.whl (69.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyfxr-0.3.0-cp36-cp36m-win_amd64.whl (65.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyfxr-0.3.0-cp36-cp36m-win32.whl (57.4 kB view details)

Uploaded CPython 3.6m Windows x86

pyfxr-0.3.0-cp36-cp36m-musllinux_1_2_x86_64.whl (392.2 kB view details)

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

pyfxr-0.3.0-cp36-cp36m-musllinux_1_2_i686.whl (376.1 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ i686

pyfxr-0.3.0-cp36-cp36m-musllinux_1_1_x86_64.whl (289.1 kB view details)

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

pyfxr-0.3.0-cp36-cp36m-musllinux_1_1_i686.whl (279.5 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyfxr-0.3.0-cp36-cp36m-musllinux_1_1_aarch64.whl (356.9 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

pyfxr-0.3.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (286.1 kB view details)

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

pyfxr-0.3.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (355.0 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pyfxr-0.3.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (276.2 kB view details)

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

pyfxr-0.3.0-cp36-cp36m-manylinux1_x86_64.whl (236.3 kB view details)

Uploaded CPython 3.6m

pyfxr-0.3.0-cp36-cp36m-manylinux1_i686.whl (222.7 kB view details)

Uploaded CPython 3.6m

pyfxr-0.3.0-cp36-cp36m-macosx_10_9_x86_64.whl (69.6 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyfxr-0.3.0.tar.gz
  • Upload date:
  • Size: 99.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 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.3.0.tar.gz
Algorithm Hash digest
SHA256 de997cb504f0e0fbe9a21f2174ea0a105a8748952521410e4691df7027876083
MD5 391444886435516f7269af19406cea8e
BLAKE2b-256 b637b1900946ed517d00b3fbdbb10bd9cb2644ed29e9e6778949dd422fd9ec44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0219114ec2810fce13eb719ba68f5be6dd8c91c48752a3ee05bd30b1e81f4a66
MD5 ad509397c2c0529419093b2520b9256d
BLAKE2b-256 81a63bc04752eb4d748fd96a6dd1bfd4983db9fc651ac00d267621ad7873a576

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 153bcfcb7003d28432aead2c51eaf07debc94129b22b3e32360bca4f12d4ac4d
MD5 8bb041c736c5f5aab2fbff61474882f8
BLAKE2b-256 81014f717a23acdd99986a813746ac2e1f27e3a16ad5fc64074bab8e0f83d255

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.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.3.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 9e1c26bd7b06c462d9a0cba9b800c623f6a60868a104324eefd42410d2789a58
MD5 9ec17bc5ed9ab2e55d486177d9cfe869
BLAKE2b-256 83f968ef33dcdfef32e9e479d209371d11b84ef561f3369694142a6212863761

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.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.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1100a1dd4bf546022b677351a030523d484ca74d41b112a15abf47f204e1f902
MD5 3be18a5aa2ab19525d2f3109a45ff6d6
BLAKE2b-256 d21684385b4c06dfe3cda36ec65ed22a94411552aa0c83b074cc06fdb5635450

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 debc3c7555b974fa7a0e547d7cf3282de9f2ce5c4b8dc83d4e6abd2a2b221513
MD5 0809ad49779f06e0ebeea04ced102aec
BLAKE2b-256 59336bfba631968408a56191b7169a67eaf430d198d72632a1d21a29f597c82f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d883ad132f15bd15b35c74146c94ec796618f21ce67928291bbe8aba14d8c5e6
MD5 ac4df8d4941886f8a50a325d81e75be0
BLAKE2b-256 4cabc1a6da07b312e1fc20f374ba73f2aec370d9ccc1d38bed59a72176c1b0ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 67d52a8f7165ab93696f94589a29091ecbecb7171a4f1824f8fe712ed86e7d30
MD5 027c5b931d5926b970b913ae20773cd1
BLAKE2b-256 858df5ef92250e6617089501fe1d1308192c043d2c4b6aed1c52971b4776adb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 402616a89552208e38df492421db7d743d7e4737b3b5f23768957c6aaa5a7593
MD5 a7f9ccebb40070559fcde44dbdfe0806
BLAKE2b-256 8502cf02794a55b5b9a3ff7f428abb5258662407b8106e07bd6b58fab756e65b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 29435a40b63cc78816ef81f6c14dc1fc437a2495e6949c1f5681241c51b4466a
MD5 791fefb9d88a2f9a7baed70e3c5d9e45
BLAKE2b-256 8ef06c5204e55bbde86e040633d2c3e66f979535a630e221654b4b619b5ba5c4

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.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.3.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 0686ad4075e837a5e57646c25d0f1c9379dc578f9f8d054acd120feb6f4637e5
MD5 72f543a2a791851105e1dd4c2a961b3a
BLAKE2b-256 2c47d3b1366f55c84d354d9067142fd5cb32a7396de813dfd4f97c87134a1d48

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.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.3.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 592056de9737021ef22dfb536cbb49a1bd999aafb3fe3ca076084cfb6e3ec120
MD5 67fde8317d327dbfb0c303b0fb58a215
BLAKE2b-256 145db5c1fb9be2b59b0f5c6952aa5df2b4f3e80fa0430ec152d9e9a4f27a1601

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c0dca55e92acfe4ad85d9ed219657caf2ef2f977cf494f580d2b258b58e7bcd
MD5 15f5b19cbeb599d30b7fc6265e1cbf6e
BLAKE2b-256 cd8b5b6cea19fb7653da5a3b5c6c1a5d0094aa0103832630ed842fc5f5bb5bf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7008653c2b2a0ec71350a91257fe4cb962cae04a69c01d30263529778dafe494
MD5 e4cc63eddddea4adcaea6ff8b179a09c
BLAKE2b-256 1fe8f7b82313fa047c932548ef41e46b08cd96cbdc379a53f5f70211da3e9f24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6cb7a792db855445d05d364c795ce611d9d6bbb6fac59fafe506f99acca0cf68
MD5 fe50c26e76477cec89811e96e9718f93
BLAKE2b-256 c12547c350626a952fd3aae70701b0034c5b8016d975d8e79b98afae8c7ee7d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 84e2ae2c9ef70dafb8074117cbf6556341ff9935710023bb1452d6285469e85f
MD5 33c9242014b479f56c8c04bf59ef4a4e
BLAKE2b-256 970828a4db868af1c6bba49b0bb9869f66862e6090bc385de436ae7279b8098d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f782721e0463063ab25d59ddfd90962d0d711352a4dce49a30d44cce840eab3
MD5 d4aa52e7ef3628827ec66c4a505203e5
BLAKE2b-256 76c2615d2489a2b9842fba203e8d3032c65de75118493b4dccc8b86b79e48611

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.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.3.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 6149ab9f5e0c2831dac701dc760c05f241e3bb3678b6febc1714b50d75aaf923
MD5 dc8ff85e52a8fa8fc3a5092a131e4db4
BLAKE2b-256 f9bf9c12f35242fa81627de0d6a52648e03362ad68b48789bb6f8b6c172b23d1

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.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.3.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8720f57fa1bb85f960ea0026de5cca51a26e14b8bd8b4ed7a4dd9326bd7f9654
MD5 bff9724b9419a7c350b38d10c69ae36d
BLAKE2b-256 e2635d2c2193a2fb401ea1a1749241d401ca3dc8b9f00f5026379c67ffbec8b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 71749da2375d12bb56783865c5b632c4811743caf854b57ef4031dcc5c9e104f
MD5 8c79ee7d1735a12278e8ff00f8df1aaa
BLAKE2b-256 7a08a052c45048a8c976d426f7f790102b6b17853d4215b51681e246d3f6e5b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 19f2fb0a6a4d0de94c3cd55617cf7dbfd0c0c21813fa6449b9692c070b8bf068
MD5 f5e176022e665fbf7f009c282b604dc4
BLAKE2b-256 60aba9fd0afb37d589665c54b3528569808a15a6ca9b4d12a04f319355229147

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cbae655e54af3e88ec75f7e4462798dc3301ba835587bb79a6d524dacb3bc8ae
MD5 ba2b9ef39bc620baf291b2c4f31e2e24
BLAKE2b-256 880951a4746083ab80cc687cc02bcdc08d5dceee6bc5883cdc49e10e6f104d9e

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.0-pp37-pypy37_pp73-win32.whl.

File metadata

  • Download URL: pyfxr-0.3.0-pp37-pypy37_pp73-win32.whl
  • Upload date:
  • Size: 53.1 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-pp37-pypy37_pp73-win32.whl
Algorithm Hash digest
SHA256 db6ea4942360b84127a534cab160890ddf18e02b12dc19cb76e8442f7736f690
MD5 680a26fc67e081fc51a7d46c0c875aa9
BLAKE2b-256 0d26c48122075d77224a38c01cf00819968a3b707c21d6e72e054c89931d0994

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a1beab253963486e1c097e62791a735399c91334491bc7769bac1e5feea9434b
MD5 16bd302eed44f71d2118449ee1e96c46
BLAKE2b-256 ab798a3a4c3ffe7910f9eea0ea608d95e6d090cce1fd67ba54a0c836f4a048db

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.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.3.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 163ffc4139e2e1497414bc82940291d8721fdc87fe26f3bf2627a8f47e2a6cb3
MD5 28329e85d1e6c1fe0677f73c875ae2c4
BLAKE2b-256 61fc4d9d34b8235a5d0146a0b71632b35346cba32f53d561f4a955483b02afe6

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.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.3.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e102b513880d02cebef7b0f2792a655b0337af71749c244d6df23139f89ac89a
MD5 15aa78dbdddae5d9b10daf43260cd4e5
BLAKE2b-256 ebcd057e5f6a5d5d8a9e692db2629b19c07e5b7b2f5b9dd0e94864affd012e70

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyfxr-0.3.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 70.6 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a17ab93bd28395a9adea1a939bec255bc368e43a3d0880c3001c27a4b281193f
MD5 a6e131ac3636ceced4f07e6cc0c09b60
BLAKE2b-256 d62728e32786ba8bcb39591886ce95c6e7a15eecbae786cbd5a160c56dce92fb

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.0-pp37-pypy37_pp73-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyfxr-0.3.0-pp37-pypy37_pp73-manylinux1_x86_64.whl
  • Upload date:
  • Size: 70.6 kB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-pp37-pypy37_pp73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e2a7c26fa195492268f823f0babfcb136e204210b02537070e1ae67d9c553b73
MD5 0422a22dadbd4e950fd9474c96927b64
BLAKE2b-256 2fc16c2bce1ecc1b5988e2737258649a584461a420af83c2cba9bc49d6ce54a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 56.8 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5ffad387c10363b919933d674326acf7efc2fa9346f67e8c785219e3682d87bc
MD5 68530afc0f97789e8e72c9737bb0c07e
BLAKE2b-256 0c56ad0b5bdb98896f1fe7f59fe99b8b844373837f9a300252325134fc505ad2

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.0-pp36-pypy36_pp73-win32.whl.

File metadata

  • Download URL: pyfxr-0.3.0-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 53.1 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 1aabcf3fb9de89ef734bb39aba98b36392c39b79074f119b27fe762f706dbd8d
MD5 6a54feee5c57eb39764e3d5f0ac29ceb
BLAKE2b-256 57d1c0179e0365f7fb754030effd0cd99bbd100b028ea245e85733e88f99de40

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyfxr-0.3.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 70.5 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9b292902e82110130b4c1f96a784bf659266357dfad89e9f0c5550eaa9b0a415
MD5 d934469a85c548d93508e083b2fb2f3a
BLAKE2b-256 4ee1e25fff87baf6e03719435f48e8b6def0ddbe454744d5af6aa0654ce2f555

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.0-pp36-pypy36_pp73-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyfxr-0.3.0-pp36-pypy36_pp73-manylinux1_x86_64.whl
  • Upload date:
  • Size: 70.5 kB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-pp36-pypy36_pp73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b12dfe861d2ea77c0fad29ab54cda83af72ec83f6a5daf7ffed32ee5b98007b7
MD5 9a02ab1e24e5b986249837dda44a7329
BLAKE2b-256 66145c2b2bc52d213726e375fb1331be8b8faf2cffa158723695bb110fbc5bdb

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyfxr-0.3.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 56.8 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4d5791283fc59f4020931e57cfff1f9101a886d1659c55543c8ffb1083ef5d23
MD5 bb485b478edcab6be159e99e8a63bb2b
BLAKE2b-256 8e67721a795899804df3bb180727463113a5e28f4675668ec8589425c3e39a28

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 74.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.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a13a16a3d688b5b6a28e879512582bac15c41e49ba7ce77d7f4328d6c32ed9fd
MD5 ebeae700d0c430077ea929ffc8536f49
BLAKE2b-256 37ec51a71bde9d0ff3de9e7f8259c2d52323b334058b99d80a0516c324573790

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 66.9 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.3.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f8eac0c6367faef7cf150334f6f2d9852ce5ceaffb96c74790894705bb0a3527
MD5 ec35020e7f15fba022167fefa186ca56
BLAKE2b-256 80bd052ec990e2e31be37be075a259866b403b94e6aa7976d504286ab92e5e89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1cc0dddac67443d6fe49b5cd66963d03c079065358c8fedf1fe7ec47e52252b7
MD5 63e69cbfd0140172ec7fa54f94e4af77
BLAKE2b-256 7424983a23bbe9a47afd1890674265a2d429c5aa705a9930793e90c981b6746f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f02ca7dfbbb4405bf0cdf7b710da27028c2326c6f22dd539cf9b7b72ab1dffaf
MD5 aefe2f05c15e2543e55d2b8b7fdd635a
BLAKE2b-256 a0137e4f1ad893d40e5408b3e5a0bb7d661009c7003592900d81ebb2b0adccbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62f232cbf334607a9264c7c9577efc19d9a567eb9a7d7ec84c45e0ab9325d630
MD5 278dac0d82af8162e5557923a1802926
BLAKE2b-256 02a919a432426735741a3003fe74cdc986c218246bc68d310b8f7a8f0c681639

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6f2208d98a2060a821e3c5a52a72e137b260f14a0868e6fa3468d5a07ebba477
MD5 41dfec736928ffacacae49453e937998
BLAKE2b-256 105f68cfd4c4d2834fe4e58012acde113a91a213a9726fc03127e1579e2bb7ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 949b33066d6977898a6daead1d78b63540af389f02640419764398bfa238b295
MD5 353b422c0c333fb5fca960270952687d
BLAKE2b-256 b079240e5c537d1b59178d5d46d7d5bf57c10221ae604460af7828a6d5d19afd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 22d50818a10206e45e1e6dd766870dc12f7bc98b42b945ee32ccbb6c48d75f1f
MD5 abfe412ea3411fb35c44f905eb5a6477
BLAKE2b-256 c2561e3a6d84bb0068e0e584be08fa3891e232472ec0102a20bc3833fc5b2944

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 74.7 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.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6a6855f6049b409025f8ca9e00ed328898bc842fe172a2f00bc5344dddde1574
MD5 bee33353f8234f479c9a88e71188a68d
BLAKE2b-256 0f4e3d33875d7cc31dd08c9093fd681f6d27d6850e10e12046923cc47a3ea915

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 66.9 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.3.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 fbfbe3264afd1fc693cbec4b70e66641f936f05756885f5a7a1e198c6b08d364
MD5 f5977c43a16b52b42424db049686508a
BLAKE2b-256 9b58f08cc1227c5c12fb00d150378b891387ca259b6430b806c8b122df6aebe5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ecf3c38afe87371d665057f558207e82dee2d4a9e34aec9dc3670d86cf36b340
MD5 c6208bc33ba0365054ccc2d79d6cb881
BLAKE2b-256 54c1eef2c350686791377a5a3b63004de15bb17b9d94bb21dfd565f0b2e4e9f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8b1ec675cdda9b30135d2529bec3b4e5b941650abb6fef8193b9d0bcd0672210
MD5 7427ca431b781945a05ea9a4d407218c
BLAKE2b-256 4f5d99122b2616e29b1efad4bcbb2a60161f6ba07be9884283da0addf08cb809

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 326e657c81a4e46ef50dd36fa201418f4bc0436e4724025dc237699739ccb3d9
MD5 625648f3db57dec77bf7079ba4bf9fc2
BLAKE2b-256 c480dff1029501588bc74411d24f1022c8ea348f214bd2c33a69a085c7847d4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 484fe6c1fb7dbf0f7842197b6d86eb672acc867dd03bd2ebd1cb43fa2c5f7471
MD5 312d108d87807daf7c2b4348666e7732
BLAKE2b-256 e4a5169f1adcabe6c832b5744456cbf6562ed2c54b46823a7118a9c7655e0052

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 439aefb07427611bb2ec3e12b7f8f29d780d17da27f91f36dbd7ea2308a12b12
MD5 400cc46a5bd3ee1d292b2d3584574167
BLAKE2b-256 96d0be6b2b058af833acfe9e3573b3f510e17eaaf9db3a58e21a3685dac14e00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6bc9af6d9ff9b079628f58c4902f30b59202cdcd73641b6aab8b31034136aa55
MD5 7a5241b9569f1fda05dac665471e07c9
BLAKE2b-256 872b51b6e5ba35cf68179a03d55f0e4c2e99df3838aa1f673e12002a08afcf6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5c40a0e1dcc3c4a8c475053238995bea3b4280ec8c991303f14382c757ed75e
MD5 16eba0cf7cdc3011b3f7dbdeb6b7760d
BLAKE2b-256 5096fb54f9ee1124814ef5864067ef9c0c1b5676293cfe04eacef9d14f380f4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5778db97d1a15461b932e66f7a8d525e78257d5e84363a4b2ddc8f089e93ef73
MD5 53169b71f3b02e10fe7ffb1d5265944f
BLAKE2b-256 dfde7d74195b33d9b730cb439c8614fe0d9d1b8b23d1856146491ba3b5358b1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dab08be611472e1e0e45e1951f2f45158de69e1379cdd71007248f022999e122
MD5 24f20640d6e3ede57abe9ba2b5a38b4a
BLAKE2b-256 3f36d7f0b4c2d2309b3eff3f1d255d1ae5e250d863776e82bc2bf0f0c8c96b14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7c162afa91616c888355df553f6c40fae6883c382fb7e533a8cc2d2d22667795
MD5 029f6cc920437cee77af5c8663de2af9
BLAKE2b-256 3dcef2e431a3308e9bee016715d532734741e99ed743b5024422d715a1f22d3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4020b120c5e2c1520ad4b62a16cd4312b0c5ecdd1e0801687f0c43d11273499d
MD5 b02bf7b4d97f87f5c6b20e80480a6ee3
BLAKE2b-256 c1ff85b0f937f0655ca7fc24d0cb46541a2a5d1ebe25ff166df6b7bb52b42d46

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 73.8 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.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 09add0e52df8d0e380f8ac12552f854121fab0b707a0daf45ea4d1e4ba8cded4
MD5 e8e2a08128087843a6166c019fb64e35
BLAKE2b-256 bb6415c69efdd715fc8a71471ee82995a13887a5ba7634e5b9a97827b8dc3ca1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 66.1 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.3.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e12b65776d64601f1d86f1060b899dd89d0bcc558c6903ca461478146da76d76
MD5 ddc48d66250f8c1e7945c02faf40509c
BLAKE2b-256 ec7b6ad4b734a5b28da76d4a782f5cfa6988404cc6a6d9d4de6d1142f07823d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1ebd7f4d38cc069c4d0251b1828a5a05e636d1ddbcec7341b01990fbdb433393
MD5 c828446b3759132fa7f6d8626341d8c3
BLAKE2b-256 476b02dbaaa883cffae80a79e45f49406653f68e040ce1dad8b163a386af6401

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ac92e621070c7a7eebaecfa3cb5df49e7718806e7f5fd49ed6a5d204afcfa3bc
MD5 6467f1fbb034bcd3761c1927f6745a38
BLAKE2b-256 e9cf9774b3eb7ce6ccab8f0b5ffe924a379a3be2c7440e9383d1dea6f995b466

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c6e7dd1ab9caa70dd63b7d7cf020910c1007a3cca9000e0144dc622331a68119
MD5 9aa263853ff8825e7539dbe1c4fc1183
BLAKE2b-256 fabb3629dd10f78dbd0072be44b47e731d0367fcec1b76ba16f382e0be3f15da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f11d0c28c8e018181ba52844bcd54c78d2cf60e53da8c6d938a5b02629754a71
MD5 9a4e019c204d3a3ccacff5a7e1801b99
BLAKE2b-256 1c53f71b97e4d2045457c235bca66a1da23d70881497382a1797d1d200014cee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f46bd70c6ad4535a3e003c8af2a6c0231ae18049ffbb50ce77758800998f500f
MD5 97eb708eee50ef107199dd6bb9ff2df9
BLAKE2b-256 8eb581a4a1218fddc2f7ee8cdbf1bc70256bed4e75a64b8afc1509943b8a7e21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e18d7c5b486bf22c3d2af15cb338a3fb5c6b4a4431c4674de1a66b6a90891d3b
MD5 08a0a44cd1a6daaf49ce7e64cbb51490
BLAKE2b-256 afb2cdc9197affcffef92032e6105f52299cbab67f76d49399566eeea58b3dc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89d318c491ad086af6b14996095eb68557a217f5284f2fe5a12ac9391e70b896
MD5 5c5cca7e822b8f37296b1ac10a5d2cc1
BLAKE2b-256 286ca428358aa0d0ca4bcb0000b8e0e4d01fdade2d20358e5a61f94b92310e28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 12ea45435e4dc0b2073c0caa705a32234ea7fcf1c1cbe2f46fd1b0b076463108
MD5 5c31ff7f31c2c2db7e448312501e7e45
BLAKE2b-256 9aff77166da2ea39a8fcfa00b7e1546d275b4545a34ee8acf77a81684baa27b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94b2e8e09c751b29774670561fd94aefddb437cbf175d5a2232ab8fb5acf96e7
MD5 587f174d2a41bf036c139290c8915d6f
BLAKE2b-256 166aee12d2515a930633027bee82ead22bc9bc4dc24f615d5c09251b91e5aaa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 222202ddef7442064bc9add5e2eb128504cae8982f0414170e85f4dae4af89b0
MD5 6daccdb032960b108645b76b971894f6
BLAKE2b-256 65b35c403a2cc4f3aa7c4cb7403f79bc0bc318093bb62900d2239eb36fa9d6fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 59.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5fe37b2c9b77a8b33301f54f5578d9ff12035ba0a2499c9da0292ead33aef8b3
MD5 3208bd4a694f28a9a9f70b630099948c
BLAKE2b-256 873d015e9f18abd22136f7f3d4c2b9a925557cef7ff4e815d438c8ee2e69c823

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 54.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 907620709e7be1e9309ac741b2835add39ca561e53633c14e3e8da1cb06475ca
MD5 9562becb48bdc23c15acbe17f1563016
BLAKE2b-256 af28444d87a56df2704e2a49385448fc8c5508c84a8d91715b372ad1bd8e08d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 80a8d731f3cf371c5c7508dbb7987caf951e3990ba3bd0e359ff1579104327c6
MD5 2712c8821f41c604e437faf05a8608b7
BLAKE2b-256 7d483acab50d57aae041d1f6f12f3e10860325b208f8240c5b40e1e28ac87720

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ae862bedd10fb255c56cca4c1f38e8bf0b08081443f3f6fe12bbcaa16843eb0f
MD5 78aeffcae6becbef8982dd9b518c0c5e
BLAKE2b-256 f57d821c40be6576046393b8c66bb41a344bbfdfb48df7810e4c9baf6a7b0228

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 314.9 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5c04548119bcd64abfe05a33a9796d0d4a06a0eff47f66e19abbd592d927686d
MD5 063e42465e2921191aa6033534adbacb
BLAKE2b-256 b6b8f238245956a932a18a79c64889fd567b52bfbd5abe1589784f5d545c509c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 303.4 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 63dd1b18ef222adebfda6a487282077c5b725e263d1d25cf56f6f6e3777f351c
MD5 e39d7deb6d46647504d684d537848238
BLAKE2b-256 689ccf2056da7c200505b5c8e52a125fecf11f3e0ff942a062515730b23e40e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ab091286d7ac0f95c8419b88cd1078e80679829341f8e25fa568a5ca8e9d4c24
MD5 457528e753782457380ec8f2174dd520
BLAKE2b-256 0e875e63e50eed81ec6ddd7c5e9d78e745814df07857fddb76703de18d5f19d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e3ff44eb73a44e39bf0fce2f0ecf911639aed8493cdbc16ef4f4048f6d0e2c8
MD5 cf25e98028acc3237196bcf8b7587b77
BLAKE2b-256 2edbdb4f60c5e68f9a8ad3b141007686b07b51c316c4bacbf9b32349c2d983ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 05d75de5300d0180806835d93c733416dcea7a8c02b32f48c61e5a9ecd721cfd
MD5 c5ad2c69da998303c3294a32c5508e80
BLAKE2b-256 eb3c4b71c7b906f6f47aceefce603ce4a1c7938eb8e5a6d2534b80e81103eb73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae5d965e4c670e261e7c3c3905461a47db1ea9004ac109c77bb25c303e325ea7
MD5 fa1007f73b53cab08398702f04f5a9bf
BLAKE2b-256 f47dff7b26a44c02763be11477dbd62e6518e6c4829004c28fcaed6af3ac40c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee0c7759e908b2f074b61d06e60269e00f596d011e0f7b8ec67bfd89781bebc6
MD5 7430ee8612c88668bb42503ab984f6e5
BLAKE2b-256 71f99f9abd1abd4993a5c61cd788e907e5529f72b86c4f20c0d7f058def05ac1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 71.3 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c89a017af647c3fb118a09b351d98109fe423905ec35735c780c19d424cbfdcf
MD5 6778c4925d66519f816858a231534ef9
BLAKE2b-256 314f1994038dd580ddd3dc5cfe85e31259ecb4edf4710905267dbe7f02b040e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 66.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f8975c7e0da37f6e398a17d6d99095a4e034ef8ed21724af427d006faf9f2bfc
MD5 9ee0a21b1f4503920e0798d18f7d221e
BLAKE2b-256 09adc121a45d6e985a2a5ee24a51ec13a8af025b796dbf41205a834f257166f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 58.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a25b5956fbf9b7230c7e5c79e81fe752f9dc40527f026cff91af2d98ae53ef56
MD5 43df165577af0674bbdd61d66dc0bf6b
BLAKE2b-256 9de4c6491e8763821aded8241f997dca92ec0a09713a562eb95cd2df15d50b30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d67e48042a52be0a886f39f4a72d30cd31a17cea8dc578ab135b0224f0805fbe
MD5 0db144de02bf015b78077040678b7cbc
BLAKE2b-256 86ba27abc96c49d2ac56b113e8d2a97c254dd5414a24756ceb3a7197513687eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3123423f77f50f64976cd78ade21e92308c1adf0a480728c07d17fa4c05e54ba
MD5 599c66dbcf045b097c7d19679bdb4eb3
BLAKE2b-256 d4834d2b385449e4c6de783acac241a4840de5c24e9475956eb6b1f20c4bb0fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cd059454941a3a33ee8924ae0de964de6674efaacef5fcb16ac837368549eb4e
MD5 c848ad9dc839740280e1e888445d5728
BLAKE2b-256 b3060f9b63c65fb8c0000e1a9f85e06347d4e17e96ff866b75ad89731ae2457b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7d920eafa32aafcb8363253879a17591b0100be5935808c906457f975dce0d6f
MD5 a54722ee2bb0013f0761cb18b117b788
BLAKE2b-256 2267d6f95895702393f15e738035dd8b47f431a2fed34e9935a9a5778552ea28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3258583f1f7da30148247bb28a02aeabe93789a98c92bac49ab7c121f1806963
MD5 9f67cbd5d8de82dd863a3389f1be9438
BLAKE2b-256 328efafdc17c11d6fc8491b5eb2977aed8c03c0086035fc6ee33c21796e1d0e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 064c1693cb931453d9239afc73582a2f358603d0d9d2addafa32a28dde7ae696
MD5 e62bebc858520ba7d9155fddb8d699f1
BLAKE2b-256 81f5a4a051fdaa52882b6b7cb10e01a58e5e79309cfd4c9d04f496855bd64239

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a039068cd79573d170372f007176326d9be977f3e69b9390b10c4f6fe89e6302
MD5 28d428e9fd8e29cffc289b499828dd0b
BLAKE2b-256 e40f456b172e74c2230f3f05e9337a9f744e7fcada7241154303490a62000517

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e80fe5f0a1fea2e940c0c672459d5b8079dfb9b57f236345df53c5bba5d9d519
MD5 3e1d66f494212958471139081b07beb3
BLAKE2b-256 28437e3229767c25c195e3b11c00504e55fa42ba132272c9d7bd115167fac582

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyfxr-0.3.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 233.3 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b4f799ca0b93a7f84a916952e8632a6a6753795c3c0dfe710f965ddb1af21caf
MD5 d8fc591bbd707c7ac3d341e06b8c6b27
BLAKE2b-256 6fb338624b55e6f5b06d676e7faafecf3b0a92bea407964fe9b9395d15f9b572

See more details on using hashes here.

File details

Details for the file pyfxr-0.3.0-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: pyfxr-0.3.0-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 219.0 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 91961372f01f56ed0705d34d2aee8ede4767e7eb81d9c025bbd91484b799c52c
MD5 3cb3de960601fa27bc35dee64321d296
BLAKE2b-256 56e4a21538f01cd01da456db9b585b8a171467210475b636de73ab675edc944d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0bc414cd13e45480a498db708ba1311a15a623e8aded1aef171763c39fa1f2e1
MD5 ed9bd42249f30a18ed095f78bd47fe54
BLAKE2b-256 ab21e8cc45d4cae8ecc6cf08c83450c6fdcf4fa66d8b09349d51d51b8521e8ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 71.4 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2

File hashes

Hashes for pyfxr-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d7982c59baa7d1d9f0493c02e2dab5cdfee9e3888e5983512313efbc01aa61ce
MD5 ebb28aea95be4f0c35fe7f89f8edb5a6
BLAKE2b-256 d7e55fc84e5a90981503803ffcfc75cb1216048a31b932bd3d3490460d41ed07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 66.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 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.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7326bc9b079e76e382968324beb402aaba8370b2fe35613833770b5dfb3731b5
MD5 e4671d7c5658c03468a2425e28241427
BLAKE2b-256 fac1268545db46b3028335da8cedd64a8bc565c28e590cbd5846ac25723b73d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 58.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 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.3.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2d1bccebdb94fbbb936e2d85f1225d166404496df2da85494431c76d67304f09
MD5 a027566fc4d4e916fe58d474f68a6b89
BLAKE2b-256 42bf75b4b6d51bb1f7d5866e464bfdebae8f3a6ea05711910022699cacbe4520

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 242d0889c7cc64010e1b6ded4467e33acc3e4f8cdb9531ce8dd53fc25214440b
MD5 8df33e089f8cdbe5b183d84878d3e238
BLAKE2b-256 76dfe610d7ea6c673a2707e0734d520367773cea60847bad10bc085c4328fb0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 68628ef9a57209ac5834ec9ef9da40e838d104700728d066d5749b026bca491f
MD5 7c1ee56faddf12beb7d1508bd1cb3a57
BLAKE2b-256 0b0aff4e960aa044688f467a80f2a9e7e5b7a0543b1d244bc1791fac7c464fc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 17f1e7d8f47d0b8ca7301ae17abb608122f53315f50418c0e32a2919692431df
MD5 02fd053d633e442c9af1efbc5ed2787a
BLAKE2b-256 bab13e5f3c530adf960033f152649a92c7d812938bb23d1923f8e5b8af385805

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d070bb0ef7f084f25accdb7378dae60e8f73a21e5483c00d7a780944b893c0bd
MD5 eafb32ea23afe31dbd3ceaba4ad02a6d
BLAKE2b-256 2c91ad638f8b2872e72902d4b7acb39d7fba479686aa82227ec18201eeaef790

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 11b433c769e0bd6d15699a3c93bca46f3cd848e6829572adebf36424a6943551
MD5 0ae6c7b294790e6bd65cdc96b310493f
BLAKE2b-256 b32067306870b4b4d1df86adf670e12628e98595d0cb85607fa2394ecc154a78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ceb7afd776256de030be83035f2d1a7e1c4a7be956e6e48c65f917fd14e2371
MD5 cbeaa82caba39337fd0f206358bf6c62
BLAKE2b-256 7dc781c8df98791c7b87e0666c41044f43dd20838ba0dcd127671afb06e1c1f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c08654fd9e50c087d2c4814678c46f9adbbcba47200f9eaeebbcfbed8f0c817c
MD5 7374149794deb316831fd552fbca6f3e
BLAKE2b-256 86acfb661e954541dbe0d4ef0d56939fa072660937c1b875841564c34ca27c91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c71eb32119cd67424f46c81b05fee6485d59123e6c217a42b5f4aa000ccd1f8d
MD5 2c020f7de4fb324e1a5c7a2f5f766f89
BLAKE2b-256 c51c78f22e9e2af6698f232cd5168da1f047c8569421a9b530e58698689fce1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 243.0 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 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.3.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 735f4c333f41a5f4b2ebb8ca767e544065cb56e5844d24368d3e2c97ebadd6a2
MD5 ea5f1b7b5d4e3086d3b4a8cf219b5afd
BLAKE2b-256 28e3aa38173323879445824eaf386d690d257c44365599360f8d05ee9d27158c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 229.2 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 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.3.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 48601bd0fc8f3edc8a5b137307cd049de5d4c85ec566484c2ca9c7335167c01a
MD5 a5109f08f026b07631b419acd5ff5fb9
BLAKE2b-256 b583978959337a0317e98a6807517d70b424a1b8525a892e6d9e616babc69b5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6423f483d3ee1bbb25af592df786e93de95345a9d272ae087d48b2b9f49217e
MD5 d3ae28eb653100fd3339ebd67d139186
BLAKE2b-256 5223661ad0740912b70428d4ebeb33bf2f2dbfad73c6f0a846c37bfa1e33ecd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 70.3 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 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.3.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 098a6c2e05a39861c83f864a555537d2315af1ee8ad01a703dac819d80d3073a
MD5 915fb089a43fa8e996a968310365996b
BLAKE2b-256 bd09f63f1fd4868a3f2afbac9eeed7ac0942e118e5b0f5466aab5d5be86e0eaa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 65.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 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.3.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 38d74266ffe0f1707b58cde2f68c812fa8cb9216d39eedcad816c2cd69457081
MD5 c9192f01606b9d92ade6ee7ca7cbec1a
BLAKE2b-256 a70d0814e7f2cad4bfab0551e65aacee2cd1b85196afdf4a7f9fc1dc3414a51c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 57.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 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.3.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 76e83b59312deccbf9e2bc772931bede7addeda891671d510c5f75695834e9a1
MD5 b305f960ea6b476f71f039ea372d537d
BLAKE2b-256 a3e0b9f10426acc166779db80b7c7fe73154116edde04137bcd27ecc1defb4a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f2d539bcda89d4d5c7e2a24356e279542dc7592a5febef1ae47a7420b79ce15
MD5 716864793b480e2fb164688edb5cc33b
BLAKE2b-256 eacb119f5e6405b7d5d9c024c1f57bdbc4e39ce0e49ad85a17083ceae2b26e28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 30c1b3078988815801fa2cbae6fbd651d2f14d44baa2f4544c3b8495574d0878
MD5 316123d31ff250e033133f4a04aefa78
BLAKE2b-256 4650e167b753d3482401985453c248687fe065e5ee3a99b569fc855de12911b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 481c05abec294d55a9a5f46a187f7c83ba7f5ea38bc80822bc931cba13a8d17d
MD5 5974636758dead5302500ae9779b454d
BLAKE2b-256 3837358f5e3c0d9cf3f70caa3b26299cd281b9c99b26b3bf41b5e355d36adf9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 794a2f2f114aecb8b0c235885e39f45995e3e0e19119ae1cb0f82b867a7b453b
MD5 20418e77a9f91fd01dea6c4508cdf2e8
BLAKE2b-256 bc21df47738ae37f3af7aaa416c36f29eb548e862a8c5819b65985f091c62bb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 02208af1855a27a0a2bcf5044ef400ecc35d56e0f3b8b148b2a2b4fdb87bcd10
MD5 e3eba821c2298f7046923d61bcbaccbe
BLAKE2b-256 e1f100f90359a6c831e298bdadd5a1de9f2e304a43efd15f9f03628435499bcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e4e59eab3ded2f8db4f1027f4cf04a823f8a3d426ca4b97f8d7b7f7b16d05bb
MD5 73241749e639603950d7c9b2414554a8
BLAKE2b-256 ccf4e9bf412af21a9baa28ccb2c3b18c5cadf0615588aab0ecff936e4e7e1139

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9173cb1d38af5d8a6baf1883fc8ec8889ef1b980a108eee1054fcfd0287269b6
MD5 27e4c64692aedeae54e21442020a224d
BLAKE2b-256 2719f2593354866f79a22de85933de31a92608bcac2075d0a7077e753c9c561e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 25e49b3aaae12caa4c1276244c5ce110e7cba2884124d9e95defbca9e9fd9890
MD5 0398782b4900b06fda04379812d9aed4
BLAKE2b-256 7378e1fc98ec666d49131b5d71c149ddb222ea71ed8e2af7baedd114b3d51a61

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 233.8 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 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.3.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6542f9de325ccf29c8dc92d451ccf6a16e89aaac3b2d04d65d766fcbe4cbb648
MD5 8e7f93370214b502f5b37c8c3c0fd056
BLAKE2b-256 b08e9010559156b5afb5af5e92f4fa37ef8a0b86aa810534b8184bb8374a3c11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 220.8 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 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.3.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 fb8a95a782f6261563535a7bac7295c828a40293866b579b6dab8f7a683d9b9b
MD5 306efd9af9388dd9df3c154610be3126
BLAKE2b-256 63587dd9f8ef1d001d21259cb3bca00518cdf0629d87e07cff295f9a86655038

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 69.7 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 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.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8fddc673597c2834a9713ac62e9c5139ccb13dc8cd00eb213c8e7364cc544642
MD5 3bff0f85d26426173a903cd63eb971de
BLAKE2b-256 594fbe6ccfc190d980c43dce50ab24954474df96e92af431297cce90a6cfb10b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 65.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 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.3.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f398d680dc45788d5512580450de8990f5b7cfb3337f39b14f1c5c13f30ef36b
MD5 e521cb2c44d0b2ef87c8d8cd2565530f
BLAKE2b-256 8941813f1c34013ae1d42193dd3058e560a263c3f04111b33375b68576b6c861

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 57.4 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 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.3.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 dbdf244c1162dfc48aeeff9bca88fd29750560215e32210465a833b1fe084176
MD5 ed75649d4a26b84e905d0fc82fc85508
BLAKE2b-256 d500984a75ace9510f5f7b5f9ed5c684394767dac209a4721eac8d7255d456e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d63a6ef186b0147b5467fd620bf3dd4d11a0f6d63267196d1afc90eaecb2a13
MD5 cbb3e9cff8e666849a3eb6515cd558f1
BLAKE2b-256 31261b6069837840f1cb0de58f1a7b425ba58ae53598334df75910d3246246f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 139d6bd9023b18fbddfeab7fbe980bbc190376d5b7e7f6b4353539002038e863
MD5 0b84896e0ab99ef4601fb5d01fe49925
BLAKE2b-256 9c2d204bfb03514bf49c42dce842ec39c481a50e1fcbf90ee02c68b430884db7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c857350fe7fd602be7c74d38d0b05280b8fce86b35b2fe156fd4fc5093a4abe
MD5 b87a843067362ccbd7e9687f313b12e6
BLAKE2b-256 26af5957136b5c76a004d8c9a00ac4646e202c61888a117cd49a8fb94d1023f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 14f60b841fa54307b586518acb7ceb6bfa99090c27c0f608df354b621789d7b4
MD5 6dfa72ac8a9f934829f3bc7dedf3dc4e
BLAKE2b-256 c28dbc4e94cc820c0037bfed09d57b1b5eaeee0d491b18b58b153e1dc533573c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 702cb4ba7debb8e177bf9ebf78c30d60d6ef10db240c2f33c7bb9db854bcdecb
MD5 47f6d46d78bf8b3b5080d53b5498c531
BLAKE2b-256 19fe6e5cdfeebef4d1724e4a4e345d33bc67b3ec011ef00046dbb96639fe0636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 056317371623afabd11306ba4653e523ac5d9c92fe06c0b08e125833cf540252
MD5 3dfbf66974799c93eb5a8538c099a2a6
BLAKE2b-256 28f5c1212853adb2f2440dee36e4776828deb945463af0951c85db16591a9dad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c34711062d089afa47084c867fa608f4821b966a8741064f3d30f2daa44a8b5
MD5 4c3ff907ef5dd2d83a12c84a906187be
BLAKE2b-256 d4d1106e35f08ba34c4000957e560327d7520e8aa635a298afd364a34a9f3a9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfxr-0.3.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 da9f999731931d7ca24c88e3c0af0b04caa1f6df72f4372ffd6dd120d2cddc60
MD5 9530165fac2a8385b35d9025f1111d7d
BLAKE2b-256 c3cf43c5e2e12538d2d63814220b10ed82421508ca601a807fe51171c1f945fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 236.3 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 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.3.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 756a119c8e506549d800b4619e9a038854181ee1367ecdd3d95ad0bc6d412ccc
MD5 428a68697cd6f9a6f1954108e6e364da
BLAKE2b-256 be3a1c79f717295123ad97fd84e9cd441db6ec20f57c4276ba4c2b74083da305

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 222.7 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 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.3.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 987c839bfa64c3eaf848df36728c14204dc6ff8243b0e1b38918133b41647d6d
MD5 7f207cb6e2845c4b689aac57b0ef1feb
BLAKE2b-256 bb821e471e23faba2935b6c67e15815747beb5d549234b5473b455f467008ade

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfxr-0.3.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 69.6 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 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.3.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 66b4197d390270b76d5f1397fc03ad26b5d67beab2526f4a1e010bdaf3fdf0f2
MD5 1958fd140182e200e9485b260e84e773
BLAKE2b-256 9f456f7a2794466d0c8c8d821c912dd35f8237796080737a9a931e6bf55caac2

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