Metadata-Version: 2.1
Name: porems
Version: 0.1.0
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
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

# PoreMS: Pore Generator for Molecular Simulations

## 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). Additionally a [worklow](https://ajax23.github.io/porems/workflow.html) is provided, describing the programs operating principle.


## Dependencies

PoreMS supports Python 3.5+.

Installation requires [multiprocessing](https://docs.python.org/3/library/multiprocessing.html) and optionally [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).


