Skip to main content

Meandering Channelized Reservoir Creator

Project description

Flumy Python Package (flumy)

flumy is a Python Package for Flumy kernel C++ library.
More details for Flumy are available here: https://flumy.minesparis.psl.eu

This Python Package can be used by anyone who wants to generate realistic non-conditional reservoir models for meandering channelized fluvial environement (Training images for MPS or training datasets for GANs).

How to cite

Please, use this to cite us in any publication or results for which Flumy has been used:

--------------------------------------------------
FLUMY™
Process-based channelized reservoir models
Copyright © MINES PARIS - PSL / ARMINES
Free download from https://flumy.minesparis.psl.eu
--------------------------------------------------

Installation

pip install flumy

Usage

Here is a script example which execute a Fluvial simulation:

# Import package
from flumy import *

nx      = 250   # Number of grid nodes along Ox
ny      = 200   # Number of grid nodes along Oy
mesh    = 10    # Horizontal grid mesh size: 10m
hmax    = 3     # Maximum channel depth: 3m
ng      = 50    # Required Net-to-Gross: 50%
isbx    = 80    # Required sand bodies extension (medium extension = few meander cutoffs)
verbose = True  # Verbose mode

res = 30            # Vertical resolution (increase 'res' to get higher resolution)
dz  = hmax / res    # Vertical discretization step (0.1m)
zul = 3 * hmax      # Fill a reservoir of 3 x hmax height (9m)
nz  = int(zul / dz) # Number of vertical nodes of the resulted block of sediments

# Launch the simulation
seed = 123456 # Simulation seed
# Create the simulator
flsim = Flumy(nx, ny, mesh, verbose)
# Launch up to zul
success = flsim.launch(seed, hmax, isbx, ng, zul)
if (not success):
    print("Error while running Flumy")

# Display the age of the simulation, the mean topography reached and the total number of meander cutoffs
print("Final age:",flsim.getAge(), "yr")
print("Mean topography:",round(flsim.getDomain().getMeanTopoGeo(),2), "m")
print("Number of cutoffs:",flsim.getNbCutoff())

# Retrieve the simulated block informed with facies, grain size and age (in three numpy arrays)
fac,grain,age = flsim.getBlock(dz, zb=0 ,nz=nz)
print("type(fac):", type(fac))
print("fac.shape:", fac.shape)
# Display facies proportions
print("Facies proportions (%):", getFaciesProps(fac))
# Sand proportion (PB) corresponds more or less to the required Net-to-Gross

# Display Facies cross-flow section
showSection(fac = fac[50,:,:], size = 8, legend=2)

# Display Grain Size along-flow section
showSection(grain = grain[:,20,:], size = 8, legend=2)

# Display Age horizontal slice section
showSection(age = age[:,:,2], size = 8, legend = 1, title = "Age horizontal slice")

Detailed documentation

Please refer to the doxygen documentation of the C++ Lite API here :

https://soft.mines-paristech.fr/flumy/doxygen

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

flumy-8.300-cp313-cp313-win_amd64.whl (749.5 kB view details)

Uploaded CPython 3.13Windows x86-64

flumy-8.300-cp313-cp313-win32.whl (653.6 kB view details)

Uploaded CPython 3.13Windows x86

flumy-8.300-cp313-cp313-manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

flumy-8.300-cp313-cp313-macosx_15_0_universal2.whl (766.6 kB view details)

Uploaded CPython 3.13macOS 15.0+ universal2 (ARM64, x86-64)

flumy-8.300-cp313-cp313-macosx_14_0_universal2.whl (759.8 kB view details)

Uploaded CPython 3.13macOS 14.0+ universal2 (ARM64, x86-64)

flumy-8.300-cp313-cp313-macosx_13_0_universal2.whl (842.6 kB view details)

Uploaded CPython 3.13macOS 13.0+ universal2 (ARM64, x86-64)

flumy-8.300-cp312-cp312-win_amd64.whl (749.1 kB view details)

Uploaded CPython 3.12Windows x86-64

flumy-8.300-cp312-cp312-win32.whl (653.8 kB view details)

Uploaded CPython 3.12Windows x86

flumy-8.300-cp312-cp312-manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

flumy-8.300-cp312-cp312-macosx_15_0_universal2.whl (766.6 kB view details)

Uploaded CPython 3.12macOS 15.0+ universal2 (ARM64, x86-64)

