Metadata-Version: 1.2
Name: msmtools
Version: 1.2.3
Summary:  MSMTools
Home-page: http://github.com/markovmodel/msmtools
Author: Benjamin Trendelkamp-Schroer
Author-email: benjamin.trendelkamp-schroer@fu-berlin.de
Maintainer: Martin K. Scherer
Maintainer-email: m.scherer@fu-berlin.de
License: LGPLv3+
Description: MSMTools
        ========
        
        What is it?
        -----------
        msmtools is an open source collection of algorithms for the estimation
        and analysis of discrete state space Markov chains via Markov state
        models (MSM).
        
        The algorithms are implemented using `NumPy <http://www.numpy.org/>`_
        and `SciPy <http://www.scipy.org>`_.
        
        Installation
        ------------
        With pip::
         
             pip install msmtools
        
        with conda::
        
             conda install -c https://conda.binstar.org/omnia msmtools
        
        
        or install latest devel branch with pip::
        
             pip install git+https://github.com/markovmodel/msmtools.git@devel
             
        
        Support and development
        -----------------------
        For bug reports/sugguestions/complains please file an issue on 
        `GitHub <http://github.com/markovmodel/msmtools>`__.
        
        Or start a discussion on our mailing list: pyemma-users@lists.fu-berlin.de
        
Keywords: Markov State Model Algorithms
Platform: Windows
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires: numpy
Requires: scipy
