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.0.0.tar.gz (34.0 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.0.0-cp314-cp314-win_amd64.whl (920.4 kB view details)

Uploaded CPython 3.14Windows x86-64

phreeqc-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

phreeqc-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

phreeqc-1.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.5 MB view details)

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

phreeqc-1.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

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

phreeqc-1.0.0-cp314-cp314-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

phreeqc-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

phreeqc-1.0.0-cp313-cp313-win_amd64.whl (894.9 kB view details)

Uploaded CPython 3.13Windows x86-64

phreeqc-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

phreeqc-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

phreeqc-1.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.5 MB view details)

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

phreeqc-1.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

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

phreeqc-1.0.0-cp313-cp313-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

phreeqc-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

phreeqc-1.0.0-cp312-cp312-win_amd64.whl (894.9 kB view details)

Uploaded CPython 3.12Windows x86-64

phreeqc-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

phreeqc-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

phreeqc-1.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.5 MB view details)

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

phreeqc-1.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

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

phreeqc-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

phreeqc-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

phreeqc-1.0.0-cp311-cp311-win_amd64.whl (894.8 kB view details)

Uploaded CPython 3.11Windows x86-64

phreeqc-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

phreeqc-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

phreeqc-1.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.5 MB view details)

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

phreeqc-1.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

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

phreeqc-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

phreeqc-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

phreeqc-1.0.0-cp310-cp310-win_amd64.whl (893.9 kB view details)

Uploaded CPython 3.10Windows x86-64

phreeqc-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

phreeqc-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

phreeqc-1.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.5 MB view details)

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

phreeqc-1.0.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

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

phreeqc-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

phreeqc-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

phreeqc-1.0.0-cp39-cp39-win_amd64.whl (904.0 kB view details)

Uploaded CPython 3.9Windows x86-64

phreeqc-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

phreeqc-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

phreeqc-1.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.5 MB view details)

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

phreeqc-1.0.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

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

phreeqc-1.0.0-cp39-cp39-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

