Metadata-Version: 2.4
Name: bozepy
Version: 1.0.16
Summary: Software to help running the MSU telescope and instruments
Home-page: https://github.com/dnidever/bozepy
Author: David Nidever
Author-email: David Nidever <dnidever@montana.edu>
Maintainer-email: David Nidever <dnidever@montana.edu>
License: MIT License
        
        Copyright (c) 2020 David Nidever
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Documentation, https://bozepy.readthedocs.org
Project-URL: Repository, https://github.com/dnidever/bozepy
Keywords: observatory,imaging,spectroscopy
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Requires: numpy
Requires: astropy
Requires: dlnpyutils
Requires: photutils
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: astropy
Requires-Dist: dill
Requires-Dist: dlnpyutils
Requires-Dist: photutils
Requires-Dist: gdown
Provides-Extra: gui
Requires-Dist: PyQt5; extra == "gui"
Provides-Extra: cli
Requires-Dist: rich; extra == "cli"
Requires-Dist: click; extra == "cli"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires


bozepy
======

Data reduction software for MSU's astronomical data

Authors
-------

- **David Nidever** (Montana State University)
  
Installation
------------

To install the latest version::

    pip install git+https://github.com/dnidever/bozepy


Attribution
-----------

.. image:: https://zenodo.org/badge/242431079.svg
   :target: https://zenodo.org/badge/latestdoi/242431079

If you make use of this code, please cite this work using the DOI::

    Nidever, D. L. 2021, dnidever/bozepy, doi:10.5281/zenodo.5764931

    
Documentation
-------------

.. image:: https://readthedocs.org/projects/bozepy/badge/?version=latest
        :target: http://bozepy.readthedocs.io/

See `the documentation <http://bozepy.readthedocs.io>`_ for information on how
to install and use bozepy.

License
-------

.. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
        :target: https://github.com/dnidever/bozepy/blob/main/LICENSE
