Skip to main content

Welcome to AnaFlow

DOI PyPI version Build Status Documentation Status Code style: black

AnaFlow-LOGO

Purpose

AnaFlow provides several analytical and semi-analytical solutions for the groundwater-flow equation.

Installation

You can install the latest version with the following command:

pip install anaflow

Documentation for AnaFlow

You can find the documentation under https://anaflow.readthedocs.io.

Example

In the following the well known Theis function is called an plotted for three different time-steps.

import numpy as np
from matplotlib import pyplot as plt
from anaflow import theis


time = [10, 100, 1000]
rad = np.geomspace(0.1, 10)

head = theis(time=time, rad=rad, transmissivity=1e-4, storage=1e-4, rate=-1e-4)

for i, step in enumerate(time):
    plt.plot(rad, head[i], label="Theis(t={})".format(step))

plt.legend()
plt.show()

Theis

Provided Functions

The following functions are provided directly

  • thiem Thiem solution for steady state pumping
  • theis Theis solution for transient pumping
  • ext_thiem_2d extended Thiem solution in 2D from Zech 2013
  • ext_theis_2d extended Theis solution in 2D from Mueller 2015
  • ext_thiem_3d extended Thiem solution in 3D from Zech 2013
  • ext_theis_3d extended Theis solution in 3D from Mueller 2015
  • neuman2004 transient solution from Neuman 2004
  • neuman2004_steady steady solution from Neuman 2004
  • grf "General Radial Flow" Model from Barker 1988
  • ext_grf the transient extended GRF model
  • ext_grf_steady the steady extended GRF model
  • ext_thiem_tpl extended Thiem solution for truncated power laws
  • ext_theis_tpl extended Theis solution for truncated power laws
  • ext_thiem_tpl_3d extended Thiem solution in 3D for truncated power laws
  • ext_theis_tpl_3d extended Theis solution in 3D for truncated power laws
  • ext_thiem_int extended Thiem solution for the Integral variogram model
  • ext_theis_int extended Theis solution for the Integral variogram model
  • ext_thiem_int_3d extended Thiem solution in 3D for the Integral variogram model
  • ext_theis_int_3d extended Theis solution in 3D for the Integral variogram model

Laplace Transformation

We provide routines to calculate the laplace-transformation as well as the inverse laplace-transformation of a given function

  • get_lap Get the laplace transformation of a function
  • get_lap_inv Get the inverse laplace transformation of a function

Requirements

Contact

You can contact us via info@geostat-framework.org.

License

MIT © 2019 - 2025

Download files

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

Source Distribution

anaflow-1.2.0.tar.gz (30.3 kB view details)

Uploaded Source

Built Distributions

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

anaflow-1.2.0-cp314-cp314-win_amd64.whl (118.2 kB view details)

Uploaded CPython 3.14Windows x86-64

