Metadata-Version: 2.1
Name: poresim
Version: 0.2.0
Summary: Pore system simulation generator.
Home-page: https://github.com/Ajax23/testa
Author: Hamzeh Kraus
Author-email: kraus@itt.uni-stuttgart.de
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
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pyyaml
Requires-Dist: jinja2==3.0.3

<img src="https://github.com/Ajax23/PoreSim/blob/master/docsrc/pics/logo_text_sub.svg" width="60%">

--------------------------------------

[![PyPI Version](https://img.shields.io/badge/PyPI-0.2.0-orange)](https://pypi.org/project/PoreSim/)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/Ajax23/PoreSim/blob/master/LICENSE)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14028685.svg)](https://doi.org/10.5281/zenodo.14028685)
[![Build Status](https://github.com/Ajax23/PoreSim/actions/workflows/workflow.yml/badge.svg)](https://github.com/Ajax23/PoreSim/actions/workflows/workflow.yml)
[![codecov](https://codecov.io/gh/Ajax23/PoreSim/branch/master/graph/badge.svg)](https://codecov.io/gh/Ajax23/PoreSim)

## Documentation

Online documentation is available at [ajax23.github.io/PoreSim](http://ajax23.github.io/PoreSim).

The docs include an example for creating [simulation boxes](http://ajax23.github.io/PoreSim/simulation.html), and an [API reference](http://ajax23.github.io/PoreSim/api.html).


## Dependencies

PoreSim supports Python 3.5+.

Installation requires [pyyaml](https://pypi.org/project/PyYAML/) and [jinja2](https://pypi.org/project/Jinja2/).


## Installation

You may instead want to use the development version from GitHub:

    pip install git+https://github.com/ajax23/PoreSim.git#egg=poresim

    pip install git+https://github.com/ajax23/PoreSim.git@develop#egg=poresim

Or download the repository and install in the top directory via:

    pip install .


## Testing

To test PoreSim, run the test in the test directory.


## Development

PoreSim development takes place on Github: [www.github.com/Ajax23/PoreSim](https://github.com/Ajax23/PoreSim)

Please submit any reproducible bugs you encounter to the [issue tracker](https://github.com/Ajax23/PoreSim/issues).


## How to Cite PoreSim

When citing PoreSim please use the current **Zenodo DOI** corresponding to the used PoreSim version. (Current DOI is listed in the badges.)
