Metadata-Version: 1.2
Name: fimpy
Version: 0.1.4
Summary: A python package for parallelizable processing of fluorescent imaging data
Home-page: https://github.com/portugueslab/fimpy
Author: Luigi Petrucco & Vilim Stih @portugueslab
Author-email: luigi.petrucco@gmail.com
License: GNU General Public License v3
Description: .. image:: https://img.shields.io/pypi/v/fimpy.svg
                :target: https://pypi.python.org/pypi/fimpy
        
        .. image:: https://img.shields.io/travis/portugueslab/fimpy.svg
                :target: https://travis-ci.com/portugueslab/fimpy
        
        .. image:: https://codecov.io/gh/portugueslab/fimpy/branch/master/graph/badge.svg
                :target: https://codecov.io/gh/portugueslab/fimpy
        
        .. image:: https://pyup.io/repos/github/portugueslab/fimpy/shield.svg
             :target: https://pyup.io/repos/github/portugueslab/fimpy/
             :alt: Updates
        
        # Fimpy
        
        A python package for parallelizable processing of fluorescent imaging data
        
        This package has been developed in the `Portugues lab`_. Documentation can be found `here`_.
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        The package was created with Cookiecutter_ and this_ template.
        
        .. _`Portugues lab`: http://www.portugueslab.com
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _this: https://github.com/audreyr/cookiecutter-pypackage
        .. _here: https://portugueslab.github.io/fimpy
        
        
        
        =======
        History
        =======
        
        0.1.0 (2020-05-07)
        ------------------
        
        * First release on PyPI.
        
Keywords: fimpy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
