Metadata-Version: 1.2
Name: relion
Version: 0.7.2
Summary: Relion Python API
Home-page: UNKNOWN
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
Description: =========================
        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://img.shields.io/lgtm/alerts/g/DiamondLightSource/python-relion.svg?logo=lgtm&logoWidth=18
                :target: https://lgtm.com/projects/g/DiamondLightSource/python-relion/alerts/
                :alt: Total alerts
        
        .. 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.
        
Keywords: relion
Platform: UNKNOWN
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
