PhreeqPy provides 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.
Install with:
pip install phreeqpy[phreeqcrm]
See examples/phreeqcrm/advect.py
for an usage example for PhreeqcRM.