Skip to main content

Python bindings for IPHREEQC

Project description

PHREEQC

Python bindings of IPHREEQC 3.8.6

Checkout the Playground.

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.1.tar.gz (18.8 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.1-cp314-cp314-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.14Windows x86-64

phreeqc-1.1.1-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.1-cp314-cp314-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

phreeqc-1.1.1-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.1-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.1-cp314-cp314-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

phreeqc-1.1.1-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.1-cp313-cp313-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

phreeqc-1.1.1-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.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

phreeqc-1.1.1-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.1-cp312-cp312-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

phreeqc-1.1.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

phreeqc-1.1.1-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.1-cp311-cp311-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

phreeqc-1.1.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

phreeqc-1.1.1-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.1-cp310-cp310-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

phreeqc-1.1.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

phreeqc-1.1.1-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.1-cp39-cp39-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

phreeqc-1.1.1-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.1-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.1-cp39-cp39-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

phreeqc-1.1.1-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.1.tar.gz.

File metadata

  • Download URL: phreeqc-1.1.1.tar.gz
  • Upload date:
  • Size: 18.8 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.1.tar.gz
Algorithm Hash digest
SHA256 3649cd5a7779abe67a11ef962c9514c47fe85e80bdd694efa0a6fb9dba0f0ca5
MD5 76b7e99bdcc73362e8e0c84ca4c247ec
BLAKE2b-256 337d6a16fce905c3b5a43a82001d0fb77b4f0c4981c7d89d056fbbed7af42f27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-1.1.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ab51ba872bb549051a41e05f5233652282d0547f4e39b694b9eeb476e98e2d80
MD5 3f0ee6068263e73f83b5f46b1b8fde6f
BLAKE2b-256 205972b69f3254558e5b18b0d0fb21c6a54e7357f22e06fffcf87a5a1458ec8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f73bde16bfaef61534fbc0b360c290b970af64cc2745169a8b16e0dac34c7323
MD5 66fbcedae415f54da84cdcdb2affb67f
BLAKE2b-256 2f9c3c69d9abf3fd77db003ec1d81f16198412620e93f72b8bfa155f3fbd61b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ca7fd37f10ab0ebf146ee395a73e021865027d1da5627864902c349711fef73f
MD5 b6da47307c47cc4c7699109937ab03e3
BLAKE2b-256 cc1e38871fc61405a624a1e31c16bda2b0b739f037514bb5fcf6dcf2c474f5b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7caaeb46dc4e2164d5fdbeeebb793c77abd880c327a5a727181b84476b3b8224
MD5 e91b7d72f7627b87eae4b61c45e5b67e
BLAKE2b-256 85db14fcd267a0a7af2e99c415250f881b181e77060459fe9a3cea2a23a4c99b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4a246a8976d8e305267c6d1c329c48217c3be20ed51a655d930086aa9521007f
MD5 5a4afda4d406335e9cbe8f2ffc6ffe76
BLAKE2b-256 767171698dc2bcc4fc0bc4165ff73e197de93b60ac6d6f15e915ce48bc5f453d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d451849c92223bc24777c9bbf3f355c3be2db52645c11d9960f0bd696335386
MD5 04c1fdc46cba254a28f3d16cd90fae5c
BLAKE2b-256 e72104f879fbb93ca6f61caffdd5314da286ee90ae92b3a05a84785a9fe1577a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 859de57415b2c202d7cd91ea2ff15aec2d596dd3f0939469980dfe87d9d56010
MD5 dc62ffdf0ff70a36e39c7f69fa8a3245
BLAKE2b-256 b14c06121d324c57924ef230df9ad971aa0bf9a8fe1963003e7ca4c44df932a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-1.1.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 32ebc1dffb1b54bd72e7a7accc6edca07e4140c2144f92c9659608b17903fde0
MD5 aee1d4badcee8f855f11474d79b2b530
BLAKE2b-256 16ba1230efd696a49316c1e7b878a427e423daa041eaf8c53ec22c0966e2eee3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 10ec7c51a2dde750f7469cbb2d962c1b934fc79cacb3d200da97aaef444f6874
MD5 eaf12cd676d2f12da184b42e50d90a99
BLAKE2b-256 85c7130c3f8e3638eebb8dc158b117de1c673d238c8c02983d560a2b65606966

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 de2ac59720956e38d14cc7bbd86b9296c5054c474fea1ab1684e9f0aef5aa892
MD5 89c5bf2313c853c6a22f300284dfe61f
BLAKE2b-256 11ed7ea4344d7b3ba95761bbb58052303399b132bd549ab19b57ba317870391a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ebfb4b3506ca57e773f99d641b61e1d1698213678322dac5802a277258706b07
MD5 2ff106bed73e9a58cc2d49946ff3c545
BLAKE2b-256 6dcad81589a448d6e4707afcc9657f475baa45b7cdfff14132e99c2533f6c49c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1a1aaa59434a6223ee1a2229560d939bb38e4e06c0971d4a1083cecd5dfddab2
MD5 da1e832125cd2be6fc964d9f42918876
BLAKE2b-256 a487f0163996cc9f35e0d82e438aa4a260c325ab3bdf0b1f9e3cbfe97bd183b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb2d6b43cf908d3a0edb0ad826d48e305516d4cfad619acc01edb47c1038e43f
MD5 ecd858e4b73912e323cd06fe2a38f65c
BLAKE2b-256 88038dfb155a1545d1106d3eff08777951436aabb4e878dafd74e197e74c7816

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 666e504dda1171da8064b629a65c37cde5f397dd308ae97e75960c30173c1154
MD5 18a2958f88455a16610a5b24c121de90
BLAKE2b-256 600f2538c0740f11dc388cca2d9a5c54305f04dd7d5af8bfbbf113271b719cff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-1.1.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 82c7b8244eeb2244f52502e28c11971cf9daa9acf27992d73d6166e7e3f2154e
MD5 51f28d8c3695ceab77cbf316fa1301a3
BLAKE2b-256 8ae9f06dba9454ef7463984290060fe33c9d63d0ecbf3c556280e47813139708

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e7fed50e0e71b40d149808a74e9a2364e2418f562de3616846aa23effbb59ea
MD5 bfe7423f469269b591433fd5cec2b1df
BLAKE2b-256 3beb55216989fc01cbb3e8a65a8abe522a9482603e7deed5b5fe453a8aeef524

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8b861bfa79b2a14702ffb2eae7b40b038f7f324b85eb483e86304797ef3ff9b2
MD5 c79c44c448875fa1cd889396b8113011
BLAKE2b-256 759ce8f85d9e9341090ff34450ea5f87bdcc7128f4737a46ebd556bafd8963a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5066d6f0632b722081bd9874d021d1593c9b53cab09e775909d5a2f4da55a0f8
MD5 da536a816422e5cda92beeb6f17a965b
BLAKE2b-256 f9d1301be84ea0f83515fe271134629a15f25b07ea0fdab30fe0035e737030ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c1b1fe45d96144bf69855777410279d8d1002867e09b053384bd882c9d632a4b
MD5 f5b48f595d83eece38359cd7c9b55a10
BLAKE2b-256 60bae1337deccb698279f9304a70751df184c726c758b4fc66062542eaedf9ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e10ce54d4b37b875bc8d2411a287399fd4d34023798e64788fa64895504ea43e
MD5 ceb41ae263835373b2844932fa99a3f7
BLAKE2b-256 90a5fcffb8e2479dcfcc3011f2d279c72a6c0f80ef19c0db455b8d9620909d47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 de4481c0fba1e2ad697d5fd5124c5872a8b6edce28c4732bd3c02f6061cfd52b
MD5 47e8828700ea807a8bfafc3c48f63a65
BLAKE2b-256 e1eb63a86d607e1bc2f149b2b8227bbe1fb975849c74e4eb76c68664a5882501

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-1.1.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ee3836535559c30a4df469db09f2fb890386eb3f2fb5e1e801e10236e392d0e3
MD5 15bac3370009da2d478309d2e74f56fe
BLAKE2b-256 76c039fa0944e21c3c6d161d929b0b396807c8049e344a12a065acbec5ed7f65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39d6b128481fd75b63a6a2e4f27b790f0b88475de60b07eca3947d4f1d4a5314
MD5 d07b2e616ebdf755fa74844fa425b73a
BLAKE2b-256 8c03491e2c0bc549a4bca7da161f513c36e314c5e88d60c470efbabb027a48f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46720e583963c36e31e1e9fa3e0eabc1b455f24dc2a3b94061b22311851454d4
MD5 b72fec7665bb93caa3915cf7f4b2a0ff
BLAKE2b-256 05a2e3f2882d33457da622f54a81cf9409a014c229208e9ebb6b5fdc0e660440

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 382c3a2c5c486f287fd3ee588a0b921b306939ef05c3fb5683e6056d95aba693
MD5 a5755f7d0c550163c8c9450d25f2b72c
BLAKE2b-256 87c736714d4eac10051245f9652a29baa344d80a0a5fc64f71e46611709dafb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 178e79c2397071522a21a99b1d8866d7e6f222038b8b246e7bc90bb4a6d56957
MD5 4ef8634948375a8fce5ab285a8b350f5
BLAKE2b-256 c088872d795336d28d7c2cf871e9c7803c0a401d6f2bef147f09689f9f779aa2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19cf9f55432bdd1c878ea80f726cc25a6dce46cd7f544d3de7ac15ea63696285
MD5 3611e3e4e5d6a7663d840c635caecf56
BLAKE2b-256 1170af9242fe622e76c65ed39e7e95ca0a54cd97f01cb6baa411414c7deb4882

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 45ee6cc2b483ef4e3749edefd557c0de0e479e3d2beb2673c637e0272724bfc6
MD5 8b749d75811f56dc93e5608a8a6620a5
BLAKE2b-256 23b7b59492b5f16cfc9d1aaae7a4e9581f94f8901880e138fa4e4944bfc243c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-1.1.1-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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4c1338f2d1a39a384e9c88620c0ce8eb272250a49bb770b5e8f7f72f0d0878b0
MD5 09e47e721e3b0dcfdb99efebb317ab20
BLAKE2b-256 f12292a870c1cbcec394941b8c8f8eab4afbc2213852312e20a29be055681ae2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c7e701e3f0056206f38f0e485458ef8ca5667e17f205fb255d94e3249da27a1
MD5 af2051a70463c8d790b34d15ecb7ccac
BLAKE2b-256 eef15dbcd875faa02b50bb35f31ed9fa94abc37f756cf715bc75439d2d90fed5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0b93ff37cce4024d107f1f38a1efc170793e52095d6cfea879bcb7d339f88bc0
MD5 9caee9cbc0494944096787a5b5fe3952
BLAKE2b-256 00ae14b918a184d3467039b1e617543f163d33736ee7b2f76c0a3e52a3167672

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 72f984bb212f578f1a041f01ffb1e28d62524d6328998a688e4a4454efbc8c53
MD5 76d49817af430c9b41c7e6d609a4355f
BLAKE2b-256 237f77f526dfdef01e55b8d4ede86226a05c4bdc7000256ed63214363b7756e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5b6dcbf02a11df42ede645c353e523882e2b559c11c03ac1274c8cdd73fb28ad
MD5 6496305da662dbc35282fa938234f468
BLAKE2b-256 92edcdc95e36f402b3f8f01ec15c7d35e6da08df51b781b1d862c3370c341806

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8595907cbdd941df4291c257fec78b55721292898bd1d84397b269f64c07f272
MD5 2cd79b5416c71917f8a47de2993af392
BLAKE2b-256 f32d5689be0c0d22fb39b445b960c206749121974ffbe4b1d82cb240364dad79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 22ad7c68b2e79200c1787259378eaafabd5c29c7422ec7c810431fbf0c47f2fa
MD5 0d72626a366214f021bf1e1bb86e2c1c
BLAKE2b-256 25ad3f5b48cb91b2bdf7699f43f43347e210bc72ebaff83fe80d90d8e73b16a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-1.1.1-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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bae8831506f7b40647833122aab87b3119a47cc2a43a57d17f5af2e29bd0f5d7
MD5 0e04e338f44f3f013e0be0d1cda0836e
BLAKE2b-256 31b0142c9418ce58df82de0f5fc11429f312d98fb72c2787988104bb4fc33dbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dac80136764f5ad8bded2128501c858d7a1d40c5d8bf878710624dbbc9292f3e
MD5 06ad02a4e0f7f22968cafda424911b31
BLAKE2b-256 1e85b58eb222c465e8ce1856077cfe8d731a6fb9416b5980c109611cf8dff7ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 569d8be4a27a578d5178a62407b903a3271721b2b55eb53e9bd6cee77764aef0
MD5 d9c9647fd0f2583fc6fd38afbe57fc07
BLAKE2b-256 07ff248526211c9721e7adaf13ec84bd2f5b69a4426018fab22ed3742e30e7ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f682c821b49d5da3f3f5c31ca842315c3dcf91a157266fe458d21b5efc9db26
MD5 1895b36ab3c7d704829f6f1560ca0361
BLAKE2b-256 0a17dbd7adb3b261b6d6a7554abb655210ab8d4d4eea92cdd2245ced80dd81cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 76233fb8c0de409bf716a0b9d045a84cd7937b631e5f7024651c0e0369c3d574
MD5 0c3e5e4edc715e758e22f0eafd298d73
BLAKE2b-256 eec33729e5cd71de90343cbee0ea7ec385e2a5d9b84e6f3f6f4f58ecf7fb297a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa2597caf5eb72d1dcd8894cbf6581798057e20c9b7a194b54ad2ff001daed37
MD5 6be043388a219ba4399ed3ac1152a496
BLAKE2b-256 4c763af0d8aa727b42e9d9a77497125a72bb2a75fbf835e398fe1bd2645084a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3309b0ad643e77b842488f899943bacbb48b7df9d9c7b9a8bc7072240840fe1e
MD5 1be19e91e249b83213c8a2c2e7b4bbf8
BLAKE2b-256 e068c330aff403c26b1d32e87cd9a7d5af10fbb39ef9620784531e89494c5b10

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