Metadata-Version: 2.1
Name: emtools
Version: 0.0.2
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
Project-URL: Bug Reports, https://github.com/3dem/emtools/issues
Project-URL: Source, https://github.com/3dem/emtools
Keywords: electron-microscopy cryo-em structural-biology image-processing
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
License-File: LICENSE

=======
emtools
=======

Basic utilities for CryoEM data manipulation. It is available as a Python module (https://pypi.org/project/emtools).

Installation
------------

``pip install emtools``

Or for development:

.. code-block:: bash

    # Or for development
    git clone git@github.com:3dem/emtools.git
    cd emtools
    pip install -e .

Usage
-----

Testing
-------

Metadata submodule tests:

``python -m unittest emtools.tests.test_metadata``

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

 




