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

Release files for anaflow 1.2.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for anaflow 1.2.0
File Size Uploaded
anaflow-1.2.0.tar.gz 30.3 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for anaflow 1.2.0
File
anaflow-1.2.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
anaflow-1.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
anaflow-1.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
anaflow-1.2.0-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
anaflow-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
anaflow-1.2.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
anaflow-1.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
anaflow-1.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
anaflow-1.2.0-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
anaflow-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
anaflow-1.2.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
anaflow-1.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
anaflow-1.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
anaflow-1.2.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
anaflow-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
anaflow-1.2.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
anaflow-1.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
anaflow-1.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
anaflow-1.2.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
anaflow-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
anaflow-1.2.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
anaflow-1.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
anaflow-1.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
anaflow-1.2.0-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
anaflow-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
anaflow-1.2.0-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
anaflow-1.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
anaflow-1.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
anaflow-1.2.0-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
anaflow-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details

Total release size: 9.3 MB

Release files / anaflow-1.2.0.tar.gz

Download URL anaflow-1.2.0.tar.gz
Size 30.3 kB
Tags Source
SHA-256 checksum
How to use checksums
150e1901c4ccbba14066b7ec607bba393a9cab43ae878747937417f4d50649f7
BLAKE2b-256 checksum
How to use checksums
dee9ea28d13f331b30cbee06d63eb2946d06c68bd02057b65b5ea9e54ea1586f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp314-cp314-win_amd64.whl

Download URL anaflow-1.2.0-cp314-cp314-win_amd64.whl
Size 118.2 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
c662b03e57af74d66e6812c5e405f7bb69ff084d8cf6085330e5e04675f661d2
BLAKE2b-256 checksum
How to use checksums
ff9ee5656bf29e5a6d86e200e802f0821784a6483070c8dd31c38dc6d6cbc5c3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL anaflow-1.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 594.3 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
9a1fbbda9843d8c4ee9f5941fbbc5ab8e95e75b8d5b876970e6891d4a48ba139
BLAKE2b-256 checksum
How to use checksums
4742556f02bbaa7636ad1e98c135c3e84d79f04d98ac6c6bdbc7bc5307edb6fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL anaflow-1.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 584.7 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
819f5f2e6f8c2b09e38e04e02f912f73280d7bac252c7809c9ef61ae63fb0f3a
BLAKE2b-256 checksum
How to use checksums
73a45f7609a25249264fc49f068ff8cdb01c9ef4094483b4cb448ea6b6949b24
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp314-cp314-macosx_11_0_arm64.whl

Download URL anaflow-1.2.0-cp314-cp314-macosx_11_0_arm64.whl
Size 125.2 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
db6fa21de5906256a25b05657241478ac7af5f771daec1bb3dd6f03499c9233e
BLAKE2b-256 checksum
How to use checksums
cec5f257e9b142e7c41e8878f991505957d2d55afa99fdd9ae57079775738f33
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl

Download URL anaflow-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl
Size 127.8 kB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
9364313fd1c4fd1eff32c57af9ef8a52be8a1fc8dd149738c8c7a35209cad03c
BLAKE2b-256 checksum
How to use checksums
c1b25a011ed0b4655adacad9606386cda5b97d9dc178276242ea3cc9e2821f05
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp313-cp313-win_amd64.whl

Download URL anaflow-1.2.0-cp313-cp313-win_amd64.whl
Size 116.2 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
2d6f40a49a11123d2ed73363ddf05cf756e0336c12148d0d72ae2a0ea96cedb9
BLAKE2b-256 checksum
How to use checksums
f4aad9c15db80c4197fc4e226a97c97c5be07daa7fe3302f2d95a7698e12721e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL anaflow-1.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 601.0 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ae352f74a631adc59b952e61b75bc256bc828ba7b74c98635a593b475205c471
BLAKE2b-256 checksum
How to use checksums
ae000ca8f4b1bce1c217cc968539b0e11b5968ac1b60f70a472cb060ed20a331
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL anaflow-1.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 585.6 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
178d4474bae9cbbb39d4519aa1f1163dae08dbee80a297f1e0608113dcd4bc54
BLAKE2b-256 checksum
How to use checksums
2be4d6e9ff34ce068fca3f25678e5c3ca4b1888a1b202b6c2a690771c878923e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp313-cp313-macosx_11_0_arm64.whl

