Metadata-Version: 2.1
Name: ShockPy
Version: 0.1.29
Summary: Code developed to analytically model shock wave experiments with uncertainty
Home-page: https://github.com/dimtsap/MSEE_MgO_UQ
Author: Dimitris Tsapetis
License: MIT
Platform: OSX
Platform: Windows
Platform: Linux
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
Requires-Dist: UQpy
Requires-Dist: shapely
Requires-Dist: seaborn
Provides-Extra: dev
Requires-Dist: Sphinx; extra == "dev"
Requires-Dist: sphinx-rtd-theme; extra == "dev"
Requires-Dist: sphinxcontrib-bibtex; extra == "dev"
Requires-Dist: sphinx-gallery; extra == "dev"

## Table of contents
* [General info](#general-info)
* [Methods-pipeline](#method)
* [Examples](#examples)
* [Contents](#contents)
* [Getting started](#getting-started)

## General info


## Method


## Application

 
## Contents


## Getting started

**1.** Create an Anaconda Python 3.9 virtual environment:
```
conda create -n shock_wave python==3.9
conda activate shock_wave
```

**3.** Install code and dependencies via the following commands: 

```  
pip install ShockPy
```

### Mainteners
[Dimitris Tsapetis](https://github.com/dimtsap)

:email: : dtsapet1@jhu.edu


