Metadata-Version: 1.1
Name: molecules
Version: 0.0.3.2
Summary: Machine learning for molecular dynamics.
Home-page: https://github.com/yngtodd/molecules
Author: Todd Young
Author-email: youngmt1@ornl.gov
License: MIT
Description: .. raw:: html
        
            <embed>
                <p align="center">
                    <img width="300" src="https://github.com/yngtodd/molecules/blob/master/img/molecules.png">
                </p>
            </embed>
        
        --------------------------
        
        .. image:: https://badge.fury.io/py/molecules.png
            :target: http://badge.fury.io/py/molecules
            
        .. highlight:: shell
        
        =========
        Molecules
        =========
        
        Machine learning for molecular dynamics.
        
        Documentation
        --------------
        
        For references, tutorials, and examples check out our `documentation`_.
        
        Installation
        ------------
        
        From Sources:
        
        You can either clone the public repository:
        
        .. code-block:: console
        
            git clone git://github.com/yngtodd/molecules
        
        Or download the `tarball`_:
        
        .. code-block:: console
        
            curl  -OL https://github.com/yngtodd/molecules/tarball/master
        
        Once you have a copy of the source, you can install it with:
        
        .. code-block:: console
        
            python setup.py install
        
        
        .. _tarball: https://github.com/yngtodd/molecules/tarball/master
        .. _documentation: https://molecules.readthedocs.io/en/latest
        
        
        
        Documentation
        -------------
        
        The full documentation is at http://molecules.rtfd.org.
        
        
        
        History
        -------
        
        0.0.1 (2018-10-3)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: molecules
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
