Skip to main content

High-performance PyTorch-compatible streaming dataset with distributed caching for on-the-fly remote shard fetching

Project description

Inspired by MosaicML's streaming library (https://github.com/mosaicml/streaming), this library provides a PyTorch IterableDataset implementation that streams data from cloud storage. It is distributed training compatible, and can cache data to disk.

Testing

cargo test --no-default-features --features auto-initialize

NOTE

  • Logging has to use envlogger, even though there are ways to send logs to the Python logger. This is because when sending logs to Python's logger, the GIL is required. Since we have a background thread doing work (and potentially logging), that can create a minefield of either deadlocks or not allowing background threads to work.

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

flowrider-0.1.1.tar.gz (57.9 kB view details)

Uploaded Source

Built Distributions

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

flowrider-0.1.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

flowrider-0.1.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

flowrider-0.1.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

flowrider-0.1.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

flowrider-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

flowrider-0.1.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

flowrider-0.1.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

flowrider-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

flowrider-0.1.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

flowrider-0.1.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

flowrider-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

flowrider-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

flowrider-0.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

flowrider-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

flowrider-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

flowrider-0.1.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

flowrider-0.1.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

flowrider-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

flowrider-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

flowrider-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

flowrider-0.1.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

flowrider-0.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

flowrider-0.1.1-cp313-cp313t-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

flowrider-0.1.1-cp313-cp313t-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

flowrider-0.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

flowrider-0.1.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

flowrider-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

flowrider-0.1.1-cp313-cp313-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

flowrider-0.1.1-cp313-cp313-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

flowrider-0.1.1-cp313-cp313-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

flowrider-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

flowrider-0.1.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

flowrider-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

flowrider-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

flowrider-0.1.1-cp312-cp312-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

flowrider-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

flowrider-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

flowrider-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

flowrider-0.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

flowrider-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

flowrider-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

flowrider-0.1.1-cp311-cp311-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

flowrider-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

flowrider-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

flowrider-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

flowrider-0.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

flowrider-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

flowrider-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

flowrider-0.1.1-cp310-cp310-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

flowrider-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

flowrider-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

flowrider-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

flowrider-0.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

flowrider-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

flowrider-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

flowrider-0.1.1-cp39-cp39-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

flowrider-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

flowrider-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

flowrider-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

flowrider-0.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

flowrider-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

File details

Details for the file flowrider-0.1.1.tar.gz.

File metadata

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

File hashes

