Metadata-Version: 2.1
Name: pysand
Version: 1.6
Summary: Sand management related calculations
Home-page: https://github.com/equinor/pysand
Author: Equinor ASA
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
Requires-Dist: pandas

<img src="https://raw.githubusercontent.com/equinor/pysand/master/resources/logo.png" align="center" title="pySand"/>

[![PyPI version](https://badge.fury.io/py/pysand.svg)](https://badge.fury.io/py/pysand)
[![Build status](https://travis-ci.org/equinor/pysand.svg?master)](https://travis-ci.org/equinor/pysand)

PySand is a python package with sand management related calculations for oil and gas industry developed by Equinor.
* Acoustic sand detectors standard calibration and quantification
* Basic (black oil) fluid properties
* DNVGL RP-O501 erosion rate calculations 
* ER probe sand quantification

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

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

```
pip uninstall pysand
```

### Usage
Jupyter Notebooks with example usage can be found in the example directory:
* [Acoustic sand detector](examples/asd.ipynb)
* [Erosion](examples/erosion.ipynb)
* [Fluid properties](examples/fluidproperties.ipynb)

Bringing them all together:
* [All pySand modules](examples/all_modules.ipynb)

### Contributing
If you want to contribute to the project and make it better, your help
is very welcome. Follow the following instructions and read the 
[CONTRIBUTING.md](CONTRIBUTING.md) file before getting started.


