Metadata-Version: 2.4
Name: particlespy
Version: 0.6.3
Summary: A package to perform particle segmentation and analysis
Home-page: https://github.com/ePSIC-DLS/particlespy
Author: Thomas Slater
Author-email: tjaslater@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: hyperspy>=1.7
Requires-Dist: scikit-image>=0.17.1
Requires-Dist: scikit-learn>=0.21
Requires-Dist: trackpy
Requires-Dist: numpy>=1.16.5
Requires-Dist: PyQt5<6.0,>=5.14.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![Build Status](https://github.com/ePSIC-DLS/particlespy/actions/workflows/python-package-conda.yml/badge.svg)
[![codecov](https://codecov.io/gh/ePSIC-DLS/ParticleSpy/branch/master/graph/badge.svg)](https://codecov.io/gh/ePSIC-DLS/ParticleSpy)
[![PyPI version](https://badge.fury.io/py/particlespy.svg)](https://badge.fury.io/py/particlespy)
[![DOI](https://zenodo.org/badge/154111577.svg)](https://zenodo.org/badge/latestdoi/154111577)

# ParticleSpy
Package for analysing particles in electron microscopy data sets.

The package can be installed from PyPI using pip install ParticleSpy.

Documentation can be found at https://epsic-dls.github.io/particlespy/index.html.
