Metadata-Version: 2.1
Name: pytzer
Version: 0.3.0
Summary: Pitzer model for chemical activities in aqueous solutions
Home-page: https://github.com/mvdh7/pytzer
Author: Matthew P. Humphreys
Author-email: m.p.humphreys@cantab.net
License: UNKNOWN
Description: # Pytzer
        
        [![pypi badge](https://img.shields.io/pypi/v/pytzer.svg?style=popout)](https://pypi.org/project/pytzer/)
        
        Pitzer model for chemical activities in aqueous solutions, undergoing beta testing and development.
        
        **Installation:**
        
        ```shell
        pip install pytzer
        pip install git+https://github.com/mvdh7/autograd#egg=autograd --upgrade --no-cache-dir
        ```
        
        The second line above is strongly recommended, but optional. It upgrades [Autograd](https://github.com/HIPS/autograd) to the latest version that has been tested with Pytzer, which eliminates some deprecation warnings that may appear when using the relatively old Autograd version available from PyPI. You could also switch `mvdh7` in the URL to `HIPS` to get the very latest Autograd straight from the horse's mouth.
        
        **Documentation:** [pytzer.readthedocs.io](https://pytzer.readthedocs.io/en/latest/), including a [quick-start guide](https://pytzer.readthedocs.io/en/latest/quick-start/).
        
        Implemented and maintained by [Matthew P. Humphreys](https://mvdh.xyz), University of East Anglia, Norwich, UK.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Description-Content-Type: text/markdown
