Metadata-Version: 2.1
Name: ccpem_utils
Version: 0.0.1.dev20
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>=0.6.5
Requires-Dist: numpy>=1.20.0
Requires-Dist: mrcfile
Requires-Dist: Pillow~=9.3.0
Requires-Dist: scipy~=1.9.3
Requires-Dist: pandas
Requires-Dist: scikit-learn==1.2.1

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