Skip to main content

Python bindings for IPHREEQC

Project description

PHREEQC

Python bindings of IPHREEQC 3.8.6

Install

pip install phreeqc

Use

from phreeqc import Phreeqc

p = Phreeqc()
p.LoadDatabase("phreeqc.dat")

p.RunString(
    """
TITLE Example 2.--Temperature dependence of solubility
                  of gypsum and anhydrite
SOLUTION 1 Pure water
        pH      7.0
        temp    25.0
EQUILIBRIUM_PHASES 1
        Gypsum          0.0     1.0
        Anhydrite       0.0     1.0
REACTION_TEMPERATURE 1
        25.0 75.0 in 51 steps
SELECTED_OUTPUT
        -file   ex2.sel
        -temperature
        -si     anhydrite  gypsum
USER_GRAPH 1 Example 2
        -headings Temperature Gypsum Anhydrite
        -chart_title "Gypsum-Anhydrite Stability"
        -axis_scale x_axis 25 75 5 0
        -axis_scale y_axis auto 0.05 0.1
        -axis_titles "Temperature, in degrees celsius" "Saturation index"
        -initial_solutions false
  -start
  10 graph_x TC
  20 graph_y SI("Gypsum") SI("Anhydrite")
  -end
END
"""
)

selected_output = p.GetSelectedOutput()

print(selected_output)

Build

  • Install Conan Package Manager

  • Clone the conan-center-index which contains recipe for iphreeqc/3.8.6(the version on official website)

    git clone --sparse --depth 1 https://github.com/haohanyang/conan-center-index.git
    
  • Build package iphreeqc/3.8.6

    cd conan-center-index
    git sparse-checkout set recipes/iphreeqc
    cd recipes/iphreeqc
    conan create all/conanfile.py --version=3.8.6 -s build_type=<build-type>
    
  • Bootstrap toolchain

    conan install . --build=missing -s build_type=<build-type> -c tools.cmake.cmaketoolchain:generator=Ninja
    
  • Build

    cmake --build build --config <build-type>
    

License

This project provides Python bindings for the iphreeqc software. The bindings are distributed under the MIT License, which applies to the Python and C++ binding code in this repository.

However, please note:

IPHREEQC, the underlying software to which these bindings provide access, is made available by the U.S. Geological Survey (USGS) under the terms described in its User Rights Notice. You can also find the full text of the license in the iphreeqc source or documentation. By using this project, you agree to comply with the terms outlined in the iphreeqc license as well as the MIT license for the Python bindings.

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

phreeqc-1.1.0.tar.gz (17.5 kB view details)

Uploaded Source

Built Distributions

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

phreeqc-1.1.0-cp314-cp314-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.14Windows x86-64

phreeqc-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

phreeqc-1.1.0-cp314-cp314-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

phreeqc-1.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

phreeqc-1.1.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

phreeqc-1.1.0-cp314-cp314-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

phreeqc-1.1.0-cp314-cp314-macosx_10_15_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

phreeqc-1.1.0-cp313-cp313-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.13Windows x86-64

phreeqc-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

phreeqc-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

phreeqc-1.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

phreeqc-1.1.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

phreeqc-1.1.0-cp313-cp313-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

phreeqc-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

phreeqc-1.1.0-cp312-cp312-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.12Windows x86-64

phreeqc-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

phreeqc-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

phreeqc-1.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

phreeqc-1.1.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

phreeqc-1.1.0-cp312-cp312-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

phreeqc-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

phreeqc-1.1.0-cp311-cp311-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86-64

phreeqc-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

phreeqc-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

phreeqc-1.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

phreeqc-1.1.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

phreeqc-1.1.0-cp311-cp311-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

phreeqc-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

phreeqc-1.1.0-cp310-cp310-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10Windows x86-64

phreeqc-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

phreeqc-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

phreeqc-1.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

phreeqc-1.1.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

phreeqc-1.1.0-cp310-cp310-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

phreeqc-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

phreeqc-1.1.0-cp39-cp39-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.9Windows x86-64

phreeqc-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

phreeqc-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

phreeqc-1.1.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

phreeqc-1.1.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

phreeqc-1.1.0-cp39-cp39-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

phreeqc-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file phreeqc-1.1.0.tar.gz.

File metadata

  • Download URL: phreeqc-1.1.0.tar.gz
  • Upload date:
  • Size: 17.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phreeqc-1.1.0.tar.gz
