Metadata-Version: 1.1
Name: pystallone
Version: 1.0.0b3
Summary: Python binding for Stallone java library
Home-page: http://bitbucket.org/cmb-fu/stallone
Author: Martin K. Scherer
Author-email: stallone@lists.fu-berlin.de
License: Simplified BSD License
Description: ==========
        PyStallone
        ==========
        
        .. image:: https://travis-ci.org/cmb-fu/pystallone.svg
           :target:  https://travis-ci.org/cmb-fu/pystallone
        .. image:: https://readthedocs.org/projects/pystallone/badge/?version=latest
           :target: https://pystallone.readthedocs.org/en/latest/
        
        This package is a Python binding for the Stallone Java library, which is an 
        effort to combine multiple tools for building Markov models from molecular
        trajectory data.
        
        It provides a high level API for:
        
         * wrapping data (trajectories, math structures)
         * (linear) algebra
         * discretize MD trajectories
         * perform coordinate transformations
         * multiple methods for estimate Markov models  
         * generate trajectories from potential
         * free energy estimation
         * ...
        
        
        For more information have a look at the current Stallone website:
        http://github.com/cmb-fu/stallone
        
Keywords: Markov modeling,Molecular trajectories analysis,MD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Java
Classifier: Programming Language :: Python :: 2.6
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
Classifier: Topic :: Software Development :: Libraries :: Java Libraries
