Metadata-Version: 1.2
Name: impose
Version: 0.1.1
Summary: Fit and superimpose shapes from different imaging modalities
Home-page: https://github.com/GuckLab/impose
Maintainer: Paul Müller
Maintainer-email: dev@craban.de
License: GPL v3
Description: |impose|
        ========
        
        |PyPI Version| |Build Status| |Coverage Status| |Docs Status|
        
        
        Align microscopy images using custom-defined structural patterns and superimpose those on data from other imaging modalities. 
        
        
        Documentation
        -------------
        There is no documentation yet.
        
        
        Installation
        ------------
        If you have Python 3.6 or later, you can install impose via:
        
        ::
        
            python3 -m pip install impose
        
        
        Starting impose
        ===============
        Once you have installed impose via the method described above, you can
        start it from the `Terminal` app:
        
        ::
        
            python3 -m impose
        
        
        
        .. |impose| image:: https://raw.github.com/GuckLab/impose/master/docs/logo/impose.png
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/impose.svg
           :target: https://pypi.python.org/pypi/impose
        .. |Build Status| image:: https://img.shields.io/github/workflow/status/GuckLab/impose/Checks
           :target: https://github.com/GuckLab/impose/actions?query=workflow%3AChecks
        .. |Coverage Status| image:: https://img.shields.io/codecov/c/github/GuckLab/impose/master.svg
           :target: https://codecov.io/gh/GuckLab/impose
        .. |Docs Status| image:: https://readthedocs.org/projects/impose/badge/?version=latest
           :target: https://readthedocs.org/projects/impose/builds/
        
        
Keywords: image analysis,biology,microscopy
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
