Metadata-Version: 2.1
Name: pysand
Version: 1.1
Summary: Sand management related calculations
Home-page: https://github.com/equinor/pysand
Author: Thorjan Knudsvik
Author-email: thokn@equinor.com
License: GNU GPL
Description: <img src="resources/logo.png" align="center" title="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 fluid properties
        * DNVGL RP-O501 erosion rate calculations 
        
        ### 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)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
