Python tools for PHREEQC.
Project description
PhreeqPy: Python Tools for PHREEQC
PhreeqPy is a collection of Python tools to work with PHREEQC.
It provides access to the IPhreeqc interface without the need to run a COM server and therefore also works on non-Windows systems. IPhreeqc is described in more detail in this publication. This publication at the conference MODFLOW and More 2011 demonstrates with an example how PhreeqPy works.
Starting from version 0.6, PhreeqPy supports PhreeqcRM. Due to missing dependencies on PyPi, PhreeqcRM is only available in the conda package, not via PyPi.
Install with:
conda install -c hydrocomputing phreeqpy
or
mamba install -c hydrocomputing phreeqpy
For pixi add this to your pixi.toml
:
[dependencies]
phreeqpy = { version = "*", channel = "hydrocomputing" }
See examples/phreeqcrm/advect.py
for an usage example for PhreeqcRM.
The IPhreeqc interface, i.e. all functionality before version 0.6,
is still available via a pip
install:
pip install phreeqpy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file phreeqpy-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: phreeqpy-0.6.0-py3-none-any.whl
- Upload date:
- Size: 60.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc133d1ce9224f94a39633010026858f2dd0cdbe9dab6dad9ea8d47f4143cbda |
|
MD5 | b1cab4196095850f20ad1fb51f566b33 |
|
BLAKE2b-256 | d634aee229940fb5b264e7fc42f0a18c3ddf715ca0dbc21350ec10c29cf175fd |