Metadata-Version: 2.1
Name: fdsdecompose
Version: 0.0.0
Summary: Python script to automate decomposition of MESH statements.
Home-page: https://github.com/FireDynamics/FDSMeshDecomposer
Author: FZJ IAS-7/BUW CCE (Prof. Dr. Lukas Arnold, Jan Vogelsang)
Author-email: l.arnold@fz-juelich.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# FDSMeshDecomposer
> Python script to automate decomposition of MESH statements

[![Build Status](https://travis-ci.com/FireDynamics/FDSMeshDecomposer.svg?branch=master)](https://travis-ci.com/FireDynamics/FDSMeshDecomposer)  
[![PyPI version](https://badge.fury.io/py/fdsdecompose.png)](https://badge.fury.io/py/fdsdecompose)  


## Installation

The package is available on PyPI and can be installed using pip:  
```sh
pip install fdsdecompose
```

## Usage example
```sh
fdsdecompose input.fds output.fds --decomposition 3,3,3
```

## Meta

Distributed under the LGPLv3 (GNU Lesser General Public License v3) license. See ``LICENSE`` for more information.


## Contributing

1. Fork it (<https://github.com/FireDynamics/FDSMeshDecomposer/fork>)
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request