phreeqc-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for phreeqc-1.0.0.tar.gz
Algorithm Hash digest
SHA256 54a5cd32b242b3ecd1218b59d5b5cfb1d7f19d1ee2666241eb30b3b2e3b68387
MD5 683f67ae38985bd36934a85a04eebc19
BLAKE2b-256 955730c1a73ca4540fa6a3ae0223a7b49e5d8a8414cc5b8753c0fc699126e50d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-1.0.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 920.4 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 phreeqc-1.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7d7f140a6f1e3b4685f9a04a040a579b60ab37f07eb9490b0f2307c31b42f839
MD5 66ecd16b7b87298ba631308fafe33482
BLAKE2b-256 ceced40b2f872c8dd471e7dffeb64800f97a42fc1612be278cce2830d2da25bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 761facce1dfd0d0076925c804f4b3c503d872b403a083df2307c528e72b315f3
MD5 75f0f808f6e7beab0e48a06a907ffe46
BLAKE2b-256 9abce6d34b60dc3fb3a3a6a334b1920d6efc8a1bfe23e243fe38ea7338926d95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 828458a5819a8fe35819e8bb4a91c64ee05dc9e4237a0021fa3d440b450aed93
MD5 cec2f05d36f9afd20e58375747237134
BLAKE2b-256 7b9ab8943bfd69d350995f0eb95f61c75227e2a348d10d4770e87e9712011204

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f4194cb6fde6ef9652ec3454d48c2dd389a748fc9cce4ed140507c8bfa67e14b
MD5 abd347973d9323cf9c36e8ab6f335eb0
BLAKE2b-256 599e71fabfa4eb3d4e03f59e6392b14acd7fe790d941fb3c3baaa13b0d03393c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d77278bbe97760fd135e32bd37a00071fdf9b92dfb4602346d7d81e99c71ae61
MD5 1d0ce6e52a360d23fbc734580970ea98
BLAKE2b-256 77d30464d15d32b8b4c18f674301423db8a3185f1a42a65768d18445e39b46c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5af9d74ed1a390c00e17a98689733d28ee9b37d8dc3b7715ae488d2fde42054b
MD5 a564f9d60265f2d409ec3ac1800f6514
BLAKE2b-256 b6a6fb6207f656701e0f30c8dd4e3d816934282e8ff0c0138e0e8b916a97bfd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9da4e6140a862de791d7dd3fd29e73df7208aa4fff742eaf8bd853cd5642db2d
MD5 981ae66759b42f30ac18e08cd351d2f0
BLAKE2b-256 f70957f98cf1c9180aefa7d4724fb66ee99672bbd21deef11f5e3b35c20cf797

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-1.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 894.9 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 phreeqc-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c14522b812813ff7957b86b92c50bfa9705b8c4a55520252471506415a6f58b2
MD5 a111bb139a2c837e37b35de6dd7edf6b
BLAKE2b-256 77a36c83995b25162af766c5e72dbc0872659d2212e9ed0f3f2872bcb1c53dbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 778c0b94cc46550d05293bb53fcd5ffef86ff6e36cb819fa8e102588c2d2f2e5
MD5 90c8f95f790712ac9a4cb827bf15521a
BLAKE2b-256 01bb8c9b89d45ccaeed0a9d5c6660d49acb9b9c12e75c4c65dabf9806e80ee93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a633be8264ff0342b40e530df5cd8c3b04917a387b9d15545f3fc810f7b071a2
MD5 41ee0f9df74fe04446a35e28b5af6c97
BLAKE2b-256 75821bb6ec1619b2192783c0acf947148053d4aa1ccef4a4988dbe60c6e17980

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 41859f7aa121e4476ead1d7d853aadaed615827ad26eb78d48cf174acff37aea
MD5 5213c82ee8d426d8dada5482d792a383
BLAKE2b-256 9eac81ffc2bdccf7ac5c2880d39482b2e4c1f5e0342194d47e2da41d536c3eb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b6066a1b158f1fb07174dfd89abd187654b85e70e5a6c453bdf69e280df6fefc
MD5 a559e2ffb651d10d6a956b21ba91c5a8
BLAKE2b-256 c578c4ebacf2526c66783d7438fe2003eb8120459fd08c7a645387e0ec738807

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac9b9dc9339774992c09ed8c329d891f61d447567529b44957370c638af25460
MD5 06212b2b261d92890972f743c8451808
BLAKE2b-256 c9404395492d301f89790ecc6ef9959e1f69881df40f705010d365209eee9701

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 17843808be709de93e4acb064eb766608b4767298e20757df923fe5194f8f905
MD5 09bdcdc8c4f398f71284bd603fd2ccc8
BLAKE2b-256 a35871281a1dcf3982fe9827524b0490364b0e7ce278ac10a062aa74774ecfd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-1.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 894.9 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 phreeqc-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4f4386679cc2908e8b3b0f3312c742bdeec428067fb79c9de4e21202ba2fbd33
MD5 3a7dbdbf9b77042fd15f6c185ee9548a
BLAKE2b-256 c2c2714a44c797c4b4f24c44bd5ab09ff87c8d73501372513c8b20406f9f7737

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03f5152320a7047b44e012d9bf6f0583de5a7da4046041024976a682c89f65a3
MD5 30f45d70d037aa7543f0e467eac79122
BLAKE2b-256 a28be0bf79224b77f04e903ccb55c5751c54f115f3088fb27e040a8f630d5a9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be861b331fe300b45dd4fcbb34248d5d7484df1ce0aa0b87c86c2463cd7e890b
MD5 a892ddd84b741092bcbb0c6590aaf317
BLAKE2b-256 454efce33972588447f6b6333ffd3b6a1e5706a22c1f77c0b0a6b8305b423474

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c454b13880b6e70b59dc58b49970c2a5a74b5c1192afc5f474a9bd2951be31e
MD5 6d11a0d9bf9ddcee5b43cd8e3aa4bd78
BLAKE2b-256 ce986a4f5b2ed05e996564c7ba4b25c9d121e16864df2264769d60d1a6951dbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ca05428b4f45e239d9e6c02adb8fabd3bd7941f2b91466c1fe87fc6a1cc0985e
MD5 fe45cc656b6123ef290f43bc62183db5
BLAKE2b-256 72497c0042af48eb2f9ccb0e705b5b0021f954a63d93d686bda5e655932b2cce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93e3ed22df30a24fabad5fb3d8eec6b5cca217627bc6446d9049744963b1aba7
MD5 12af31ec5b89a772c25c2a94b8a11e8f
BLAKE2b-256 7b2baec355243d1555edfc487bae37e9b39d04ee5fec90b8c28b14f9371b845d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 04a72dd3f8352a481c4d5b9651739b679089ee9cb7f32223d0a73eaa69ce3c24
MD5 763f0efb234d29f621d9e52982c16e77
BLAKE2b-256 7c5298466620e6778c7b90716a41c08fb8f217a06850f7cdd959644ac22f64fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-1.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 894.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 phreeqc-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9445ed8973a2b438757865461a4e29e940bebb3548bc0b983f407f5deb0b6109
MD5 976753508824c38429ff8b5e6bc2fe29
BLAKE2b-256 ce870c8d89e3732a4cb49c8198c204a42b87ead6caca6e96e6a8e48f06cbccec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a02901e7e96caddd65fb87b910131ac3524baad1a7273e34ec3af5e5405b655
MD5 676c6ea0132ad17da3f73dd69273c70c
BLAKE2b-256 ac2083d8daec3747d4f6663b8d547af3a68acb5a1afc83efbfdda236955ca411

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 07d12d749bd388cccbb62a9c8bae4cab4c6b7cf46df331fd4b3619ab0cec6bee
MD5 e2acb17b9fcded4892424adbb6555cf8
BLAKE2b-256 a2a235749af6d8a022582c3fbd2e270a8ebc6905eb506b062d6bcb236e5743dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e7cfad56d294165b1168113ae4d7c853c25d67b85d28d8a19ea95bfff9b47801
MD5 8d3640a60c9d893f0edc1545b0489c74
BLAKE2b-256 c6f17689e60df9ebd168c31865c84cafb71ed136e3c8f3a5b3b40dc847351a7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6d787f6dd214c62e6268a5a536f7a388038e2096791f3267271fd9571b4abff
MD5 34a1718e11afc9b48f608724c7412d43
BLAKE2b-256 f49a584dca068e5f432060ff9849bcd88cc16f258d20a6487e3151c00dd1e018

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 662f625e4ce6b76f72cd48e94af42167493af6af0101b3e4a4076226fd2d269f
MD5 6e3d58de745d38dade9ff8315079b82b
BLAKE2b-256 b0d338ecb7e34d5d85b3a54f05de5bfdf9c9ea7da933a980ae360163e4e56a0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3db22f2ccfa011158e225d85b932fee58c23294606ed4ccae0c080645eb80251
MD5 16c155f4b545704c2e9dab80999ef59e
BLAKE2b-256 ca5fda6b99d35d7372f57895424a47bc6eeca78b043797710b06e0fb33e4d4bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-1.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 893.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 phreeqc-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c7ce27baf20c83fc61ccdf013bf5e8ac9d0ed63166f867598b3441088a2e7290
MD5 de6a1fcfc1a049e72a5eaf4e8328b88d
BLAKE2b-256 b2b1cbde3bf7d08217b7b9cab8c37f5a8132eb0f86149ee3fbddb7a09747685f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5edf06b5446d683559725ef55d057d38ebd804210e9cbc4b227d27f844a15f6
MD5 cabccd0062c6fecf3806c769e49627f3
BLAKE2b-256 8577de295209165ebba6f4ef6ae248b1ea3b39fd1608425f4dd13f7a8591b80b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c39c1a2f579916eb546f8e2f9673fefbcbfea719ac2df8d86b962c64241d08d9
MD5 f3585d5da5c85ef29f528a753fc8adf6
BLAKE2b-256 0478483574de5b4620a64158f4dbb03c900aa5bcd56b5592ddbc0b5971581f9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9b2417f89c5e7158b05e50eb2895981cc828049f5ced83ce7be776b72816f2ab
MD5 2e0e594dd85370356a11a655381c6cef
BLAKE2b-256 a39b73b6e6bdffe8dc80921d5cc65d08b70d3222e82fbdb79596d4c60a7c4dca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 497339e4f16f39595bc90fead18747f6ce7e656bdb72b83d84ae7cc21c756b69
MD5 55819871789c35071ac02464e22f9f10
BLAKE2b-256 4b57c99d9b35521c8cc7507a9578bcd5f2c1c384605a91474c1855a2f930c06d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f661885164d52869a2e986ca574c6210baada40b98cc1c0be391a5b3990926af
MD5 22fa211b6054076aa8dc0a515e8f37c7
BLAKE2b-256 798d0e3239cbab969da3a50e7af549552bc1dbcc96e937f79d062bb3efc511d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1fb6b7e99239194ad865c6ee8df7db82eee22527cf999fb80958069cbc9c2f44
MD5 90525501139022bb42376fd7d308a50d
BLAKE2b-256 7dd5aa2bbaad345f7cce2e361123b2ec44e1746c2d382e13e28a5c6a8a35ed38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-1.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 904.0 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 phreeqc-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6cc62375b6addbedaf7ec8d8f61e5ce15d9fe2b64d9979426c55407a98084a79
MD5 a9c36ce033bbbba79a6e1f062953f2c1
BLAKE2b-256 c7b9bb778b785dec35dfba394ebadb4421350d418eea3b7909c61fd135353751

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37e384b252083288c8509148f24f622fefac3d7802a5db78dd93f0fcfc034fe8
MD5 7642fc90f6e90284f22e8101351b61db
BLAKE2b-256 812c06abfa4027f09833f802b498eabac7ce334db760c965afdea2978822c1c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 10eec39d1973d31ea22fba9851047db8a395c63396275608027fa69335d1f87c
MD5 ec4b005b6cedb85a0debb077e4c7cbdc
BLAKE2b-256 a63538481212112136048bd45d93d8855c3f5f34696d71d68f0975b14f36cd12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b8ec0c96bc3cff34d0a61b37e192a17c284c05fe7a7feae1a43bfa2938b7d680
MD5 a996792b94efd95810e9096bb3a87707
BLAKE2b-256 a5406e799832d15521501b8df2897c4a0e6070dcc910c15b7bde7edf05ff7eb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 44aa4c9c82065ca6148c0102697b106d7bf386237f4818c92a81e57f8185cfea
MD5 659aabeb17b113ffb44241143c63e970
BLAKE2b-256 8b14d67c348a78eabfd569408a3621b4e3294891fe0f1c27114476a20ad30002

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d0dde89255b46439574715fc8fac5ebe856dab7209a63f0e6ce5b5431866349a
MD5 cfabd4b3ca417b6b26c8cbe2916d9b32
BLAKE2b-256 b15c5b2ef3b4e0c4fcf66453c7d71db240cb636526053fb01aedf07d8c08503f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 15c4fd778ac813c22761a87c7e8a4bdb93a8143da809929cd731f80a84bf2f4a
MD5 4d6ec3452705c0a22894902a8d314bd2
BLAKE2b-256 2658c4cb790bf92ff73f4727ae9571c4dca68ff4c2db433ae3289af1252e7767

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