Metadata-Version: 2.1
Name: sunraster
Version: 0.1.2
Summary: sunraster
Home-page: https://sunpy.org
Author: The SunPy Community
Author-email: sunpy@googlegroups.com
License: BSD 2-Clause
Description: *********
        sunraster
        *********
        
        .. image:: http://img.shields.io/badge/powered%20by-SunPy-orange.svg?style=flat
            :target: http://www.sunpy.org
            :alt: Powered by SunPy Badge
        
        ``sunraster`` is an open-source Python library that provides the tools to read in and
        analyze spectrogram data using the Python programming language.
        
        Installation
        ============
        
        An easy way to install ``sunraster`` is to do so with the anaconda distribution
        using the conda-forge channel, with the following command at the terminal:
        
        .. code-block:: console
        
          conda install --channel conda-forge sunraster
        
        Another equally easy way to install ``sunraster`` is with pip:
        
        .. code-block:: console
        
          pip install sunraster
        
        Developing
        ==========
        
        If you want to develop ``sunraster`` you will need to install from GitHub.
        We suggest you fork ``sunraster`` so you can work on it.
        The best way to do this is to create a new python virtual environment
        (conda/pipenv or others) and then install the git version of ``sunraster``:
        
        .. code:: bash
        
            $ git clone https://github.com/<your username>/sunraster.git
            $ cd sunraster
            $ pip install -e .
        
        
        For detailed installation instructions (aimed at installing ``sunpy``),
        see the `Newcomers' guide`_ in the SunPy docs.
        
        Getting Help
        ============
        
        For more information or to ask questions about ``sunraster``, check out:
        
        -  `sunraster Documentation`_
        -  `SunPy Matrix Channel`_
        -  `SunPy Mailing List`_
        
        .. _sunraster Documentation: https://docs.sunpy.org/projects/sunraster/en/latest/
        .. _SunPy Matrix Channel: https://chat.openastronomy.org/#/room/#sunpy:openastronomy.org
        .. _SunPy Mailing List: https://groups.google.com/forum/#!forum/sunpy
        
        Contributing
        ============
        
        If you would like to get involved, start by joining the `SunPy mailing list`_ and
        check out the `Developers Guide`_ section of the SunPy docs.
        Stop by our chat room `#sunpy:openastronomy.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 to sunraster, please read SunPy's `Newcomers' guide`_.
        
        .. _SunPy mailing list: https://groups.google.com/forum/#!forum/sunpy
        .. _Developers Guide: https://docs.sunpy.org/en/latest/dev_guide/index.html
        .. _`#sunpy:openastronomy.org`: https://chat.openastronomy.org/#/room/#sunpy:openastronomy.org
        .. _issues page: https://github.com/sunpy/sunraster/issues
        .. _Newcomers' guide: https://docs.sunpy.org/en/latest/dev_guide/newcomers.html
        
        Code of Conduct
        ===============
        
        When you are interacting with the SunPy community you are asked to follow our `Code of Conduct`_.
        
        .. _Code of Conduct: https://docs.sunpy.org/en/latest/code_of_conduct.html
        
Keywords: solar physics,solar,science,sun,wcs,coordinates
Platform: any
Classifier: Development Status :: 5 - Production/Stable
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Physics
Provides: sunraster
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: tests
Provides-Extra: docs
Provides-Extra: dev
Provides-Extra: all
