Metadata-Version: 2.4
Name: theprometheus
Version: 1.0.24
Summary: PSF Photometry Software
Home-page: https://github.com/dnidever/prometheus
Author: David Nidever
Author-email: dnidever@montana.edu
License: MIT
Requires: numpy
Requires: astropy(>=4.0)
Requires: scipy
Requires: dlnpyutils
Requires: sep
Requires: extension_helpers
Requires: photutils
Requires: skimage
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: scipy
Requires-Dist: extension_helpers
Requires-Dist: photutils
Requires-Dist: sep
Requires-Dist: dlnpyutils
Requires-Dist: scikit-image
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-astropy; extra == "test"
Requires-Dist: ipython; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx==3.0.1; extra == "docs"
Requires-Dist: sphinx-astropy; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: nbconvert; extra == "docs"
Requires-Dist: nbformat; extra == "docs"
Requires-Dist: ipykernel; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: home-page
Dynamic: license-file
Dynamic: requires
Dynamic: summary


Prometheus
==========

PSF photometry package.

Authors
-------

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

Installation
------------

To install the latest version::

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

Attribution
-----------
    
.. image:: https://zenodo.org/badge/363221788.svg
   :target: https://zenodo.org/badge/latestdoi/363221788
    
Documentation
-------------

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

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

License
-------

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