Metadata-Version: 2.1
Name: ccpem-utils
Version: 0.0.1.dev8
Summary: "Python utils for EM data processing (dev version)"
Home-page: https://gitlab.com/ccpem/ccpem-utils
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

## Description
Python utility functions for EM data processing 

## Installation
Install directly from PyPI with:
``pip install ccpem-utils``
OR
Download from the gitlab repo and navigate into the `ccpem-utils` directory and 
install `ccpem-utils` with the command: 

``pip install -e .``