Download URL anaflow-1.2.0-cp313-cp313-macosx_11_0_arm64.whl
Size 124.3 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4d837cd6c024abb2d5052076de16dd67ecee3c45b9c1c82874efa0def2674b0f
BLAKE2b-256 checksum
How to use checksums
3bb0dd8adaefe9b7d217c75ec5ec2149cb5085bc82250664386f5123694f5d87
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl

Download URL anaflow-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl
Size 127.5 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
2acea14703ba9c5fdba2c6dd34f7a50895d23b1ddae2723abc7bcdae738bae03
BLAKE2b-256 checksum
How to use checksums
b12be2aaae71f5a837db1e851e8915af232eb58d512a31ef3b1dfe497126a9d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp312-cp312-win_amd64.whl

Download URL anaflow-1.2.0-cp312-cp312-win_amd64.whl
Size 116.5 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
d032e4a98a78bacaabc91be481ac2c2152c5f34bba36eb62af04f0411049c38c
BLAKE2b-256 checksum
How to use checksums
1d9e8f2899541622260ab556a2cbc26f2608595970169702a55ad27543c1a51d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL anaflow-1.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 609.0 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
c942d119649194b28bdadbd094b25c36d0483a90da436c1379a4c963c9f85aa9
BLAKE2b-256 checksum
How to use checksums
4b500a857548c21679892f5a4fb34c0725f4538c13749ed94c7b811ee1c57cb1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL anaflow-1.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 596.1 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
1e0f512827a38d725e415191cf91fc320dedea7768b17d5e9c8f26c60f533051
BLAKE2b-256 checksum
How to use checksums
e47b7b950b7b3cc7791f1f6ff9b11271f70f9c32938ad0d7d8ebf67e0e4d6873
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL anaflow-1.2.0-cp312-cp312-macosx_11_0_arm64.whl
Size 125.2 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
13b6e382e3c24f0b08811b29f7f9ea9e10bb171e14d519afa505b93efd2fb0e4
BLAKE2b-256 checksum
How to use checksums
5864af13ca4fc8d974d87196e286e119210165b8f01d2dee0afb80e0b1f4827b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl

Download URL anaflow-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl
Size 128.5 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
273cf6ab3542198bed0081019a40799c559934281f408dff2c56d0160aea13de
BLAKE2b-256 checksum
How to use checksums
01f0a2985d0565fd3c102982d251f9ec1c92ad6c900434d18996e88a47614080
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp311-cp311-win_amd64.whl

Download URL anaflow-1.2.0-cp311-cp311-win_amd64.whl
Size 115.8 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
82c84184abd9da1d21b3f2b37d7f00d9da71288835f2e7c78cff8233d1f8f629
BLAKE2b-256 checksum
How to use checksums
20ec255749d85f1154bffcc73c50ac9ae999098e173a441b437db29d2f9128a5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL anaflow-1.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 608.8 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
14f1d7209679b3ffb479f6ebff4321add30b85fab3a21a427ec988c895541a06
BLAKE2b-256 checksum
How to use checksums
43efe8aab3cfc5a65d8d433df7ca38da3bf30e9899778b6d31e30be3ad8de303
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL anaflow-1.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 604.3 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
50c421cecf9cccd0b32ca5f1247881bac4b49974c3c4a142b4980e597839d48a
BLAKE2b-256 checksum
How to use checksums
cc0a77b84ec7793c9fcadf15316189d1a27c33f044053d77c3ab5565e49ff6be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL anaflow-1.2.0-cp311-cp311-macosx_11_0_arm64.whl
Size 124.9 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
151039ce90dc074ea07f92899841120c2a5ef8dabba5c4dba063912934a27120
BLAKE2b-256 checksum
How to use checksums
f477f6a53b144e70eded336804dcd30b14f13ac3b234756aeae5737e3980f67a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl

