Metadata-Version: 2.1
Name: porems
Version: 0.1.2
Summary: Pore Generator for Molecular Simulations.
Home-page: https://github.com/Ajax23/PoreMS
Author: Hamzeh Kraus
Author-email: kraus@itt.uni-stuttgart.de
License: UNKNOWN
Description: # PoreMS: A Pore Generator for Molecular Simulations
        
        --------------------------------------
        
        [![PyPI Version](https://img.shields.io/badge/PyPI-0.1.2-orange)](https://pypi.org/project/porems/)
        [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/Ajax23/PoreMS/blob/master/LICENSE)
        [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3714549.svg)](https://doi.org/10.5281/zenodo.3714549)
        [![Build Status](https://travis-ci.com/Ajax23/PoreMS.svg?branch=master)](https://travis-ci.com/Ajax23/PoreMS)
        [![codecov](https://codecov.io/gh/Ajax23/PoreMS/branch/master/graph/badge.svg)](https://codecov.io/gh/Ajax23/PoreMS)
        
        ## Documentation
        
        Online documentation is available at [ajax23.github.io/PoreMS](https://ajax23.github.io/PoreMS/).
        
        The docs include an example for generating [molecules](https://ajax23.github.io/PoreMS/molecule.html) and [pores](https://ajax23.github.io/PoreMS/pore.html), and an [API reference](https://ajax23.github.io/PoreMS/api.html). Visit [process](https://ajax23.github.io/PoreMS/process.html) for an overview of the programs operating principle.
        
        An examplary [workflow](https://ajax23.github.io/PoreMS/workflow.html) has been provided for using the PoreMS package to create a pore system and run molecular dynamics simulation using [Gromacs](http://www.gromacs.org/).
        
        ## Dependencies
        
        PoreMS supports Python 3.5+.
        
        Installation requires [pandas](https://pandas.pydata.org/).
        
        
        ## Installation
        
        The latest stable release (and older versions) can be installed from PyPI:
        
            pip install porems
        
        You may instead want to use the development version from Github:
        
            pip install git+https://github.com/ajax23/porems.git#egg=porems
        
        Or download the repository and install in the top directory via:
        
            pip install .
        
        
        ## Testing
        
        To test porems, run the test in the test directory.
        
        
        ## Development
        
        PoreMS development takes place on Github: https://github.com/Ajax23/PoreMS
        
        Please submit any reproducible bugs you encounter to the [issue tracker](https://github.com/Ajax23/PoreMS/issues).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
