Metadata-Version: 1.1
Name: polypy
Version: 0.2.2
Summary: Molecular Dynamics analysis
Home-page: https://github.com/symmy596/PolyPy
Author: Adam R. Symington
Author-email: ars44@bath.ac.uk
License: MIT license
Description: # PolyPy
           
        [![DOI](https://zenodo.org/badge/138055040.svg)](https://zenodo.org/badge/latestdoi/138055040) [![PyPI version](https://badge.fury.io/py/polypy.svg)](https://badge.fury.io/py/polypy) ![Version](https://img.shields.io/badge/Version-0.2-blue.svg?maxAge=2592000) 
        
        PolyPy is a small program that analyses DL_POLY outputs. Currently the functionality includes, 1/2D atomic density analysis, mean squared displacements and volume analysis. 
        
        
        ### Installation
        
        Download or clone the repository and install using the setup script as follows. 
        
        ```
        python setup.py build
        
        python setup.py install
        ```
        
        Alternatively with pip - This is easiest for anaconda users, simply type the following into anaconda prompt
        
        ```
        pip install polypy
        ```
        
        ## Author
        **Adam Symington** 
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
