Metadata-Version: 2.1
Name: ccpem-utils
Version: 0.0.1.dev16
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
Requires-Dist: gemmi
Requires-Dist: numpy (>=1.20.0)
Requires-Dist: mrcfile
Requires-Dist: Pillow
Requires-Dist: scipy (~=1.9.3)
Requires-Dist: pandas
Requires-Dist: scikit-learn

## 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 .``
