Metadata-Version: 1.2
Name: emtools
Version: 0.0.0
Summary: Basic utilities for CryoEM data manipulation
Home-page: https://github.com/3dem/emtools
Author: J.M. De la Rosa Trevin, Grigory Sharov
Author-email: delarosatrevin@gmail.com, gsharov@mrc-lmb.cam.ac.uk
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/3dem/emtools/issues
Project-URL: Source, https://github.com/3dem/emtools
Description: =======
        emtools
        =======
        
        Basic utilities for CryoEM data manipulation. It is available as a Python module (https://pypi.org/project/emtools).
        
        Installation
        ------------
        
        .. code-block:: bash
        
            pip install emtools
        
            # Or for development
            git clone git@github.com:3dem/emtools.git
            cd emtools
            pip install -e .
        
        
        Examples
        --------
        
        Testing
        -------
        
        ``python -m unittest discover emtools/tests``
        
        How to cite
        -----------
        
        Please cite the code repository DOI: xxx
        
        Authors
        -------
        
         * Jose Miguel de la Rosa-Trevín, Department of Biochemistry and Biophysics, Science for Life Laboratory, Stockholm University, Stockholm, Sweden
        
         
        
        
        
        
        
Keywords: electron-microscopy cryo-em structural-biology image-processing
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
