Metadata-Version: 1.1
Name: pHcalc
Version: 0.1.0
Summary: Systemtic pH calculation package for Python.
Home-page: https://github.com/rnelsonchem/pHcalc
Author: Ryan Nelson
Author-email: rnelsonchem@gmail.com
License: BSD
Description: pHcalc
        ######
        
        *pHcalc* is a Python library for systematically calculating solution pH,
        distribution diagrams, and titration curves.
        
        This package is Python 3.5 compatible with dependencies only on Numpy and
        Scipy. Bug fixes, questions, and update requests are encouraged and can be
        filed at the `GitHub repo`_. 
        
        The documentation is in progress. There are several examples of typical usage
        at the end of the main module file.
        
        .. _Requirements:
        
        Requirements
        ------------
        
        * Numpy >= 1.10
        
        * Scipy >= 0.17
        
        .. _Optional Packages:
        
        Optional Packages
        -----------------
        
        * Matplotlib >= 1.5
        
           
        .. External Hyperlinks
        
        .. _GitHub repo: https://github.com/rnelsonchem/pHcalc
        
Keywords: pH systematic distribution titration
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
