Skip to main content

Python bindings for PHREEQC Version 3

Project description

PHREEQC

Python bindings of PHREEQC Version 3

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.0.tar.gz (822.9 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.0-pp310-pypy310_pp73-win_amd64.whl (869.4 kB view details)

Uploaded PyPyWindows x86-64

phreeqc-0.2.0-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.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.15+ x86-64

phreeqc-0.2.0-pp39-pypy39_pp73-win_amd64.whl (869.3 kB view details)

Uploaded PyPyWindows x86-64

phreeqc-0.2.0-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.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.15+ x86-64

phreeqc-0.2.0-cp313-cp313-win_amd64.whl (871.2 kB view details)

Uploaded CPython 3.13Windows x86-64

phreeqc-0.2.0-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.0-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.0-cp313-cp313-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

phreeqc-0.2.0-cp312-cp312-win_amd64.whl (871.2 kB view details)

Uploaded CPython 3.12Windows x86-64

phreeqc-0.2.0-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.0-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.0-cp312-cp312-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

phreeqc-0.2.0-cp311-cp311-win_amd64.whl (871.2 kB view details)

Uploaded CPython 3.11Windows x86-64

phreeqc-0.2.0-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.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

phreeqc-0.2.0-cp310-cp310-win_amd64.whl (869.6 kB view details)

Uploaded CPython 3.10Windows x86-64

phreeqc-0.2.0-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.0-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.0-cp310-cp310-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

phreeqc-0.2.0-cp39-cp39-win_amd64.whl (869.8 kB view details)

Uploaded CPython 3.9Windows x86-64

phreeqc-0.2.0-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.0-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.0-cp39-cp39-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

phreeqc-0.2.0-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.0.tar.gz.

File metadata

  • Download URL: phreeqc-0.2.0.tar.gz
  • Upload date:
  • Size: 822.9 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.0.tar.gz
Algorithm Hash digest
SHA256 e0f389329b8af4cb15bc2ceca7bcda7b9b6fbdea578db165073d8de18b451dc4
MD5 58ee542bad394d3bc23127766f2af21d
BLAKE2b-256 78b27c0f55a15f7bb4f5d6785e89d1585de493f248ad3a29fd5fa79f2aba130e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e24428174e5b4936e3316b926a2201e96c1f1594fbe1e9f4262c249492df8439
MD5 acb61ed24152b3c2393a34d8f6e5c811
BLAKE2b-256 201da703bb2b88b35f53e8617e065200606789c54334f8087610a900fe5b1a79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15132e7c7f015a9290f3a4b30b914b08103e883db9982ff8c2af57a942292328
MD5 ea0f2c6540270c182d3361358b640927
BLAKE2b-256 f3790ab9d41d8d439a791a699a845646ff13fb3aede2d8873e6e26fef5c3dff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2406aa4d76d7990b1bbc2c2fa275bff1df5cc1b7c58aa710ac651cfc89a18ca3
MD5 c6eb6b33bff61d797255b2f949444837
BLAKE2b-256 abcee5efe70cf6dfd3a419142a1c60c1ef081976bbec9781e4755d665c36d077

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 947c98139d5343c8b2028915d74eacec022bd2dd05c70c6e76b0904cc2d3425b
MD5 be979ceff755f8e6947415da9888b34f
BLAKE2b-256 36cd1cb470ddfb7f53adf3aeb0211193a582ef03ec1bd5e49630fc762ffcf70e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 aa433cdd082329d790ef770ac42585c44397921e88d1381b6e7280077e2f8c8a
MD5 796af752c5c9ee147233e3d16f515bb3
BLAKE2b-256 78704801dd0695fe531c00b76ce84f2e65d81dfdc3038df64adff62b326054da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3104367774eccec8dfed6edb5283876e871cb427c538e603d22cdb8933cb602d
MD5 4816447174eaeab9fc29896b0a8b8c44
BLAKE2b-256 4edcd77af4d77087fd0a15ef5875d0da6196fc6f341e5e0369c1d36f481aec41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb4a874db91a6e274c1da6722b143993001745389dbce43a3a234ac088aac02c
MD5 0eaf80d2542a135826bdc2c1ce48dbdc
BLAKE2b-256 703e43ee9337a31c6cac8995a63bf30e4ed2965b18f6e82d43a4df6ab2f49587

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9434ea0b6e7a07b7176202cf6de9b77361d1d5bf8238194c53a04661eff419c5
MD5 5e82719510974a566d0f2182728cf5df
BLAKE2b-256 75a463ea7be35d1b25ad60632e594fddd307bab0bb95d76213da192ad9d93827

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-0.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 871.2 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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ec30b5295ee805fdb167139421d44449d616b1f555361a9c76fdad437e0e4224
MD5 e9d3c8f477504857b986ff03140c6743
BLAKE2b-256 250ca45a4b07c6e5594f70cf7cd478618067a2081cf0b2ed1a4f6a5fd1ea2c38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4714fa9ff298fe936af684c052239f8dedccb5d7203a70f04ea6936016f3781c
MD5 f2854ef7276525c3766421b1177152ce
BLAKE2b-256 c56d640619ed0c2585c31794240dad856e6824b1586af9e45671dbc7401916f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1aea6d16eacb9274081e0f77a608ae1f22df7ff26e0e510ec4b3a834bc927705
MD5 1d0c00cad39767e4e348bb90b2319f9c
BLAKE2b-256 238310dd6d99c14f4f0ad5a7b127f0cea13635240a928966ca1f903062c63427

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 79a748e96460437b7be2fe4249e5f3e5f3b5168ed1871e6a670435673d538f20
MD5 87446861c914a602aa42a17a6d71b4a9
BLAKE2b-256 8f167d6e100bd9ffd03e74e26e4786100cd30da4a9a3463d27ab3720ccccf7ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 798edc00025972c8f6c244cbd43a7fe7fc4517a267374cb898d5bf19efcfc3de
MD5 99f9ef34aab5f339e6f02a0b4d7f003d
BLAKE2b-256 7fe81015f3c092948c64698b9dfb3a9810178fa601c2c007dbdc5f0821ff4ea3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 871.2 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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 61970b85838d7152c9ed2d403078b5a9d4bf86288a4b4806e665247b0bbba72d
MD5 5df2f4ae96397ec4d981a2189ed9e76b
BLAKE2b-256 39e1b4547ab1ef86e92140ead5668659b0fee77edb572c7783934095143c4bcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e98fc4280243b7e078eefb71564826a3d1a48796a3a1457bd32ae87110d3967e
MD5 25fe0a1d7827a47dee8bf573df239bab
BLAKE2b-256 40bd8b644c82ab0b75c11e2701ad7809d83fc787b24fe681b8c509a4e70f4c8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 462ab5b8bf1b33c2ac7d5dbf79dbba472d350d7427c2311bfdfaa6cfcdee2ea4
MD5 fc8e2b9a597a9585e18bb05f0b510bf0
BLAKE2b-256 5f8d6b16f3664607648ec7d30bed96b762a16ff97f04f370b51e414bd33fce0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3acc2b014ec6062dee25548dbc7a4ba63e6cea556733b941c7363aaa0fb91a50
MD5 78b80cf747efca5118c74b4392e6fead
BLAKE2b-256 89c6ab9eb0b2c6ed32e35f81349ec8df6a0875c41909369a93a6cbc4ad5a0543

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 aa67b39ba2bfab8251dbbb774413d4717a0e0d604a48a90ef3051235e6a9592f
MD5 6a512f922eb89293e0426ab844ae60f3
BLAKE2b-256 531ceb09624b6cf98cf5b39eecafa6f0c05325199e359b265b00bb03cd9fbd4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 871.2 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b73fd5a41cf1ddf120c7fd36cc4ce97c1a46af4822078b1ea8b2114005c28f78
MD5 6b8d1aaef85424af7a3ba913da8324fe
BLAKE2b-256 dffc135d1c772b5e01f2adeb6a42a014006972e8296646a481cafaabdff517ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d22b92506342384b2678567bb147fd42681d4e59ffd55d715ee1ec427448e93
MD5 93ea465a1e0d8c868d98ff8b6eb90bc3
BLAKE2b-256 3c6b85e8fc8a1131ef21d410c62364318d467df5d440b77ca847718016e371ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 52b272fa3fc6de648e254aba898a2c04e9bd24493c1a14787c3f839b5800cecc
MD5 9b52e1cef16bf7ff103417102292fdf2
BLAKE2b-256 3c9876e277886f8e394bec2a901fe7cf63be1457a3684870d10174b43b00f433

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5afc1104927ae321975cf774b59d5d44a192ba874366031d77560fc15261eb4
MD5 ba0d2ecf1153acfc83f0205aeb2d4014
BLAKE2b-256 aa27b8d41da0a634d777dd3f08239b23c2e30115a1b2ec8192261dcae6712b82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d6dd361b890cc240b839692906a854147962b3a1c344e910aec91a08bb6ac1be
MD5 f25e78e1d7aa9ac7a07279f8af9813f8
BLAKE2b-256 6dd94e6cc4c00681a7f5fdd4c42f02234255f6cc905a98acaa02112d87ea491b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-0.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 869.6 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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 09c6001ffea441e6d127e07c3e112f1b14b54fc2e88e8c7f96cbec38a228562f
MD5 b8faf8bf2ec5d503cf954242a41638af
BLAKE2b-256 8198b384778e4ec2fc9a24b62399f4d8d1ecd04365a639979e7bc6145cce4894

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b627e93f5f87f9e4edd147483b0b65a6cffcc7d9f8a75c68ca0835ba8e1dda72
MD5 bdd6c82f902e5d8578580810d16e28c5
BLAKE2b-256 c58a18e87f10b735cdb7494f6b9c10ca32612e4c64c0c715348da122036c08f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 264e030ba8d6b563c750275af6b0045215246f681c00601e08873e0c75022b30
MD5 3633d45cd162030a5be0d7f07667be35
BLAKE2b-256 cc44f3fc40ffefefd2b19a3dd6605e483e56d1d0317fc5f08e95d3e670de8cb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e16d618236074ad91e3c98b46e4d90f98f92a0e27f0d083ef03fcc6af6da1700
MD5 0dfd6aaced307d623a3c4dc6836df76b
BLAKE2b-256 00aec727f61117e13090514d5e10f032c8eb8205d110aa7df908f58f3b4618b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7fac4df7525921be88b5a66520973e0a61fc0a3f12c13410a921b2299b35c59c
MD5 91c0892f3f4b6fdca474ff2179535795
BLAKE2b-256 c7372e5106b939c75feefc43a2f842944c0b2c15043b55b52e81b10352c25fc8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: phreeqc-0.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 869.8 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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ec9ecdfdc95c1c14d0ee9177064bce51e7a2e37f16681492f3086b8d32398944
MD5 7250dcef8ee2eaf8ce1eb5154e6cbb9c
BLAKE2b-256 5fc56d6bb8e5102e3df23d894e89e2cbf0aaeb079d661aa911ff42a992cbd439

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88d7f56e14bb8ee6504dc2bb6fc661bc1eef3688ca43d7276a28be02139da21b
MD5 574ccf94cc0bbc00f935b5f6d12a71fd
BLAKE2b-256 6521094ad940fbeac216cf90561318dd1b66a417ce5fc4b2707f7f1dd58e8cce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d97e45bd514cb860f3f211d09821e18ddcbcc139a5db751ae357179f3591ff70
MD5 754c5bf0b1c2497d83f014f53d9b46fd
BLAKE2b-256 b2eb19690402d0539da636b93b112feb748a6e130fca5e4c359d046999ced44e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26722089fa31c2d7eb0b82d5fccfc277db16e820622cd59faedd4106fae04acf
MD5 4e028297318ed50ad1c538465acdd2de
BLAKE2b-256 418dfb5d38b3b970bea57ad1d7a08dd172716933ad927e22cea7bac9a1c8e74a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phreeqc-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 65bff841ddddd6de1064d09df0bbdafca18983e0e89b388685966438be8570b5
MD5 5bfb6602ac696ee7b5b2e0f4fb57b87f
BLAKE2b-256 06b465e1239245c51e6a67c67cca5d60848fd0e7488dd725abd29d6c20e5f181

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