Metadata-Version: 2.4
Name: tscat_gui
Version: 0.7.0
Summary: Time-series catalogue - graphical user interface.
Project-URL: homepage, https://github.com/SciQLop/tscat_gui
Project-URL: repository, https://github.com/SciQLop/tscat_gui
Project-URL: documentation, https://github.com/SciQLop/tscat_gui
Author-email: Patrick Boettcher <p@yai.se>
Maintainer-email: Patrick Boettcher <p@yai.se>, Alexis Jeandet <alexis.jeandet@member.fsf.org>
License: GNU GENERAL PUBLIC LICENSE
                              Version 3, 29 June 2007
        
            Time-series catalogue - graphical user interface library
            Copyright (C) 2021  Patrick Boettcher
        
            This program is free software: you can redistribute it and/or modify
            it under the terms of the GNU General Public License as published by
            the Free Software Foundation, either version 3 of the License, or
            (at your option) any later version.
        
            This program is distributed in the hope that it will be useful,
            but WITHOUT ANY WARRANTY; without even the implied warranty of
            MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
            GNU General Public License for more details.
        
            You should have received a copy of the GNU General Public License
            along with this program.  If not, see <http://www.gnu.org/licenses/>.
        
        Also add information on how to contact you by electronic and paper mail.
        
          You should also get your employer (if you work as a programmer) or school,
        if any, to sign a "copyright disclaimer" for the program, if necessary.
        For more information on this, and how to apply and follow the GNU GPL, see
        <http://www.gnu.org/licenses/>.
        
          The GNU General Public License does not permit incorporating your program
        into proprietary programs.  If your program is a subroutine library, you
        may consider it more useful to permit linking proprietary applications with
        the library.  If this is what you want to do, use the GNU Lesser General
        Public License instead of this License.  But first, please read
        <http://www.gnu.org/philosophy/why-not-lgpl.html>.
        
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: SciQLop,amda,cdpp,nasa-data,plasma-physics,satellite
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: pyside6
Requires-Dist: tscat<0.6,>=0.5.1
Provides-Extra: doc
Requires-Dist: sphinx; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints; extra == 'doc'
Requires-Dist: sphinx-rtd-theme; extra == 'doc'
Provides-Extra: test
Requires-Dist: ddt; extra == 'test'
Requires-Dist: hypothesis; extra == 'test'
Requires-Dist: mypy; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-qt; extra == 'test'
Requires-Dist: pytest-timeout; extra == 'test'
Requires-Dist: pytest>=4.6.5; extra == 'test'
Requires-Dist: ruff>=0.15.6; extra == 'test'
Description-Content-Type: text/x-rst

===========================
Time series catalogue - GUI
===========================


.. image:: https://img.shields.io/pypi/v/tscat_gui.svg
        :target: https://pypi.python.org/pypi/tscat_gui

.. image:: https://img.shields.io/travis/SciQLop/tscat_gui.svg
        :target: https://travis-ci.com/SciQLop/tscat_gui

.. image:: https://readthedocs.org/projects/tscat-gui/badge/?version=latest
        :target: https://tscat-gui.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Time-series catalogue - graphical user interface library


* Free software: GNU General Public License v3
* Documentation: https://tscat-gui.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
