Metadata-Version: 2.1
Name: specvizitor
Version: 0.1.4
Summary: Python GUI application for a visual inspection of astronomical spectroscopic data
Home-page: https://github.com/ivkram/specvizitor
License: BSD-3-Clause
Author: Ivan Kramarenko
Author-email: im.kramarenko@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: astropy (>=5.2.1,<6.0.0)
Requires-Dist: dacite (>=1.8.0,<2.0.0)
Requires-Dist: dictdiffer (>=0.9.0,<0.10.0)
Requires-Dist: pandas (>=1.5.3,<2.0.0)
Requires-Dist: pgcolorbar (>=1.1.3,<2.0.0)
Requires-Dist: platformdirs (>=3.0.0,<4.0.0)
Requires-Dist: pyqt5 (>=5.15.9,<6.0.0)
Requires-Dist: pyqtgraph (>=0.13.1,<0.14.0)
Project-URL: Repository, https://github.com/ivkram/specvizitor
Description-Content-Type: text/markdown

## Installation

### Installing `specvizitor` using pip

Set up a local environment and run

        $ pip install specvizitor

### Installing `specvizitor` from source

1. Clone the public repository:

        $ git clone https://github.com/ivkram/specvizitor
        $ cd specvizitor

2. Set up a local environment and run

        $ pip install -e .

## Starting `specvizitor`
    
To start `specvizitor`, run this command in your terminal:    

    $ specvizitor

## License

`specvizitor` is licensed under a 3-clause BSD style license - see the [LICENSE.txt](LICENSE.txt) file.
