Metadata-Version: 2.1
Name: sunkit_image
Version: 0.1.0
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
Description: 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/master/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 experimental library for various solar physics specific image processing routines.
        
        Installation
        ------------
        
        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::
        
            $ git clone https://github.com/<username>/sunkit-image.git
            $ cd sunkit-image
            $ pip install -e .[dev]
        
        For detailed (general) installation instructions, see the `installation guide`_ in the SunPy docs.
        
        Getting Help
        ------------
        
        For more information or to ask questions about SunPy, check out:
        
        -  `SunPy Mailing List`_
        -  `SunPy Matrix Channel`_
        
        Contributing
        ------------
        
        If you would like to get involved, start by joining the `SunPy mailing list`_ and check out the `Developer’s Guide`_ section of the SunPy docs.
        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.
        
        For more information on contributing, please read our `contributing guide`_.
        
        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 Channel: https://openastronomy.riot.im/#/room/#sunpy:openastronomy.org
        .. _SunPy mailing list: https://groups.google.com/forum/#!forum/sunpy
        .. _`Developer’s Guide`: https://docs.sunpy.org/en/latest/dev_guide/index.html
        .. _`#sunpy:matrix.org`: https://riot.im/app/#/room/#sunpy:matrix.org
        .. _issues page: https://github.com/sunpy/sunkit-image/issues
        .. _contributing guide: https://docs.sunpy.org/en/stable/dev_guide/newcomers.html#newcomers
        .. _Code of Conduct: https://docs.sunpy.org/en/stable/coc.html
        
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: tests
Provides-Extra: docs
Provides-Extra: dev
Provides-Extra: all