Algorithm Hash digest
SHA256 8bca8cc1506605137dacc657a1a06ba1fba876ced4ad076899aaadce0d8bbeac
MD5 1f7b3c5777cdf5fc4845e908a7c0fb96
BLAKE2b-256 186d586c3f194131ad5858c436bc975173f84285abb0e834ed4eac4d0f45d9e0

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: phreeqc-1.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phreeqc-1.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7fd41688b7b09387463c8c5df446f19709040fadcffdb09ef738768583e8afca
MD5 6718d5a587e24ec425ceb87705d00134
BLAKE2b-256 eb9e9b85da7b48ace54852a879dc7aff6fbef0db23452f57b2dfd3487aadf07f

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eba467e7b758ba6a5b77af86470ef601d659acb7dd8467336d76bee918e2fe2e
MD5 db42f0dc69f0a5d3ca8df0c2178eb1ef
BLAKE2b-256 a5f8d8534d273c2d133e1d6f6c303531e0b6482b1169ccc8bd5a56a425e12937

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 18b7a89da2a9d17298304719e8294917d6cdc0ab4d380e94730e825736bfc614
MD5 ecb5439fccb9252bf660f99502e52454
BLAKE2b-256 669fe46c82a10c69fe8b7114cd547250c8dfafed9bece49e6bfc6890e0bc7506

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2950863d32f7b223a8c282aae9f09e1e86120c82dc98441a02794cc49de3f276
MD5 afea5848e2a561be096d09471d113d66
BLAKE2b-256 708d0290311d6498a895a19c707c0c1b8d60589fa08f9452ba962c8124cd8ca2

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 08c953867e40a63f4c1e6eb9735f3555113183357a4c347947ea529e7f5bac3d
MD5 a6ae1dc749d70c615356fee28f717d9d
BLAKE2b-256 94e4f0c7b4161c5d903c82bd1fe155d5c8542b0c09b2291a5d5d4780f42f455b

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6885cde38073ce38af4c5c31e45eeff8a91b7a20f3ea479e80cadba725c8066
MD5 4e9770157c0017bbea022f2d91322e33
BLAKE2b-256 c5185c285258dcef88197b6a60507c9078e49b2a395e26abffd71602806b9726

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 29821ce15400c5994a762eb8d3b3cd8f0f4aacdb2c83d360426ef4a91545bb98
MD5 a682aeffbd92a4cb3cd5b8e3b21d4a53
BLAKE2b-256 5a11b3f43d0e4346393bf23ddd85d992a592f17213dbda122f9c7760c7e086fb

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: phreeqc-1.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phreeqc-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 24ef019474d7bff0df09569c4163c2fd1f5e7022e26d976e693e4e5a87edbd22
MD5 d673bc6a1c832c21ba0250115189b05f
BLAKE2b-256 bbf26a89eb6eac690700fe69c07b0d2a072f5aa55479b129f16603a3ea52ef01

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77896b0ef5943b782adecd3ad365fbcfe7bf490f1d46293ba23dd554639e2b3c
MD5 d590f8d59ef05cfbac92a81370a5649f
BLAKE2b-256 81d37220c5df29284a4efa6e2a7c177434bc319e00f58fbd1ce96cfbcb421f1c

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3129f60e25df4b01c2f7fd3057c9996cbc9399d2b2155aec64f40ec3a9f8ff11
MD5 a31f6bacedb851d85d34b7637635475e
BLAKE2b-256 485351cbf71783d1bea8158f9c8d26433d1589e050b43d5a088d2d9dcf29133d

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 70ea3d275129f7baf4ab5eb8b0bb340ff64079ad36bd87565d236ac6597af295
MD5 8cb293ed1d623432bfc5f2e513364109
BLAKE2b-256 b7e7af464ea0cb2f87644bd991c0feedb7c1f2468d938c2e492cbb510dd8570b

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dae2893c571f0ef43d213c043543126f12c6773d090a01564d12fcec4da7f78c
MD5 16b349d04c5524546453afed5420d934
BLAKE2b-256 511ed16e68a8c357d18fdb73fc6369f6df7986be714f01982b2ced98354576c6

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9f987134784fb96cc55c72edf4cc706b1bfb0046635f3fa0e83861ba383935e
MD5 c982c6bc5501d8f2f1dc126247d7ee5e
BLAKE2b-256 a7a7000642f13f9ff23e2dda979f8d2cf2f3c511356edc94bde131fe1a192af1

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ef765da42008b2760e81506ea342572f0a862f049fb57b60aa79092834a3f96f
MD5 44e0ad7b498d4f6c03d08148d4cca912
BLAKE2b-256 5304e38b07ab1570ed08a865be3b9fc36cc6940b7e034ac5e2b5f2a499f7bc90

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: phreeqc-1.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phreeqc-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8ca4dc955adeeb30b19582ff8ebf07f35924a5554262d4afda11ff06194483ae
MD5 468dd17223ab6dfb0f2bb26b01b29063
BLAKE2b-256 0a1439d8a1e8c49cc875534cd5e8c0ffe79eeb2c4e178b37455520dbc5d8525b

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 65fc0772f174f0f72fb11128ad8d985eb4178464c550610790cdc0c770301bf6
MD5 3d8c9937971eff9e8d1625f632246e9b
BLAKE2b-256 0605a7b13e531d28f43d1694f1f37c206f042de2618cde6d58dddd9ba42e663c

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab04f2456be3ea6e9025532449bfda4a121551c629ecfa5a37f1b7ce745d767e
MD5 6b9c17847203934b20a0ab07134a05bc
BLAKE2b-256 30f1ac749ac2541b1a54a478ee349d66ed91202b087532677382fddbd87cc26b

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e7669a1eec8d57cfbd1517b5303f5ef02e02b5148ddff21bfbb907aa411f60fd
MD5 1e18baa2f54ea16fc771e56a7ba34683
BLAKE2b-256 99de195471be10e275cf049a3b306a4c64c144206ff3fa2b672e65488297b7bc

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cd94a93840a2a2b50b454e65715b9f8db7efd957e7f41a1e842f64d3cad06358
MD5 59d57f12c50c09309fd4b64b5aa16d35
BLAKE2b-256 c8821ba9bde103ad5eb08671a1e8964cb102b102139c562ca43694f22c9cf1da

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 00c8d2514162ef85378d4ab39f8276211f024c57dea42e8d28a4aeaea668badd
MD5 4677b871783eec722380d2180a0a8229
BLAKE2b-256 4bd908175238ee9de4b80c4897f8acf6968e710b916e8592605ece67cae60ab5

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6c87fd2e4e2a845398423143acc364f8f708a6130f8c1835f1b437a853cd780d
MD5 ca84883eb55ed16abe6d4b1e068ff4dc
BLAKE2b-256 6b851e95be2ba53cef09d6b29d0322270c40e9f03e7bd20c81a905c4d90853b6

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: phreeqc-1.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phreeqc-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8fe19f4c03f3c5380ae0c6cf36b49ee6c96cadca6e6942523b2c1cb5fd58b6ce
MD5 1ef039f88febb69998497f0ea0fb1f98
BLAKE2b-256 af2dfb5a32b09c70a490efba60fa035f1dabb9e550edf6e92f0c0f6773395347

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f34cedb541044e45d7a3e37d97944f219133d7fa02e48aa352fb498bf516f180
MD5 6ca4ee6b1fe5e9b204ce79a1ce6f37b8
BLAKE2b-256 588da1bd16470b857ce86ec122f7f8c602218eeb7e9c3c6e2c7db913b3591017

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ca36986d40d96499c70d715bceee55351b8408ca8011a542823a69a793d0e65e
MD5 629280178649c2fb7f2aba80ba981eca
BLAKE2b-256 e3d3227e339efdc2f47ca9d26540a859a7b3bf580a756d9b0278627bf1190763

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fa34048b16be5c20e14d20797cca2a53db7eeaa94cb019dcd87e0e931e9c961b
MD5 e28d8154edb3a969f2e24fb53d76f067
BLAKE2b-256 9508abd1c414db791d47e403502d3260fd95fefc35a661ba5611f9c247ec9dd5

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 34d84564628d7f6ef40464da5d2d6dbb13338a6658d7bf954223bb13d55c1bd0
MD5 fdaff0d2ce2c6d1f12a0a9cbef18942a
BLAKE2b-256 ac43a486237273b2a103931cbe5240b0bf8b0288ba05418cd3c8ee7f2c187794

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed81eb1ea964c9dc193179395696ed74322d47721ab0e95fcafc2a9e1c48cdfb
MD5 6deb2cce8f1be9cc7679bc3fdd9d0a79
BLAKE2b-256 5782f7eda5909efb49dfe3ae89da0a34c7c90bdb5a4a04ec00a73205066386b4

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 329ca98ef99241f5121b0560ecd67e18c0c6083951667b2833a1f7662625a397
MD5 72f5abea41eba31b77769e2adf8abc55
BLAKE2b-256 91cfa695abcc835c24634688b8bdeb55816d9fcc223f1cf4005ea7c0f5280af6

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: phreeqc-1.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phreeqc-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 71c9b327f1cd8781019cff7b70a3890d98bf884eb165ad171c5f140b88066ea4
MD5 f3c08379c4f1baee41cd1ed0df4966e5
BLAKE2b-256 927387aa7732645aa1d6fda00b505bd86e92ccdd1fa9a664edc8fc2ca99ba839

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 505784d56060558b7b275a89272087a8ccdec28ed2f53f4775407b830eecba66
MD5 43c6c51552ff30d34b6d3c7ae667dbdf
BLAKE2b-256 6b1d510d6f179bb8e4950b8ece1bab2b3f2d6bfea164b14c5f1e425a6f27a6dc

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0efc1f5255d2be26f45b8233c342f898047e78c1492a44f0f232bcb375d1c5d
MD5 8adb57067a779fb37902a616bf60bff1
BLAKE2b-256 cb3d19dd841846223721a50e5d7fd95132ac12b19f5f19c8c593e5862c73d77f

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 831515615345f33236a44eb19a15b1cad470e18a86ef654f47e78d9f3e2626d1
MD5 8229b642cc958df837a8ce226e698de9
BLAKE2b-256 facdac48c597f430c26ed3701f53c2d3f44ed7016582aa58d8f7a29f23d7832c

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1469d75d930368af2946391c41e57e6ef48f6818812e569e54fd67e8b6910b97
MD5 44f581f3b948ad850f8805ae98bc4b58
BLAKE2b-256 23a1e070cb8165219789743deee7194a7e1f0c69c743f942d6b091349ce2811b

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4564ab47053cc03ba6785a2a23374233baffdaafa7eb298858389110e5b9d264
MD5 65f5cfa6a7dbb7f45a380fb876915d32
BLAKE2b-256 eea79cf64c86582a7de817092a471062f3d7b4a13e363274f38155778e24e9f7

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 93dd724d7b25d904f6bca3513e68fc4b194d817cbedb7dcab32659b179c9ae32
MD5 0a1f991cf4fe76df97583c7bf7e83c31
BLAKE2b-256 2ecd267391d14b4bc1e9bf2b0f7e61585532583676614f0b224cbf94435bb897

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: phreeqc-1.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phreeqc-1.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 53dd57f74a24d241cc10bb3c6ea6449de8fc629fcef96a7ae9875341678ea1fb
MD5 eee208c6206118f25855e3f845dc958d
BLAKE2b-256 fec6452fe15b253ecb312ce42f7957c9e1845e94183c9ab59f8162cfecfab97a

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f59a6a7011aac4ea1b00d988819b4107677cc4d173202777f590abb82fb258e
MD5 9e0d3d16b7569edd758597cd36d4a41e
BLAKE2b-256 26854741d9c6a574d6845801a4fd310b13512e9efde60132d88d7c4c8b3ef212

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c03d98acf3d90f43688ab5d4ee0359876086fb31cf65435208398ca3362375c3
MD5 375905272a134af377c4f779585ad8ba
BLAKE2b-256 34f22ef314627024a4e0d499734112c2f9659b5fef973a3f8f5995eafb7c4bbf

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a158a53cbb9bda0d43e184e0a122a223a19f24f643854182377adb290ac479f9
MD5 5d90cc129d83d5fc73c14a51c04c4a96
BLAKE2b-256 3955132dae36609e772f6309082959b517c780f84730030d4ea70f864d264e1d

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0a8233b649a8eb1314272bd79487ef619f8821c89bac2ae5b5cad405e60c9038
MD5 97e60a13a09ca611ad151f0835d51f97
BLAKE2b-256 daf70ae5a7f909480f7db8db45938fa23796088cda0c97e5d46584b926fc1596

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3557a16d67b41152888e66fb05c746f60129b334be8158066feb77802ffaa60f
MD5 16454d1caf7d29354b9020a3e4490919
BLAKE2b-256 168aefbf3146f638b9694d139b767aa2cc95e660950f80467163d23c2609384f

See more details on using hashes here.

File details

Details for the file phreeqc-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d97f235d0f35db3b8da27eafd2a684385c2f47b0c76ddb50e9bf5ef095d9e89d
MD5 fa32265cc112641dc8589e7733d604a8
BLAKE2b-256 311b800180f8b87371486847a98c174d6b4a987ddc8b7fd5d22f4b5e64d96716

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