Metadata-Version: 2.1
Name: warp4py
Version: 0.6
Summary: WARP3D Interface and Script Generator
Home-page: https://gitlab.com/Jfaibussowitsch/warp4py
Author: Jacob Faibussowitsch
Author-email: jacob.fai@gmail.com
License: UNKNOWN
Keywords: scientific,engineering,library,fem,finite elements,fracture,fracture mechanics
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# warp4py

WARP3D Script Generator from Python

## Installation

Install via [pip](https://pypi.org/project/warp4py/)

```sh
$ python3 -m pip install warp4py
```

Or clone the repository and install an editable copy from `setup.py`

```sh
$ git clone https://gitlab.com/Jfaibussowitsch/warp4py.git
$ cd warp4py
$ python3 -m pip install -e .
```

## Examples

See the top-level `examples/` directory for a comprehensive set of example sets

## Authors and acknowledgment

This project is supported by the [Center for Exascale-enabled Scramjet Design (CEESD)](https://ceesd.illinois.edu/) at the University of Illinois at Urbana-Champaign.

This material is based in part upon work supported by the Department of Energy, National Nuclear Security Administration, under Award Number DE-NA0003963.


