Metadata-Version: 2.1
Name: relion
Version: 0.13.7
Summary: Relion Python API
Author: Diamond Light Source - Scientific Software et al.
Author-email: scientificsoftware@diamond.ac.uk
License: GPLv2
Project-URL: Documentation, https://python-relion.readthedocs.io/
Project-URL: GitHub, https://github.com/DiamondLightSource/python-relion
Project-URL: Bug-Tracker, https://github.com/DiamondLightSource/python-relion/issues
Keywords: relion
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: gemmi
Requires-Dist: htcondor
Requires-Dist: importlib-metadata
Requires-Dist: ispyb
Requires-Dist: marshmallow-sqlalchemy
Requires-Dist: matplotlib
Requires-Dist: mrcfile
Requires-Dist: numpy
Requires-Dist: opencv-python-headless
Requires-Dist: pandas
Requires-Dist: pillow
Requires-Dist: plotly
Requires-Dist: pydantic ==1.10.7
Requires-Dist: pyyaml
Requires-Dist: starfile
Requires-Dist: workflows
Requires-Dist: zocalo

=========================
Python bindings to RELION
=========================


.. image:: https://img.shields.io/pypi/v/relion.svg
        :target: https://pypi.python.org/pypi/relion
        :alt: PyPI release

.. image:: https://img.shields.io/pypi/pyversions/relion.svg
        :target: https://pypi.python.org/pypi/relion
        :alt: Supported Python versions

.. image:: https://readthedocs.org/projects/python-relion/badge/?version=latest
        :target: https://python-relion.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://codecov.io/gh/DiamondLightSource/python-relion/branch/main/graph/badge.svg
        :target: https://codecov.io/gh/DiamondLightSource/python-relion
        :alt: Test coverage

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
        :target: https://github.com/ambv/black
        :alt: Code style: black


* Free software: GPLv2 and BSD, `see the license file for details <https://github.com/DiamondLightSource/python-relion/blob/main/LICENSE>`_
* Documentation: https://python-relion.readthedocs.io.

This package provides a python interface to the information contained in a Relion project folder. It does not run Relion itself.

Currently it caters for specific fields from the Motion Correction, CTF Find, 2D Classification and 3D Classification stages of the Relion pipeline, but this could readily be expanded to more stages and fields.