flumy-8.300-cp312-cp312-macosx_14_0_universal2.whl (759.8 kB view details)

Uploaded CPython 3.12macOS 14.0+ universal2 (ARM64, x86-64)

flumy-8.300-cp312-cp312-macosx_13_0_universal2.whl (842.6 kB view details)

Uploaded CPython 3.12macOS 13.0+ universal2 (ARM64, x86-64)

flumy-8.300-cp311-cp311-win_amd64.whl (748.3 kB view details)

Uploaded CPython 3.11Windows x86-64

flumy-8.300-cp311-cp311-win32.whl (652.5 kB view details)

Uploaded CPython 3.11Windows x86

flumy-8.300-cp311-cp311-manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

flumy-8.300-cp311-cp311-macosx_15_0_universal2.whl (765.8 kB view details)

Uploaded CPython 3.11macOS 15.0+ universal2 (ARM64, x86-64)

flumy-8.300-cp311-cp311-macosx_14_0_universal2.whl (759.4 kB view details)

Uploaded CPython 3.11macOS 14.0+ universal2 (ARM64, x86-64)

flumy-8.300-cp311-cp311-macosx_13_0_universal2.whl (839.9 kB view details)

Uploaded CPython 3.11macOS 13.0+ universal2 (ARM64, x86-64)

flumy-8.300-cp310-cp310-win_amd64.whl (748.2 kB view details)

Uploaded CPython 3.10Windows x86-64

flumy-8.300-cp310-cp310-win32.whl (652.6 kB view details)

Uploaded CPython 3.10Windows x86

flumy-8.300-cp310-cp310-manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

flumy-8.300-cp310-cp310-macosx_15_0_universal2.whl (766.0 kB view details)

Uploaded CPython 3.10macOS 15.0+ universal2 (ARM64, x86-64)

flumy-8.300-cp310-cp310-macosx_14_0_universal2.whl (759.4 kB view details)

Uploaded CPython 3.10macOS 14.0+ universal2 (ARM64, x86-64)