Download URL anaflow-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Size 128.3 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
cd5ed375ae5b79d43aa78161732afc04f38a2dfb7ccb2eba8d0a5c7755c15961
BLAKE2b-256 checksum
How to use checksums
405686b78584d580c657b4980dbb5f1538074f4429afda0798987478144bf735
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp310-cp310-win_amd64.whl

Download URL anaflow-1.2.0-cp310-cp310-win_amd64.whl
Size 115.9 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
294f83c6ffe730589afd1b5dc16ffafd20d16df88867ed72f3aa5af149960287
BLAKE2b-256 checksum
How to use checksums
a50f1077498065969b26654f4e43a084663c6f8503b10cf2cf2910d5533d3de4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL anaflow-1.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 579.7 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
033574acce9067f83794e64b63feab45072840ccb11064aefd05416e63801c64
BLAKE2b-256 checksum
How to use checksums
858266b85ad131c344ccd487d9662290828176fad50936d99be4415b37d3df2d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL anaflow-1.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 574.8 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d5a6dcf937cc61017b6a445e8259a097ad5936f59b6a36430a1dd697ed140374
BLAKE2b-256 checksum
How to use checksums
f28a8efa365c7f1272e27b1d1a96c0e769b8a365769a3f46b3033ad57b73be99
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL anaflow-1.2.0-cp310-cp310-macosx_11_0_arm64.whl
Size 123.8 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
19980275b659142a852d1bf5f3b3d4f57cebbf066b00f96bf4afe3c7c01e26d9
BLAKE2b-256 checksum
How to use checksums
4bc06149b10270eb35eec32894d97b0bff702a5a9194395846ab138760e143bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl

Download URL anaflow-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Size 127.2 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
b04058e39e5c1c8d50324ac81b20a51b08c1c2e566a39006fdc2543b488381d2
BLAKE2b-256 checksum
How to use checksums
5b4d2ea145cb4abb17fccb079dd8e1b1a76a3e7157ffda872a6b9088f339e4d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp39-cp39-win_amd64.whl

Download URL anaflow-1.2.0-cp39-cp39-win_amd64.whl
Size 116.1 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
9ba2f9485d3739ca15785926a1af5ea8056cab4c997aabd572d3d2fd7dc3982a
BLAKE2b-256 checksum
How to use checksums
45844b56bc9120898be731f89ee87018fdb33737afccfcb186f904e1cb9dc491
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL anaflow-1.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 577.8 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
4f855f8bad124d174d22bbfb1db7fe8e8b66372b14a1362436792628b773fd78
BLAKE2b-256 checksum
How to use checksums
8870ae4037d1c359c456efd1b717ff1b19698864478d49b659e01d4cd99933cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL anaflow-1.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 572.6 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
257e5c1237cbce169a409b40df850c5e704a353106df475dff050a1de049b305
BLAKE2b-256 checksum
How to use checksums
fbdcca8a27e5a6e820c5ccb94d9dcc699e4f70059aa1a06c930dc017cd0d5b93
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp39-cp39-macosx_11_0_arm64.whl

Download URL anaflow-1.2.0-cp39-cp39-macosx_11_0_arm64.whl
Size 124.2 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
57d8d8a68b7ff0e78c007382c90ffb8db68cb4e2833e15e2cf7791766aea91ed
BLAKE2b-256 checksum
How to use checksums
650be7c01a6c803c0c86cd4a5324f511879a36ef65867de44dfe1f7815ebe2e3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / anaflow-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl

Download URL anaflow-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Size 127.5 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
41966c016380a9ee27736288892d170b75c4047f7631d50f4beebcca81fa4e1f
BLAKE2b-256 checksum
How to use checksums
87ea2867d2a00673fee321a56d3fd0cc6e4bd51bc7b1145e325362276006944b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release history Release notifications | RSS feed

This release

1.2.0 This release

31 release files

1.1.0

2 release files

1.0.1

2 release files

1.0.0

2 release files

0.4.0

3 release files

0.3.0

3 release files

0.2.4

3 release files

0.2.3

3 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page