Hashes for flowrider-0.1.1.tar.gz
Algorithm Hash digest
SHA256 340161fe704ae370111eb6390695eac08e6829b8b6de552eb6e9c8157cd69b00
MD5 4945aadad7a2805b61d81495a892dc97
BLAKE2b-256 2da80772b99a4b5082cd221f07e8f2b99aba1275ed20b11118a1a240fe8c08a1

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 27e0acb008b5faf61ef75eb9941e48b9cbc8a5d6cdd0c8a06e557c41f7bd45a3
MD5 625f7f0475a549adc21f2e381afa68ae
BLAKE2b-256 90bfcc1c37a90ec46a66eacd0765b9f13c3a1690911392d75f1402e805ddf57f

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 93c576494c78e9960d3508b6c290c01ea495915f30eac9db186549a4877a2789
MD5 d31a8bce013dad92ea96d04ce02bf16f
BLAKE2b-256 87e59681e40eae9a13074543fdf0f81cb32336c6a242065bca72fa894ca3f10a

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3b6a3df7f89abbf7aaac6fc447cafcde6a988b60fd00810a8108a68879c49431
MD5 601899273e660a28ef8997147c1c2f2c
BLAKE2b-256 1b225a5cdd14824e8b53e3b119e72879bdae31728d45bbc8dd04e60da5a66be8

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd2a00b2632351e04e1b2a6f48ccca00da14f9ec8ade921d1c42dc249e704d37
MD5 2a71fc0f3ee7bc414216ef42422be1d0
BLAKE2b-256 2cff41feff7de8b5e9e2d89473dc0234df53b6af3230c493e3ff5cb266d9bc66

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14d47474b3ad32bc7c055b3750b34a87cc077c83c7cf3016f59aa066f64d1fcf
MD5 f84d50709cf2ba68da340db5d6565924
BLAKE2b-256 b325faf6481fa1d50224a7c675e3e6cf469f38a45f564fec04ef6c0454f9124a

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 87548a6e911e8ab733ffa3fe62d291522df583a56944bf633740a04b0635cb2b
MD5 e0126d53fdd5187c45276b5e00cfa5da
BLAKE2b-256 52bec6ec553aeffeb858ca16d2ec82a82d916a730bdf8e01a3495a1ad3c89f5e

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5246362c1d2d11e2b28e85dca29fd3664316752129bb79c861192a449f5c0eb3
MD5 409fec796a5f1eb73e65bf72d6ba7398
BLAKE2b-256 1a6f8c93bb315a8cf5ab770eea8f44c1f2ca43060977f8e217f111a200965b83

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c8e9fc0c1d8896ce3d149c438d58083cd509afa26b1c0c5fd58e4d883616308
MD5 8fbe146f80c3e433d07a805ae171ed80
BLAKE2b-256 ee73678030ab68b732b871fa4e6cb04c2ed1385df19e73ffe66b970ed30c7358

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1a3911e841d24306cd9e22146cc6a0eb7f65d25ac5cf62e15be308729828926d
MD5 bd8db2c5943b447f885437b203ccdb03
BLAKE2b-256 d6be34a8a09aac09ddde291f53a0449634a5c7118bb4bd52cb011a78ee84ab2b

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 917b46d4d9a7a93d266fff4489c2c0ea5ccf771d4f66ceba2b3bfd0b920007c5
MD5 cba399a72735f0c09c72d9ffbe2bf047
BLAKE2b-256 69c481284eb1be010442389b79624b5aa072ccfdfee64acec9890beedfc07eaf

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c1df21bf43d558613568225f21f9e87ccc3daeb27ab9d30120c4ae9f12589e30
MD5 3d2ee8e9c5b8e1b6edfb14a764ec02db
BLAKE2b-256 6630d99a0985d9ff04e91d00d1a35a3b348df1b6a2baae41f6c5c706d75d7efd

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02a4305de50e59e125bd1719e90ab9b9975878606c3b5fd69af2f23553a08c6b
MD5 4e30a286d4ee4c8d916beeb4f9a6438c
BLAKE2b-256 8ff9004b45fe2ef01d71053e6a2c2194b87a5b440e3f5a99818c33bbcbebc1e5

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1915d5126cf276c8f4ded9689b74f5d59f5725e1617aa7d8018644d71f4cde6c
MD5 0f86ccb75595c88d0b7d8365d709935f
BLAKE2b-256 c2a24c118127787854db76cf5a9a68528fd4b38c199b99e5cf0c591d3fb68e7c

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8dedce2aaddb1101388598dd6b4db3ce969e79da617f35582abbf6b25a2f2357
MD5 2337ec909008938663e2b3fa390909ec
BLAKE2b-256 b0d4629f0c6076537092fed6967e350ae66e760283d6c2ab7ddd95354cc84b9c

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7847186dc1e5b843ff61c3191dca5390c6d0b42fa98c30f33a1fc3b298423e49
MD5 39cd5e0ed26dae9e273dcd7f06314c11
BLAKE2b-256 40bc6cd1c296612d2cba85400020707ebcbd5bb75c0fac231aeff583b749223f

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f1ed062d51cbb42783d2d07e0ea6af7801f35d7b025582ad9dabfc79c26c6fec
MD5 73154d18c76d22c217fb619fe29edce0
BLAKE2b-256 c766911b424a3e6424dbfa5b58bc781f23a93e95cee2ab057d367d46805ad613

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1d83890ad97666b940d63740dee1c59da63fbdfcf5cf50b12bbef13cba451aca
MD5 6f17faf9abbb98456b105263cc5e42d0
BLAKE2b-256 5f201af820776e91cf1111072b19c616bc3401db7ad8e1a7f612761838852bf4

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 acd9ae9e3b9bda39fea2e5d224d05c16f23a0b63ef4f5a20e8046f8deb251175
MD5 64a78aa704c1e823329288d02cb6d626
BLAKE2b-256 818ca41ab75aacb50f8d43a2c6f77c3b89e44b2455cd70e998380936ba9915e4

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 df83c6e67ffd67b6596d9e72330ea96473e84c25e9b1a76bc1e8730587de3902
MD5 75b380dcdcf923de8cfc2437cb3037e9
BLAKE2b-256 61f5aa84b42491949027171fae9aee0fc0040d294f263f73d1d0debb2f0cb11c

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3dbfeaa39aa421a677c634caa47e598d61530f0cc2434e240dfd3514bf021dac
MD5 42f14998a06d6c08ce49faa567820729
BLAKE2b-256 62074da66d7b4ebb1b9c723717ef149549e76687f2d6eafa2326fc8a8e4c3b92

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c8d9f58f6a57cf41b4cb818cd1a3828aa4ba1d12d24b56c5ed70439b51a4436d
MD5 c2646d374cd70f0d7d0490da9e5ca241
BLAKE2b-256 d03b1b0236de8eef296aaca6db6fc194c266c0bf4b8ff0d26e4889e952699a67

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77f948aeddcfd73956a0b531e8b9b1a6072716f5f48b56554a51492f218b12d5
MD5 d5772ece41de9dd0726ae843a4fe12f3
BLAKE2b-256 5065b00df72d977e4a93bafbcbb223c7cd1c46fea561e62460d015fbafd713b6

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9af669dda78032692757ab9ecf80739f7e4d2b60b1f2b5189729dcb64eac8789
MD5 0f849b57cf0a07e82a6a8345226f3e7c
BLAKE2b-256 b0c11bfa919438812b06283b955a870ab922f9ea762b06e8a0ea7490709f168a

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7225de93289d1c14b7db5b10ef6f184f15816bf4471068109237e80cfd3e9507
MD5 9a18744a95225d93c96433ff15efbc1c
BLAKE2b-256 842cfc76df0d381569f87a84e487e8c2731058eb145fa29d07b02277feb21a5c

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 20cd2e25e7fb466030532c8209f724cb2d7c465122eca83556c643247bd888d5
MD5 6547cabda45cc7f1bd0b7bdb02468178
BLAKE2b-256 72fd74d8d1a7ed84bb68b19d8a899305da19632046078a9e757566446fd50752

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2f70e574b309b9ef1cbbd3a0f29630a6427b94f26567b775f275b4405b875ef6
MD5 5aad0613539683a9a642bdba586ad643
BLAKE2b-256 d666bd14f03aa060a71a59d754bda38396447f47f225f089fa899e2961901934

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6fa37c57679345aded5b97c704f42658aa214a89f901ffd4e203bbe6192f150f
MD5 4a19f14d2020bb76f3880bf2c196408f
BLAKE2b-256 a08a5d0e23d1b131202ee749a6bbad8b4d368760767b8455fff6d4e2c90ddac9

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 328dca279d3259c4c55785bae975a3dbc96f2c3ece986a0ff2b2b32f7cdb6efd
MD5 14361fad40272f3f8b921756760bd22a
BLAKE2b-256 0cc73addeeb8c945cc0de1adbd91ddf54c397f15287a806e75f25a6db427313b

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4ff92f585c44587286eec5b63993f94a9d27153207c56da5a6453db5a4f116a5
MD5 449ad43c0afc4bb726f0ee6f85b19550
BLAKE2b-256 b6770d5a2ac62e770c0ba82ec989fa19771b1d66f2196a71e3be32890d998a5d

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 47880278eff9320300d0ccf197b987873382d772e567a22e4a28f8491fb1817f
MD5 ad27405787b45abc54ead137522c2d23
BLAKE2b-256 b2b5b82d739710abd22e5c9d605411b063d8b5b4b9b9ae9985e70cb62b6142cc

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e5a2dba27130ec597121ead088b285731f3b441bb45cac42a304650d070f1b6
MD5 24d2bdb5efb73a613923321b67b242b1
BLAKE2b-256 37088be3b3ef547910bb87392bc415345988a9f17521d79498160392fa255c29

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3d8655a6250b51953982efd8c2ca1d81a3a9d0a5d0e40e424533d8637dc55844
MD5 f4dc3683129baf447d7aee6e0a556712
BLAKE2b-256 cb1b34f4050c2b7556a8c4ec48b6f2bbd6d9c9ff4d4ac4dfc1fa71449166f644

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ab198a020ba1b241ca1f23ca71d1846a5682c83ee9daacc742d5cdaf25f91e60
MD5 59815f8050d7a2dd2563616d124f3194
BLAKE2b-256 2c65849e2f6925bf0760e5465aaa2219e9f258ee2d352d2e715503c6460b7049

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99680029193627d1aba03396a290a656bafa8497a3a6d89131e4379a59efebb0
MD5 64ee7694cbfc550b3c018eb462079081
BLAKE2b-256 9b1ff1baec302556614f9932525fcd74863b4046347a8dbbcf30bf7afa574319

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 be12f576d5d1f27621a6a60de18678434a551321a6999a94d08370a2401d3f44
MD5 95035bd071f8e437fd13400ed01d8c02
BLAKE2b-256 a521e09d0e617c3fafa8136bf19b44566a20680c9e6ff2c99eaf00963f39d039

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0db395256e053b169dd67f55f4d30bf017dfb5c0c6120761fd93b6af9831e415
MD5 627a5addebd1c1a7ac4f4e022dd55848
BLAKE2b-256 c67d8968bd3373f8aa2231fe96fbf2fe3bfcf2ecb151e394fc28d71c76f6669a

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97f0b64ba66e246ee2886c8fdd326636924538b347e2db7284cf8ec7a43658a8
MD5 3695c502fbb3660344e5895ebaafd9c8
BLAKE2b-256 a24b11b28a0e6b73e41e86439aefa0a374919a423938f62cbe185642d4a0fbe4

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 123bad4228d9ad4943b8efa83cdc8b068a2a2a40a63d5567457648b8ebf33ee1
MD5 b2f4cbb96cbfe49d91fc6cf52363c0eb
BLAKE2b-256 7fe610611f8d4635118b794652dd96b3dca138f5f5f9ea4ca76cd8320160da8d

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dafc258febd44e93fbe1980b0e7257a0b82126845f1f9474cfd38223b3faa70a
MD5 21578065ca5e7bf3e7ca59a602a414ec
BLAKE2b-256 6ff02674e991da7169bff26ead327b820364a63f10cc1f3c382441bd1eb0c5ce

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 90a67472f39b5a97bccd7c0df57a5be036cdad10244db0659f66d739400bd546
MD5 aeef8d0d34ef59833974d906017824a9
BLAKE2b-256 5070b6694c8fd7bed83471ec3cb427304ea1e23de407f6f48db6dda42b52d1a4

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e184c6089685928401bc3564fe24b4120797e18994460286bb94ede033fe9cf
MD5 09e64f777006cc4446e9a768ff6824d4
BLAKE2b-256 2bf2098cb24a430ba6ec4ecbd2ef2b971906cab3085e9a7f1aef48958fb11e2b

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 db4e6b90177779fd445dc0abd0d9efb2aaa54cbbb1b0234d6e83c04c61d756e0
MD5 a867c6d8aa5a487a0135c7bcbe683009
BLAKE2b-256 fd97b7f46077acfc0fbf3ed4dd37c83ea6e4b5df265537decda1294fcc0b541c

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0b1e1704d511576870231ea76f1b9a6107da031f1de13d3461d7fa263b92e35f
MD5 59b1bddf263d66688aca25b0ce261ab3
BLAKE2b-256 1cf446617139ed2374c81bfbb060f1e7d3a35ecb730ee2c28b13d0e8b8447a88

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c21cdb3fd8a62a51a9ff83fb6edb686d4d7048c399e4492c33deae5dba25b05
MD5 2e4ccf30fb1115e8c8683a294833136d
BLAKE2b-256 0e83722e56b8694b68cd4cac8ddf2a8a9a73d069a2be5c990f5f72c294a095be

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4fde6088a7d65412f4aea8946f19052161a7d51e5fb9a11b4165e2bde07780ab
MD5 82eb28a77830a989bad9755701ba6589
BLAKE2b-256 a98f3ec288882cfa9c521a6ec8c97e1d6870dbd40013a2c6635ce60083502d3f

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8901a6707d30ce653ecf0c2a21974a432cc7b277497518c96345b81bbb81046b
MD5 c83758b620410fbd925815b9b5fde697
BLAKE2b-256 0dbe60364720cdb643a2d1e78b97f091dba188bbf4e8a992d074a2be4038b5b9

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6df8bebe5a42feb287a8f938b4dde9b5e817367c9e9e1b1b7c45fc91ceb86608
MD5 0a0f0a2eab6885b67a38fb6964f870c8
BLAKE2b-256 f63f16deb803ae2b89e24c8d761647ea48accda484dd63b481d9cfdb1a914e54

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 75d543154d44309903e82e07dac0aa9cfde0a52647f88fcb57e2175e43d119df
MD5 286b22801829d613cc590824b8f09c99
BLAKE2b-256 0af953d069cb5216be3819bb9bbf3ed9270b60657702383b387fa2ff5539fa99

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b6ed6ec27c717cc018fca461e4eedee683515f823fc15ad345b628e6dce49c9a
MD5 cccf5d306079ea98c5b226fbdf329990
BLAKE2b-256 51a0424c79a2c01d5c4cd87f3960b062567b1d5720e1d1462da4a66157521c76

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 341d712a701b44bc2126b7af1208ec08b87e3bdb29809772845ef867f082070c
MD5 716c82cfadd3f95b69cd4d8e06dd7fce
BLAKE2b-256 64582600bc688dfddc854b19e7d81afb04b5e33fbee13096626f66b7cc02669c

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7aac5a16d1446ccde88e8e5148e8a46f3b5ea29d724d0209fb26e5bee73a24ab
MD5 5823496e912bee95466bbc95b9b5c04f
BLAKE2b-256 cf6be14134de838901de0a420231c3e89c1bd3e637252c6652e92a01d9548b28

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 402a0a16a71d6acbb762ceb3c0301be9dff7997c8f08cd9f9ac6f3b509a6ec9e
MD5 6c59caa1fba7429c8ce651afdfd0d517
BLAKE2b-256 aa6148ec948ee0a59c6bb782147ebc01421c7e881c4841c1f02cdcd8b6e424e1

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a79ee3c921a563aa94a15a5eda3cd8706ad33eafc10d779468187089033cd98
MD5 5703e560e3fee9d930aad24fdb42c6f5
BLAKE2b-256 163e7de72405ee630d3a7b6d95ccb62205cd617b79651624fdc77544bb8f5150

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9629ea599edb3fdfd38c2f01ef58cd30c3ba6bc8dccdc97d07e1c57b788cffc4
MD5 5e88202769febfcaa7aaf830da144750
BLAKE2b-256 1328b32c705c151146f5afcdd171f77492d29a3b62dd347751b54733d7c6a9f0

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2c16031ed7f1eebaf5f7c5acb3b6170b0ac933c7ceb384d5c347bd6e3bd9970
MD5 2112a597710f9a1cf039e7e18a721a31
BLAKE2b-256 33eb9911b117c1807b6167ed66e92761a28f4dc18153a6e54e39a669a6c31fc2

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 41bce5cf8a70d189248e9e74c23c76ed30a55f95440bee8c2ed3a1b9f5bac559
MD5 f6e27f40e88c8d018ddf97eedf71e48a
BLAKE2b-256 136cffeb4935101387a0660fbbb1f0f63b439691c1eae94e1e42efbfb9af027a

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d2a0547ccad551f4374a265687bf06adce940fb835ea2280c4b9fe437f01749d
MD5 25c455e79ee73d923da8525a5eed331c
BLAKE2b-256 b5f5f1a36e447b90c40be74c903cbc8386e0a0a2ab51259cd30248a6b7feb813

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d5a36afd0782a6c977a26c76286dc4a4976d7118ace55e500c6812455420a7de
MD5 688c338694bbf9ef207f51a1974b93b3
BLAKE2b-256 595d396cc317cfc0095dfb76862314ea208bd9cd29bad626705f8c9a04210c96

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b72c775849284535c3d931bca4d3f5925cb92ea2083720aee16cb6c5e2a66f10
MD5 3de9d65df72214dcd79cf938bbf7b331
BLAKE2b-256 af4d6b7648bf0f4ea067603f0712b9242a77b38bf947feb20c7a6d6cdd9ebb49

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0108a3b1cb86d56fadce5f7c7fbde35a1d7b1b21caed20bfcfbfd323c99028c8
MD5 6ead5b99cf3f30b78a3454d73d51e9d0
BLAKE2b-256 6deb4bd6272a3ab3a52cbf3e85e4a4582f7bd1d4176dfd549f2535a66e33abad

See more details on using hashes here.

File details

Details for the file flowrider-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flowrider-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3524bd9f9cc0f1e71ea321dbd8ed1007d554eadfc6b80ab56dd23546554fca64
MD5 9978862b712a7054946227c500c41180
BLAKE2b-256 24837d42bb5942529e84cc6e0a7b580c0ab1dc8c3b0c6a686e7f72f81c510159

See more details on using hashes here.

Supported by

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