flumy-8.300-cp310-cp310-macosx_13_0_x86_64.whl (839.8 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

flumy-8.300-cp39-cp39-win_amd64.whl (748.1 kB view details)

Uploaded CPython 3.9Windows x86-64

flumy-8.300-cp39-cp39-win32.whl (652.4 kB view details)

Uploaded CPython 3.9Windows x86

flumy-8.300-cp39-cp39-manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

flumy-8.300-cp39-cp39-macosx_13_0_x86_64.whl (839.8 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file flumy-8.300-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: flumy-8.300-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 749.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for flumy-8.300-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 831b0de2e5dccac80202d64b9231c4a8880612a4926b93730abb4c0a3b3db95f
MD5 3db6ae4e4cb0ec8232d22f749211f0fb
BLAKE2b-256 9af17a6c6d446f36498bd99c5f640c807e3a4cc82ff624a46e18fcaf935e7c09

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp313-cp313-win32.whl.

File metadata

  • Download URL: flumy-8.300-cp313-cp313-win32.whl
  • Upload date:
  • Size: 653.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for flumy-8.300-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 25d3386756eb1a4f79a88e98407bfa1e197cc54de2547d00cf31339158654d7e
MD5 90625eed060f2ddb43779fdfed0f3aaf
BLAKE2b-256 fcdb720cf643bdb124b9d11f63e43e65c9768a9cdccab62520f027da5373da91

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 093f2cbae66d7fb2bff75939face9cf5d2704fc16891e499498a2df2bf6fdec6
MD5 34814eeeffa41699ab2f2605f2d9b7b2
BLAKE2b-256 97d33749672a919867d963eadfaf48ca334353404163c7b704674cc66706a0c2

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp313-cp313-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp313-cp313-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 6ef40363237c1ba0a76e32fa053fd92000a9409903e6df372b22f91116f70fdc
MD5 4264bd05de9ad3e8648fe9d678bca3bd
BLAKE2b-256 9b059efd6a74ba378661842f66d44a4a8843ff419e15aee3083acbfaff1db201

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp313-cp313-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp313-cp313-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 81168177473db474e7f6f493ceddfb240addfe1e2ebe61bae361519c491f2dd8
MD5 333fc39a7e2ff9983faab9843ae3a82c
BLAKE2b-256 201435d3783fa24a92505f94ac1dc76cf7c248903005e32bcb0d0a55bdf4fc19

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp313-cp313-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp313-cp313-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 494628d556d89612301425bc0d076101aa672dfa7a87920e5c14cf9d3b8c0a5d
MD5 7da4c09ab2990c86c91df1a5c642b8bd
BLAKE2b-256 d21ccc88f99b9338e6637b36e99a07c0853cb07499b722664499ac55b8c885fe

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: flumy-8.300-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 749.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for flumy-8.300-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ebe8fa4ab4483712a8e19e438e9fe88233798145e5e6e11a2d0716df409c8962
MD5 8081b249ea0e2f3bd7c2fa973d1c93d6
BLAKE2b-256 f486eb1d61bcbddb41214a01371a7837ead4ae71fa126dabbc2cedf6ec81eca0

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp312-cp312-win32.whl.

File metadata

  • Download URL: flumy-8.300-cp312-cp312-win32.whl
  • Upload date:
  • Size: 653.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for flumy-8.300-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ed9fbc5ab2f4bfefca337bddee72c8d6222d7f0ea861441481ea7f499eebea9d
MD5 8ddd8c26981f27f05441f98947c647a4
BLAKE2b-256 96379cfaf20a8cd20f51e23acfed1ab2e5d208c378909142e8daeb7afd03b8aa

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 454aa61380c117c9c0bc1e23a89cd134dbcf68b2430a3c85316d6d76f6567dbf
MD5 28c924908a35a87a1ac014f14effd7b7
BLAKE2b-256 f8cb94fccc0e0f33dee4e79c8ad52b7d5c63f62ab1f60a331f8abb18ba8f7243

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp312-cp312-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 abd7627d6f1528e8b1c864b34634832bd76e3aba57f1193841ab6618bad758ac
MD5 6d42d1c9718c5bdc32bdc2391a3e781f
BLAKE2b-256 a89e67765f3a323528a14e25924964446e8740b095eeb6402956d38ceddfb0be

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp312-cp312-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp312-cp312-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 752c53c9a7bf40aa49d9a7faf04bf82019f3fd3cd3531ce2933420d6e7c145b0
MD5 6ec853acf5e457e6e1004471ccd4d02b
BLAKE2b-256 a40bdb996ae2dc0932944796e84430972d98c29dde2926993efa4d66dcb01071

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp312-cp312-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 1d900b291087e52faf9af2cde082fcf3afccd4f9bfd971bbf2b8c63e158d9756
MD5 71df6537a24e38936e3e7d4089262f0f
BLAKE2b-256 5e31a031e1de75933a8f5fb46b0a5452bb0aae5f5bf8a25e5923f7893716c5c5

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: flumy-8.300-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 748.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for flumy-8.300-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e89633f21021a4c7d088bf2496ccb9c964def1c5a68f0c21bd26f27a6b690964
MD5 e3d605dcb84526d76e2f9a9cef857e78
BLAKE2b-256 b7d01196b585ed4333a75798ef14c7a4f0acc8c4124902a2be3e40fea32fe908

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp311-cp311-win32.whl.

File metadata

  • Download URL: flumy-8.300-cp311-cp311-win32.whl
  • Upload date:
  • Size: 652.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for flumy-8.300-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 83e3af627f71ad2d738de0d8c95e2f4be4176f668d97c386c8eeb3767d4d69ba
MD5 09bdf3ffe3c2483cfa29c3d39891062b
BLAKE2b-256 fbb7b0a1943cb323ec774ab38181d5e8eb2f1f9f7cdc6b49a7c2cc05196ce0b9

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a499c9ce6438c4a03185049bb6ec7097698fe12b51e61b8e4c44a0aebb0bab7a
MD5 8a3db5749b4f6601982f4f6c7f974cef
BLAKE2b-256 e895b5eb5af426c8c98842a4278457dd791e9900b3b926de691bad80b17e04a1

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp311-cp311-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 ac85e8a673cf021a939daaba5ba3c2f3ac55174d4a800638fd83f2fe340b5c48
MD5 02566e45c82260d51d3d1d3b84f12ad0
BLAKE2b-256 8f05bfea226518c0620958022400291e06315718286cb2f22858fca17bf85746

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp311-cp311-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp311-cp311-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 3cd63f606523eadd98a98b365a560a30a2a86444aee798bd2ba760c92512afc7
MD5 d5ad3ef99128ab224f4c2105e8b3976c
BLAKE2b-256 362887927c43c7596ceefc456b5f347012752cd99f67c1dc1c9d9f9b69b2cc38

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp311-cp311-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 7ef225d814c0c9e453f5abf1dc203d3b3ec7a47417e4cbc505f7d02ac9aa5a60
MD5 b0fabd760eb6c9569782dab848ff0a4a
BLAKE2b-256 4dc1392d786a792df1e44b457284e563b7e4d5faa5ebcf2aa191e91d51f59613

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: flumy-8.300-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 748.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for flumy-8.300-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e5f36ef91386a32afa2c6bc79f3f7f351001232a35402c7cc926ef56a40593f0
MD5 39161ef2f956c2f0086c4350289a9fe0
BLAKE2b-256 df9bb88cede3463d0d294e93f9572ed10ca75219e7daef99920faca46feb04a4

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp310-cp310-win32.whl.

File metadata

  • Download URL: flumy-8.300-cp310-cp310-win32.whl
  • Upload date:
  • Size: 652.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for flumy-8.300-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ab5de4d31c16a6497e61f498149d94f8a48478204d804ca98df00c2041b75305
MD5 5effc524894b906b8ed2be4f8a86f8dc
BLAKE2b-256 565deda5a5bedca5deebf4d1214f372229aeee5a67b5ea4d83b94aca46bb836c

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8c45e49109cc7eb8519f0e1d2d14461ccd67b02a3c2d6815f9eb1f887819c94b
MD5 ff140ccba4059807bc8eda19a1790cd5
BLAKE2b-256 511bf4cdfa41c4f5c650d28f9037169a5c905d6d156c72317e310073a0b84727

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp310-cp310-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 ecc39f380add705989a89fd60f95faaf3e9c40a80e6b5abcd0d24f472190ad2a
MD5 73029d4baf1d7f4e2c192800698877b6
BLAKE2b-256 71cb54b6f1eba6591c478ed15f00c71b4921bb4151f68e2aea9a9f1af02e8dfd

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp310-cp310-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp310-cp310-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 b64fdf2c5fae933626bfbe88de46b7d8b3afc83a03270fb1b81b0f323dd56883
MD5 d6ea218f432a3ae75d9557e5bbad4710
BLAKE2b-256 d377e35124a327ee0ba35074d161568bab665cdc1abaa91f637848302cef7f8e

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 86214e8d49515ba07a6209fa280a4650436acd00587e1f0aab359d4d8c60ee15
MD5 3577fea0abcbf07da826846f27693b76
BLAKE2b-256 07fb4b1cbf09794b3e4aae414201fb4a27c374dd29b7667e5b225f4ddec06c46

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: flumy-8.300-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 748.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for flumy-8.300-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 eaa42238ed8034c85030b88ae4ffa719dab4dfeea835dc9c612449078c4457c0
MD5 b2d334aac7092587a628a4cb55a5b869
BLAKE2b-256 dbf07346ba2dbac8b1fcb1de4d0b4a55f8d97dfed3564c9d6a53be1d741dd198

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp39-cp39-win32.whl.

File metadata

  • Download URL: flumy-8.300-cp39-cp39-win32.whl
  • Upload date:
  • Size: 652.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for flumy-8.300-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7c697321d12e75b8242bea341f5a4bcec3dfbac6b844bd1d3b837e1ca59ff227
MD5 cf3d2c428497c4ba2efb381a8e4f06e5
BLAKE2b-256 e47e7d43ce1d6edb9c035d0c271ec1a970f2660f53a8cad2448308b5a4861f2a

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 79ebbd9d10430c6eb22298f20fb727502a87e133037c280175e842ee3a5817ab
MD5 4a074f8ffa421531ca2d8aa11fd4e579
BLAKE2b-256 6c74d115ca296e4848d2febd9ba09eed99c49ca1b19809a30f16cfcd8324fb44

See more details on using hashes here.

File details

Details for the file flumy-8.300-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for flumy-8.300-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 831e38773cb102e40884b77070fc99911ae5ade3497b1d01558eed860587bb6e
MD5 77514a70f26e37b34ae963c449035c15
BLAKE2b-256 7e252d4668f47f55c30a0e9e97bd7d03b75fea82829b6743ec053c64da3a8a0f

See more details on using hashes here.

Supported by

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