Metadata-Version: 2.1
Name: phreeqpy
Version: 0.3.0
Summary: Python tools for PHREEQC.
Home-page: http://www.phreeqpy.com/
Author: Mike Mueller
Author-email: mmueller@hydrocomputing.com
License: BSD
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: IronPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Software Development :: Libraries :: Python Modules

PhreeqPy: Python Tools for PHREEQC
==================================

PhreeqPy provides Python tools to work with PHREEQC_.

Currently it provides access to the new 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.

.. _PHREEQC: http://wwwbrr.cr.usgs.gov/projects/GWC_coupled/phreeqc/index.html
.. _IPhreeqc: ftp://brrftp.cr.usgs.gov/pub/charlton/iphreeqc/IPhreeqc.pdf
.. _publication: http://www.sciencedirect.com/science/article/pii/S0098300411000653
.. _`publication at the conference MODFLOW and More 2011`: http://igwmc.mines.edu/conference/schedule.html


