Metadata-Version: 2.1
Name: pysand
Version: 1.7.2
Summary: Sand management related calculations
Home-page: https://github.com/equinor/pysand
Author: Equinor ASA
Author-email: thokn@equinor.com
License: GNU GPL
Description: <img src="https://raw.githubusercontent.com/equinor/pysand/master/resources/logo.png" align="center" title="pySand"/>
        
        [![PyPI](https://img.shields.io/pypi/v/pysand)](https://pypi.org/project/pysand/)
        [![Build status](https://travis-ci.org/equinor/pysand.svg?branch=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
        * Sand transport models
        
        ### 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)
        * [Sand transport](examples/sand_transport.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.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
