Metadata-Version: 1.1
Name: emigrate
Version: 0.15.0
Summary: A package for simulating electrophoresis.
Home-page: https://github.com/lewisamarshall/emigrate
Author: Lewis A. Marshall
Author-email: lewis.a.marshall@gmail.com
License: UNKNOWN
Description: emigrate
        ========
        
        |Code Climate| |Build Status| |Coverage Status| |Docs Status|
        
        A Python package for performing electrophoresis calculations.
        
        **emigrate** calculates equilibrium state and flux of ions under an
        electric field in a pseudo-1D domain.
        
        The **emigrate** model uses techniques demonstrated by
        `Peakmaster <http://web.natur.cuni.cz/gas/>`__,
        `Spresso <http://stanfordspresso.blogspot.com/>`__, and
        `STEEP <http://microfluidics.stanford.edu/download/>`__. The
        **emigrate** model takes into account pH, and will take into account
        ionic strength, and temperature effects, including the most up-to-date
        temperature model published in STEEP. The **emigrate** object classes
        make these techniques directly accessible as a backend for simulations
        written in python.
        
        Installation
        ------------
        
        One-line install using `pip <https://pypi.python.org/pypi/pip>`__:
        
        ::
        
            pip install emigrate
        
        Tutorial
        --------
        
        Want to use **emigrate**? Read the `tutorial <./tutorial.ipynb>`__,
        written with iPython Notebook.
        
        .. |Code Climate| image:: https://codeclimate.com/github/lewisamarshall/emigrate/badges/gpa.svg
           :target: https://codeclimate.com/github/lewisamarshall/emigrate
        .. |Build Status| image:: https://travis-ci.org/lewisamarshall/emigrate.svg?branch=master
           :target: https://travis-ci.org/lewisamarshall/emigrate
        .. |Coverage Status| image:: https://coveralls.io/repos/lewisamarshall/emigrate/badge.svg?branch=development&service=github
           :target: https://coveralls.io/github/lewisamarshall/emigrate?branch=development
        .. |Docs Status| image:: https://readthedocs.org/projects/emigrate/badge/?version=latest
           :target: https://emigrate.readthedocs.org
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires: numpy
Requires: scipy
Requires: ionize
Requires: h5py
Requires: ionize
Requires: click
Requires: matplotlib
