Metadata-Version: 2.4
Name: eloy
Version: 0.0.9b0
Summary: Image Processing for Astronomy 
Project-URL: Homepage, https://github.com/lgrcia/eloy
Project-URL: Source, https://github.com/lgrcia/eloy
Project-URL: Bug Tracker, https://github.com/lgrcia/eloy/issues
Author: Lionel Garcia
License: MIT License
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: astropy
Requires-Dist: numpy
Requires-Dist: photutils
Requires-Dist: scikit-image
Requires-Dist: scipy
Requires-Dist: twirl>=0.4.0
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: nox; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: docs
Requires-Dist: ipywidgets; extra == 'docs'
Requires-Dist: matplotlib; extra == 'docs'
Requires-Dist: myst-nb; extra == 'docs'
Requires-Dist: sphinx-autoapi<3.2.0; extra == 'docs'
Requires-Dist: sphinx-book-theme; extra == 'docs'
Requires-Dist: sphinx-design; extra == 'docs'
Requires-Dist: tqdm; extra == 'docs'
Provides-Extra: jax
Requires-Dist: flax; extra == 'jax'
Requires-Dist: huggingface-hub; extra == 'jax'
Requires-Dist: optax; extra == 'jax'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-xdist; extra == 'test'
Description-Content-Type: text/markdown

# eloy

Image Processing for Astronomy

---

A simple Python package containing functions to process astronomical images. This package aims at being simple and relies on a minimal number of dependencies. The development philosophy of this package is to stick as much as possible to the functional programming paradigm by avoiding the definition of object classes.


## License
Copyright (c) 2021-2024 Lionel Garcia, Inc.

`eloy` is free software made available under the MIT License. For details
see the `LICENSE` file.
