Metadata-Version: 2.1
Name: specvizitor
Version: 0.1.0
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: dictdiffer (>=0.9.0,<0.10.0)
Requires-Dist: matplotlib (>=3.6.3,<4.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

## 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 .

    for regular install, or

        $ pip install -e .

    for developer install.

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

    $ specvizitor
