Metadata-Version: 2.4
Name: astrodeb
Version: 0.1.1
Summary: Deblur astronomical images using Richardson-Lucy deconvolution and wavelet denoising.
Home-page: https://github.com/atharvaansingkar/Image-Deblurring
Author: SASA
Author-email: sasa.flux@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: Pillow
Requires-Dist: scikit-image
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# astrodeb

**astrodeb** is a lightweight Python package that restores blurred astronomical images using **Richardsonâ€“Lucy deconvolution** and **wavelet denoising**. It is ideal for astrophotography, scientific imaging, or any case where your images suffer from Gaussian blur and noise.

---

## âœ¨ Features

- Richardsonâ€“Lucy iterative deconvolution (with configurable PSF)
- Wavelet denoising using BayesShrink soft thresholding
- Works directly with standard `PIL.Image` inputs
- Easy to integrate into scientific or image-processing pipelines

---

## ðŸ“¦ Installation

You can install it via [PyPI](https://pypi.org/project/astrodeb/):

```bash
pip install astrodeb
