Metadata-Version: 2.1
Name: pysand
Version: 1.0.1
Summary: Sand management related calculations
Home-page: https://github.com/equinor/pysand
Author: Thorjan Knudsvik
Author-email: thokn@equinor.com
License: GNU GPL
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy

# pySand
Python package with sand related calculations.

### Installation instructions
```
pip install pysand
```
###### Upgrade

```
pip install pysand --upgrade
```
###### Removal

```
pip uninstall pysand
```

### Examples of use
```
from pysand.erosion import bend
```


