Skip to main content

Python bindings for IPHREEQC

Project description

PHREEQC

Python bindings of IPHREEQC

Install

pip install phreeqc

Use

from phreeqc import Phreeqc

p = Phreeqc()
error_count = p.load_database("phreeqc.dat")

if error_count != 0:
    raise RuntimeError("Failed to load database")

error_count = p.run_string(
    """
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
"""
)

if error_count != 0:
    raise RuntimeError("Failed to run string")

selected_output = p.get_selected_output()

print(selected_output)

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-0.2.1.tar.gz (823.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-0.2.1-pp310-pypy310_pp73-win_amd64.whl (869.6 kB view details)

Uploaded PyPyWindows x86-64

phreeqc-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

phreeqc-0.2.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

phreeqc-0.2.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (1.2 MB view details)

Uploaded PyPymacOS 10.15+ x86-64

phreeqc-0.2.1-pp39-pypy39_pp73-win_amd64.whl (869.5 kB view details)

Uploaded PyPyWindows x86-64

phreeqc-0.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

phreeqc-0.2.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

phreeqc-0.2.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (1.2 MB view details)

Uploaded PyPymacOS 10.15+ x86-64

phreeqc-0.2.1-cp313-cp313-win_amd64.whl (871.4 kB view details)

Uploaded CPython 3.13Windows x86-64

phreeqc-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

phreeqc-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

phreeqc-0.2.1-cp313-cp313-macosx_10_13_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

phreeqc-0.2.1-cp312-cp312-win_amd64.whl (871.5 kB view details)

Uploaded CPython 3.12Windows x86-64

phreeqc-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

phreeqc-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

phreeqc-0.2.1-cp312-cp312-macosx_10_13_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

phreeqc-0.2.1-cp311-cp311-win_amd64.whl (871.4 kB view details)

Uploaded CPython 3.11Windows x86-64

phreeqc-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

phreeqc-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

phreeqc-0.2.1-cp311-cp311-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

phreeqc-0.2.1-cp310-cp310-win_amd64.whl (869.9 kB view details)

Uploaded CPython 3.10Windows x86-64

phreeqc-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

phreeqc-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

phreeqc-0.2.1-cp310-cp310-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

phreeqc-0.2.1-cp39-cp39-win_amd64.whl (870.1 kB view details)

Uploaded CPython 3.9Windows x86-64

phreeqc-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

phreeqc-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

phreeqc-0.2.1-cp39-cp39-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: phreeqc-0.2.1.tar.gz
  • Upload date:
  • Size: 823.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for phreeqc-0.2.1.tar.gz
Algorithm Hash digest
SHA256 82a530111bd5a78ce40931215860a8140b294d0b34d07689f2cb3412e9c54316
MD5 800317e8e3a6dc3363292811adf8721a
BLAKE2b-256 b8dcbe2c2c423141b8dee53858c0e6a18747e129e101fec5c2d4ea070c6a9376

See more details on using hashes here.

File details

Details for the file phreeqc-0.2.1-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for phreeqc-0.2.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5fc5c574dc53608adb288389b631da11df1b7fcdee812d623cd14db9e4ccfeee
MD5 2ad5a7786ca8cd1e04b294c1e3672758
BLAKE2b-256 4f062507da2212314269f62de2e36667f84a5f55cd000c3f1d1ad7b106bf7670

See more details on using hashes here.

File details

Details for the file phreeqc-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b29e5c73a771601fcaa62fbb7e4354250a55e7e278428377467147218edc76f9
MD5 409c569e92246855880e934806794910
BLAKE2b-256 c5c95c39ff7a2509d468e194fa6d37c991d3cb0624766eb8874bcfc41ab0720d

See more details on using hashes here.

File details

Details for the file phreeqc-0.2.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phreeqc-0.2.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34e500280af4c1e3e7534c721098c15e043df5483fe2f2abde05b2dd866c8c97
MD5 b596e6cde0762cf12deca8c2ab0ba298
BLAKE2b-256 ea74abe2d8bf488e287212aeae904403fb58cd114d34fbb60de254fdcc5e6290

See more details on using hashes here.

File details

Details for the file phreeqc-0.2.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-0.2.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 17da909c9cbb56126314f7f6d788be6922c186cd1e612bdfc8a04e8839fc10ca
MD5 e917a693dceae191dd6d3ba32df3a6ba
BLAKE2b-256 9683b699c83f4627b74ffb162c743d687d9a779a9aadc8ffb1c599769e04a4d0

See more details on using hashes here.

File details

Details for the file phreeqc-0.2.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for phreeqc-0.2.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 053431dd69349e7cc9ac587013ca8ba425fd6f3c85d4f919469142466c9c8b34
MD5 4134affe0f1f9576c2a84567169a5601
BLAKE2b-256 e626f5a39d241e71a517d847c97528640040cf50d1c9f263ec52c4a6af5081d4

See more details on using hashes here.

File details

Details for the file phreeqc-0.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-0.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86cccdd37b2384abfd0fe10442cf61f62ff364131ef7027f862957f9493146c6
MD5 f2a6a038b50571255f023ce50b482c23
BLAKE2b-256 d4cf079f658d773081dc2ba5b13920e3292790b9f4a53071d7896b2d389db8df

See more details on using hashes here.

File details

Details for the file phreeqc-0.2.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phreeqc-0.2.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95759187c968609d6e356438a1a4730e115f1fc88d6d86923c62da0bad7768cb
MD5 d2a53edd933676140ce4589c9ea60b83
BLAKE2b-256 094621078a6c24135ea45b4adb856549d3eadd2f8727caae3260235ed4d455d6

See more details on using hashes here.

File details

Details for the file phreeqc-0.2.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-0.2.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6f641e6a2ee4f34216f4839909aa659d5eb6c5198a736d2932faea54b63aa6cc
MD5 8c3a329cf70ef172db1ce928ee828f4f
BLAKE2b-256 3fcd690279a4e257ebecda4bbe12579205ffb0eff4e83dcf407600d823b442ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-0.2.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 871.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for phreeqc-0.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 005ee217d686aeed5df0f2fea91c4b068ef0e8056a866b643f2c44245d01ba97
MD5 be1a3042a97c32f0130192ea430406b3
BLAKE2b-256 b69aeb8969c33048aa2c611ff685963401ea6d4509a5c28c8f75d5788633c222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc6e38b14a7285b4fdae15f9806fc0fdf48b01f1e861d8cb2444ec2aae49acdc
MD5 b4c7bb8910d542de0a9057f64c5a4be0
BLAKE2b-256 8e71fdf318036f6cf9d8ab86622bacea62f77a73c87fc880c07e1d9f8ea7f4ca

See more details on using hashes here.

File details

Details for the file phreeqc-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75413fab38fca779941a53cd820dd6325827b7871bf88fb42797715450432c56
MD5 5db0614234f9fbb7a19791fd97eed3a1
BLAKE2b-256 df11b566df236a9ba9eb402db2449b97346ae92404b2432fe30b9cd3099fba08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 854254fbfb977ae9be936ca7a6a5cc7daece9f3153820d3f990f84d82e679523
MD5 201248f301b3c219c5942a9a576f6828
BLAKE2b-256 aa498ecdb17305328250fa763a12e58ebf6441206fc923316b184cbe9e1ac9d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3850ef8e90e5dadaafe03f475ce0c9eaae277aade4c7008df8887f188a404847
MD5 98b6ef3fab572e51456540a16ceb426b
BLAKE2b-256 a5de828f45f9ec850217a15b5e1f6ce4bedadd793577296fc3bdf3b60b87c7f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-0.2.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 871.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for phreeqc-0.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 36b535e1cbdc02285ef436b370ea9eee581b19d7dc84293b543df5c51f575840
MD5 a575ff17bcaea46e045357c623c80585
BLAKE2b-256 d0c43ab7bc7000dda57bf7366bd426c18fd8cd64d2cca09b8828b02dea2cf38f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 55ad1ce7f1f489acfe28d518548d0137e23efd272ff7d309c064b1651b188c0a
MD5 304f728d6d386dd75e7f996737836c0e
BLAKE2b-256 b4582c84f9161044d60431b3b4bec5c259ad3645625adbf93809cb047fb49421

See more details on using hashes here.

File details

Details for the file phreeqc-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f86bd6dbb8aa4903d1190bc737713ee074b46bc2a11f0807244e67c35eb682b
MD5 d229ff45093cd8f25dcefa9cb611ae1b
BLAKE2b-256 3e9e5a41d4753f4fcf075938f7ff754f55f31b121fbc5881dede9b8788325ef4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b070aa14c567dd3147d1f2b35d54e9f1077458f717c94ff457ef41e2c1ff2f6
MD5 75829b060ad2835876cdacdbbdf67e5e
BLAKE2b-256 b67d5f2045c722c476fe808e11e96e5c38dd3ac435e9b1a053874485eccf89c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8bfca04bc12111d15496efdf22473ed6b5d5b168a3ec38567369435d66a7f993
MD5 2ca1fbf2d63d0c8e8186b3ebc30feeac
BLAKE2b-256 43806125813d0a8098d9272dc080bd81176bbcbdae42922503de4ed13d4c7015

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-0.2.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 871.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for phreeqc-0.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dfdd44184de9a5990e9435c535220504d64580cd227d1e997c1f0f9a73c36a9b
MD5 c52ecc79bf91fe1fb02f2d655e083ad0
BLAKE2b-256 d2dd73d58f4f0c93bd69ce1a8e4cdb5c18391a84608989fad690dffa65939020

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b7fdc7e23f0bfb2e9249e342d33140de992f774c6edec737c275a07444d79315
MD5 1d57c72ed330e7e289b9d6e5a6ecce5a
BLAKE2b-256 01453f92ed533a067607475bf78327b6c04cb7b1a9d076a0910d0399f33a5de7

See more details on using hashes here.

File details

Details for the file phreeqc-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d7053894e7721e0d8dbcac00580a1fed38c9d043b902541514e3afcf588bdbe
MD5 4e75f8dbf05465c43e1949813fb7c846
BLAKE2b-256 2da3eebf06c6ab0bb286ddcfbde794aeed3a3a2a169abdce371e542db643f401

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ef3c6ece907c94a4871a35c267929babeccd7fc4ed0a2460fc3db90fa574e2c8
MD5 04c9ffe0153d04a7383479c0cc7987a9
BLAKE2b-256 0024c16b28e27ffda71a96a9de5a98dd829450f57d1900ae23a20e3d1c94dd76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b00c5e441dd27efe0367e1edd574bad943e5fb802f8e2b9d06e42a1d34453e88
MD5 dd3cbe120796b00505c97a4c2e760f0a
BLAKE2b-256 262ef15b45e088f3817f17657985c7c1d7f13f23244152792e9c58a265d62037

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-0.2.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 869.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for phreeqc-0.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ef3dc0e747905ed6a3970167d1e91bb19ad339127307d36c3524b4d565072333
MD5 8e605b7dd61b0a172d277a1526c4f109
BLAKE2b-256 e395fb5107cdfdf89386e0b182040fd6c6637a70bae42b3b21483e323d489a6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 976df1f05ab7182fce9c8e04a138a567d19096a1ed6e3a0d8bd5afbecfcd0ad0
MD5 3a9f2a47a95d71e97cffcf61fcf1ff7e
BLAKE2b-256 a41bfe354bf606ed89814c3e1004e6908195ba7e28d653f80c2b9493b325ec37

See more details on using hashes here.

File details

Details for the file phreeqc-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 338d6c1391b0167e4dbf4a2cc6531a3943393b9bf7a3d1255b4fa39952dacb11
MD5 095b01195c1cf1a6a372248ffbdc8d11
BLAKE2b-256 4ed69c24b606aa051e615a039cda5733ef443f0031122d307b41094e1cf802c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd07b6b731e57fc41956aef349d9f2a5c0970743fd1ac18ae52f2b5a1803c513
MD5 c015b27400e839b929643c1401bfecec
BLAKE2b-256 d1a0a3dda9967e41be53ab9a5e44cc7e978a7c191d859f19d2d7c037f56c1016

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a1569c33e75e45152271c1040acd3d6647da46e085c496d68f7d361363228a47
MD5 ba9f3a1ba3e2536dd7f1cef4a2944e58
BLAKE2b-256 b86bfc87de6abd227a03360234e7fd9dc2b143960d4fba26d06f4d2767ee1e41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-0.2.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 870.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for phreeqc-0.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3784f4a3723612b6485b59876c92889f1961a2fd220cf72e65b7d57bcf14cf63
MD5 a2b2d0bf1842644f4b40b66203118ecd
BLAKE2b-256 38692ec175fe9dfb78204c742087e017783461fd439235a8f4a2c3a75d8132cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 afd45d8319bd863f3fcc9296099789d5d24cc793c235ab1488d423bf97d47a48
MD5 3dee33d1cc02cb70bdbac9390b6f8195
BLAKE2b-256 198ab5b358b27158e89e742aa1f58f1d3ddf50eff748f91ee5da70111a8f5627

See more details on using hashes here.

File details

Details for the file phreeqc-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76da97450dd6117d1e2d703ff91c75e0db8862bd13402ebe9ec7507578acb199
MD5 1782a392101aed69e2bf7b6214414451
BLAKE2b-256 c200dc40c2771ac77c1d8ad5c27d1d8d08ed5a7676af9fb7440f5a4dedea0451

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6df5944896f236a1c76967ea130047a2632d4a4b8e155d0742bdf76796ffc578
MD5 75b086558138824654cf2f5af4db1ce6
BLAKE2b-256 38ece3cab8180a314fcc84c1a2ca6ba7208021c511f2be67c871221d4f4180a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8e836921602ef2b8704e87ddc7e6dcae68ab4d4adf118469a287e0bcb2a8805f
MD5 5a57402bfeb29793715bf93db29103f4
BLAKE2b-256 2baec196a506143a8283edfd430bd34d147dfa9d9fa8739121b0aa79f1964d8b

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