anaflow-1.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (594.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

anaflow-1.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (584.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

anaflow-1.2.0-cp314-cp314-macosx_11_0_arm64.whl (125.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

anaflow-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl (127.8 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

anaflow-1.2.0-cp313-cp313-win_amd64.whl (116.2 kB view details)

Uploaded CPython 3.13Windows x86-64

anaflow-1.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (601.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

anaflow-1.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (585.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

anaflow-1.2.0-cp313-cp313-macosx_11_0_arm64.whl (124.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

anaflow-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl (127.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

anaflow-1.2.0-cp312-cp312-win_amd64.whl (116.5 kB view details)

Uploaded CPython 3.12Windows x86-64

anaflow-1.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (609.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

anaflow-1.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (596.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

anaflow-1.2.0-cp312-cp312-macosx_11_0_arm64.whl (125.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

anaflow-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl (128.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

anaflow-1.2.0-cp311-cp311-win_amd64.whl (115.8 kB view details)

Uploaded CPython 3.11Windows x86-64

anaflow-1.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (608.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

anaflow-1.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (604.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

anaflow-1.2.0-cp311-cp311-macosx_11_0_arm64.whl (124.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

anaflow-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl (128.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

anaflow-1.2.0-cp310-cp310-win_amd64.whl (115.9 kB view details)

Uploaded CPython 3.10Windows x86-64

anaflow-1.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (579.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

anaflow-1.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (574.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

anaflow-1.2.0-cp310-cp310-macosx_11_0_arm64.whl (123.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

anaflow-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl (127.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

anaflow-1.2.0-cp39-cp39-win_amd64.whl (116.1 kB view details)

Uploaded CPython 3.9Windows x86-64

anaflow-1.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (577.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

anaflow-1.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (572.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

anaflow-1.2.0-cp39-cp39-macosx_11_0_arm64.whl (124.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

anaflow-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl (127.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file anaflow-1.2.0.tar.gz.

File metadata

  • Download URL: anaflow-1.2.0.tar.gz
  • Upload date:
  • Size: 30.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for anaflow-1.2.0.tar.gz
Algorithm Hash digest
SHA256 150e1901c4ccbba14066b7ec607bba393a9cab43ae878747937417f4d50649f7
MD5 c190e467652cf3e92c895787cd1d06b8
BLAKE2b-256 dee9ea28d13f331b30cbee06d63eb2946d06c68bd02057b65b5ea9e54ea1586f

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: anaflow-1.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 118.2 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for anaflow-1.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c662b03e57af74d66e6812c5e405f7bb69ff084d8cf6085330e5e04675f661d2
MD5 c3b2b299b5a9d39b90a37305e02abf9c
BLAKE2b-256 ff9ee5656bf29e5a6d86e200e802f0821784a6483070c8dd31c38dc6d6cbc5c3

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a1fbbda9843d8c4ee9f5941fbbc5ab8e95e75b8d5b876970e6891d4a48ba139
MD5 3c3db5c5552d4ebbd55f31e1004f9f60
BLAKE2b-256 4742556f02bbaa7636ad1e98c135c3e84d79f04d98ac6c6bdbc7bc5307edb6fd

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 819f5f2e6f8c2b09e38e04e02f912f73280d7bac252c7809c9ef61ae63fb0f3a
MD5 4bcd96e279f6a014ca6d43a523980f70
BLAKE2b-256 73a45f7609a25249264fc49f068ff8cdb01c9ef4094483b4cb448ea6b6949b24

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db6fa21de5906256a25b05657241478ac7af5f771daec1bb3dd6f03499c9233e
MD5 1bacee670bf7ca4141e51ac4200dd0d0
BLAKE2b-256 cec5f257e9b142e7c41e8878f991505957d2d55afa99fdd9ae57079775738f33

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9364313fd1c4fd1eff32c57af9ef8a52be8a1fc8dd149738c8c7a35209cad03c
MD5 5737a746d75e57e41c6c07634bd5cc7e
BLAKE2b-256 c1b25a011ed0b4655adacad9606386cda5b97d9dc178276242ea3cc9e2821f05

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: anaflow-1.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 116.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for anaflow-1.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2d6f40a49a11123d2ed73363ddf05cf756e0336c12148d0d72ae2a0ea96cedb9
MD5 31e6a7ddc0ae0557a34de15d1c5f0d88
BLAKE2b-256 f4aad9c15db80c4197fc4e226a97c97c5be07daa7fe3302f2d95a7698e12721e

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ae352f74a631adc59b952e61b75bc256bc828ba7b74c98635a593b475205c471
MD5 a8366b4b623726502c62d25a728cc3d2
BLAKE2b-256 ae000ca8f4b1bce1c217cc968539b0e11b5968ac1b60f70a472cb060ed20a331

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 178d4474bae9cbbb39d4519aa1f1163dae08dbee80a297f1e0608113dcd4bc54
MD5 ef3782f0163e48cf33e186607139afdd
BLAKE2b-256 2be4d6e9ff34ce068fca3f25678e5c3ca4b1888a1b202b6c2a690771c878923e

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d837cd6c024abb2d5052076de16dd67ecee3c45b9c1c82874efa0def2674b0f
MD5 70057245b54902b4ff1c8ccd6e8fe894
BLAKE2b-256 3bb0dd8adaefe9b7d217c75ec5ec2149cb5085bc82250664386f5123694f5d87

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2acea14703ba9c5fdba2c6dd34f7a50895d23b1ddae2723abc7bcdae738bae03
MD5 ef0748d632659cdde09dce53e3e36bc4
BLAKE2b-256 b12be2aaae71f5a837db1e851e8915af232eb58d512a31ef3b1dfe497126a9d3

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: anaflow-1.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 116.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for anaflow-1.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d032e4a98a78bacaabc91be481ac2c2152c5f34bba36eb62af04f0411049c38c
MD5 41af154696e4aa30020884fcfd08831f
BLAKE2b-256 1d9e8f2899541622260ab556a2cbc26f2608595970169702a55ad27543c1a51d

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c942d119649194b28bdadbd094b25c36d0483a90da436c1379a4c963c9f85aa9
MD5 bbc5750c7b2ef06cc7251aae76834b8b
BLAKE2b-256 4b500a857548c21679892f5a4fb34c0725f4538c13749ed94c7b811ee1c57cb1

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1e0f512827a38d725e415191cf91fc320dedea7768b17d5e9c8f26c60f533051
MD5 55e8a55444757eef1399ce3f8ea7ca04
BLAKE2b-256 e47b7b950b7b3cc7791f1f6ff9b11271f70f9c32938ad0d7d8ebf67e0e4d6873

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 13b6e382e3c24f0b08811b29f7f9ea9e10bb171e14d519afa505b93efd2fb0e4
MD5 a77509408c2f3387e33c5388f9418320
BLAKE2b-256 5864af13ca4fc8d974d87196e286e119210165b8f01d2dee0afb80e0b1f4827b

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 273cf6ab3542198bed0081019a40799c559934281f408dff2c56d0160aea13de
MD5 63e1ab28c5135ecc3561f4f00fd871a6
BLAKE2b-256 01f0a2985d0565fd3c102982d251f9ec1c92ad6c900434d18996e88a47614080

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: anaflow-1.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 115.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for anaflow-1.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 82c84184abd9da1d21b3f2b37d7f00d9da71288835f2e7c78cff8233d1f8f629
MD5 4474f9f54f988eab4b84940af7b8af33
BLAKE2b-256 20ec255749d85f1154bffcc73c50ac9ae999098e173a441b437db29d2f9128a5

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 14f1d7209679b3ffb479f6ebff4321add30b85fab3a21a427ec988c895541a06
MD5 9411c417b21fee858d1915f60be7de70
BLAKE2b-256 43efe8aab3cfc5a65d8d433df7ca38da3bf30e9899778b6d31e30be3ad8de303

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 50c421cecf9cccd0b32ca5f1247881bac4b49974c3c4a142b4980e597839d48a
MD5 7b3ce74f49ccc6d4f6e2e79a373b5030
BLAKE2b-256 cc0a77b84ec7793c9fcadf15316189d1a27c33f044053d77c3ab5565e49ff6be

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 151039ce90dc074ea07f92899841120c2a5ef8dabba5c4dba063912934a27120
MD5 c165bff486e7d735b57587e19c2bfec0
BLAKE2b-256 f477f6a53b144e70eded336804dcd30b14f13ac3b234756aeae5737e3980f67a

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cd5ed375ae5b79d43aa78161732afc04f38a2dfb7ccb2eba8d0a5c7755c15961
MD5 e347a6babcb5e5968f6fbfe662eed97f
BLAKE2b-256 405686b78584d580c657b4980dbb5f1538074f4429afda0798987478144bf735

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: anaflow-1.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 115.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for anaflow-1.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 294f83c6ffe730589afd1b5dc16ffafd20d16df88867ed72f3aa5af149960287
MD5 ad0ec14d975312b23976c34205d7dc70
BLAKE2b-256 a50f1077498065969b26654f4e43a084663c6f8503b10cf2cf2910d5533d3de4

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 033574acce9067f83794e64b63feab45072840ccb11064aefd05416e63801c64
MD5 3bbdf2fcd7e4be68e62284a99b5af47b
BLAKE2b-256 858266b85ad131c344ccd487d9662290828176fad50936d99be4415b37d3df2d

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d5a6dcf937cc61017b6a445e8259a097ad5936f59b6a36430a1dd697ed140374
MD5 3b27b3c0da0fd399fed84bf06feef57a
BLAKE2b-256 f28a8efa365c7f1272e27b1d1a96c0e769b8a365769a3f46b3033ad57b73be99

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19980275b659142a852d1bf5f3b3d4f57cebbf066b00f96bf4afe3c7c01e26d9
MD5 2aaa6f650673b491cba03620720c1277
BLAKE2b-256 4bc06149b10270eb35eec32894d97b0bff702a5a9194395846ab138760e143bf

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b04058e39e5c1c8d50324ac81b20a51b08c1c2e566a39006fdc2543b488381d2
MD5 6ac86ddb361d0a8e6759b2884b4f4386
BLAKE2b-256 5b4d2ea145cb4abb17fccb079dd8e1b1a76a3e7157ffda872a6b9088f339e4d3

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: anaflow-1.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 116.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for anaflow-1.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9ba2f9485d3739ca15785926a1af5ea8056cab4c997aabd572d3d2fd7dc3982a
MD5 9805c33f2da1d4283f3a31475dae4660
BLAKE2b-256 45844b56bc9120898be731f89ee87018fdb33737afccfcb186f904e1cb9dc491

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f855f8bad124d174d22bbfb1db7fe8e8b66372b14a1362436792628b773fd78
MD5 6d3dcb9acf3c99c67d4bc13d2aa93562
BLAKE2b-256 8870ae4037d1c359c456efd1b717ff1b19698864478d49b659e01d4cd99933cb

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 257e5c1237cbce169a409b40df850c5e704a353106df475dff050a1de049b305
MD5 5efc3ef9c5f53a5eacdfbc4d16df3346
BLAKE2b-256 fbdcca8a27e5a6e820c5ccb94d9dcc699e4f70059aa1a06c930dc017cd0d5b93

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57d8d8a68b7ff0e78c007382c90ffb8db68cb4e2833e15e2cf7791766aea91ed
MD5 6236854b82d9f5664a7acfe4e70440c4
BLAKE2b-256 650be7c01a6c803c0c86cd4a5324f511879a36ef65867de44dfe1f7815ebe2e3

See more details on using hashes here.

File details

Details for the file anaflow-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for anaflow-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 41966c016380a9ee27736288892d170b75c4047f7631d50f4beebcca81fa4e1f
MD5 6f54fdb5e87598bedd6f502fd5be4134
BLAKE2b-256 87ea2867d2a00673fee321a56d3fd0cc6e4bd51bc7b1145e325362276006944b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.2.0 This release

31 files

1.1.0

2 files

1.0.1

2 files

1.0.0

2 files

0.4.0

3 files

0.3.0

3 files

0.2.4

3 files

0.2.3

3 files

Supported by

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