Metadata-Version: 2.1
Name: sunkit-image
Version: 0.4.2
Summary: A image processing toolbox for Solar Physics.
Home-page: http://docs.sunpy.org/projects/sunkit-image/
Author: The SunPy Community
Author-email: sunpy@googlegroups.com
License: BSD 3-Clause
Keywords: solar physics,solar,science,sun,image analysis
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: scikit-image (>=0.18.0)
Requires-Dist: sunpy (>=4.0.0)
Provides-Extra: all
Provides-Extra: dev
Requires-Dist: dask ; extra == 'dev'
Requires-Dist: pytest-astropy ; extra == 'dev'
Requires-Dist: pytest-mpl (>=0.12) ; extra == 'dev'
Requires-Dist: astroscrappy ; extra == 'dev'
Requires-Dist: beautifulsoup4 ; extra == 'dev'
Requires-Dist: drms ; extra == 'dev'
Requires-Dist: matplotlib ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-automodapi ; extra == 'dev'
Requires-Dist: sphinx-changelog ; extra == 'dev'
Requires-Dist: sphinx-gallery ; extra == 'dev'
Requires-Dist: sunpy-sphinx-theme ; extra == 'dev'
Requires-Dist: zeep ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: astroscrappy ; extra == 'docs'
Requires-Dist: beautifulsoup4 ; extra == 'docs'
Requires-Dist: dask ; extra == 'docs'
Requires-Dist: drms ; extra == 'docs'
Requires-Dist: matplotlib ; extra == 'docs'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-automodapi ; extra == 'docs'
Requires-Dist: sphinx-changelog ; extra == 'docs'
Requires-Dist: sphinx-gallery ; extra == 'docs'
Requires-Dist: sunpy-sphinx-theme ; extra == 'docs'
Requires-Dist: zeep ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: dask ; extra == 'tests'
Requires-Dist: pytest-astropy ; extra == 'tests'
Requires-Dist: pytest-mpl (>=0.12) ; extra == 'tests'

sunkit-image
============

|Latest Version| |codecov| |Powered by NumFOCUS| |Powered by Sunpy|

.. |Powered by Sunpy| image:: http://img.shields.io/badge/powered%20by-SunPy-orange.svg?style=flat
   :target: https://www.sunpy.org
.. |Latest Version| image:: https://img.shields.io/pypi/v/sunkit-image.svg
   :target: https://pypi.python.org/pypi/sunkit-image/
.. |codecov| image:: https://codecov.io/gh/sunpy/sunpy/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/sunpy/sunkit-image
.. |Powered by NumFOCUS| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
   :target: http://numfocus.org

sunkit-image is a a open-source toolbox for solar physics image processing.
Currently it is an experimental library for various solar physics specific image processing routines.

Installation
------------

For detailed (general) installation instructions, see the `installation guide`_ in the SunPy docs.
This takes you through the options for installing sunpy, but they are the same for sunkit-image.

If you want help develop sunkit-image you will need to install it from GitHub.
The best way to do this is to create a new python virtual environment (either with ``pipenv`` or ``conda``).
Once you have that virtual environment, you will want to fork the repo and then run::

    $ git clone https://github.com/<username>/sunkit-image.git
    $ cd sunkit-image
    $ pip install -e .[dev]

Getting Help
------------

For more information or to ask questions about sunkit-image or sunpy, check out:

-  `#sunpy:matrix.org`_
-  `sunkit-image Documentation`_

Contributing
------------

If you would like to get involved, please read our `contributing guide`_.
Stop by our chat room `#sunpy:matrix.org`_ if you have any questions.
Help is always welcome so let us know what you like to work on, or check out the `issues page`_ for the list of known outstanding items.

Code of Conduct
---------------

When you are interacting with the SunPy community you are asked to follow our `Code of Conduct`_.

License
-------

This project is Copyright (c) SunPy Developers and licensed under the terms of the BSD 3-Clause license.
See the licenses folder for more information.

.. _installation guide: https://docs.sunpy.org/en/stable/guide/installation/index.html
.. _`#sunpy:matrix.org`: https://app.element.io/#/room/#sunpy:openastronomy.org
.. _issues page: https://github.com/sunpy/sunkit-image/issues
.. _contributing guide: https://docs.sunpy.org/en/latest/dev_guide/contents/newcomers.html
.. _Code of Conduct: https://sunpy.org/coc
.. _sunkit-image Documentation: https://docs.sunpy.org/projects/sunkit-image/en/stable/
