Metadata-Version: 1.2
Name: emtools
Version: 0.1.2
Summary: 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: 
        .. |logo_image| image:: https://github.com/3dem/emhub/wiki/images/emtools-logo.png
           :height: 60px
        
        |logo_image|
        
        **emtools** is a Python package with utilities for manipulating CryoEM images
        and metadata such as STAR files or SQLITE databases. It also contains other
        miscellaneous utils for processes handling and monitoring, among others.
        
        The library is composed by several modules that provide mainly classes to
        perform certain operations.
        
        For more detailed information check the documentation at:
        
        https://3dem.github.io/emdocs/emtools/
        
        
        Installation
        ------------
        
        .. code-block:: bash
        
            pip install emtools
        
        Or for development:
        
        .. code-block:: bash
        
            git clone git@github.com:3dem/emtools.git
            pip install -e emtools/
        
        Usage
        -----
        
        Testing
        -------
        
        .. code-block:: bash
        
            python -m unittest emtools.tests.test_utils
            python -m unittest emtools.tests.test_metadata
            python -m unittest emtools.tests.test_pipeline
        
        How to cite
        -----------
        
        Please cite the code repository DOI: xxx
        
        Authors
        -------
        
         * Jose Miguel de la Rosa-Trevín, St.Jude Children's Research Hospital, Memphis, TN
        
        
         
        
        
        
        
        
Keywords: electron-microscopy cryo-em structural-biology image-processing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
