Metadata-Version: 2.1
Name: pydecon
Version: 0.0.1
Summary: A python library for deconvolving image data
Home-page: https://github.com/david-hoffman/pyDecon
Author: David Hoffman
Author-email: dave.p.hoffman@gmail.com
License: Apache V2.0
Description: [![PyPI version](https://badge.fury.io/py/pydecon.svg)](https://badge.fury.io/py/pydecon)
        [![Anaconda version](https://anaconda.org/david-hoffman/pydecon/badges/downloads.svg)](https://anaconda.org/david-hoffman/pydecon)
        [![Conda Badge](https://anaconda.org/david-hoffman/pydecon/badges/installer/conda.svg)](https://anaconda.org/david-hoffman/pydecon)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        [![ci](https://github.com/david-hoffman/pydecon/workflows/ci/badge.svg)](https://github.com/david-hoffman/pydecon/actions?query=workflow%3Aci)
        [![Create Release](https://github.com/david-hoffman/pydecon/workflows/Create%20Release/badge.svg)](https://github.com/david-hoffman/pydecon/actions?query=workflow%3A%22Create+Release%22)
        
        # pydecon
        
        A library stub that implements different deconvolution algorithms. At this point only Richardson-Lucy is supported.
        
        ## MORE TO COME!
        
        ## Installation
        
        Installation is simplest with `conda` or `pip`:
        
        ```bash
        conda install -c david-hoffman pydecon
        ```
        
        ```bash
        pip install pydecon
        ```
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
