Metadata-Version: 2.1
Name: sbpy
Version: 0.5.0
Summary: Python module for small-body planetary astronomy
Home-page: https://sbpy.org
Author: sbpy team
Author-email: msk@astro.umd.edu
License: BSD 3-Clause
Keywords: astronomy,astrophysics,planetary,asteroid,comet,space,science
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: numpy>=1.21.0
Requires-Dist: astropy>=5.3.3
Provides-Extra: recommended
Requires-Dist: ads>=0.12; extra == "recommended"
Requires-Dist: astroquery>=0.4.5; extra == "recommended"
Requires-Dist: scipy>=1.6; extra == "recommended"
Requires-Dist: synphot>=1.1.1; extra == "recommended"
Provides-Extra: all
Requires-Dist: ads>=0.12; extra == "all"
Requires-Dist: astroquery>=0.4.5; extra == "all"
Requires-Dist: ginga; extra == "all"
Requires-Dist: photutils; extra == "all"
Requires-Dist: pyoorb; extra == "all"
Requires-Dist: pyyaml; extra == "all"
Requires-Dist: scipy>=1.6; extra == "all"
Requires-Dist: synphot>=1.1.1; extra == "all"
Provides-Extra: test
Requires-Dist: pytest>=7.0; extra == "test"
Requires-Dist: pytest-astropy>=0.10; extra == "test"
Requires-Dist: pytest-astropy-header>=0.2.1; extra == "test"
Requires-Dist: pytest-doctestplus>=0.12; extra == "test"
Requires-Dist: pytest-remotedata; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Requires-Dist: coverage; extra == "test"
Provides-Extra: docs
Requires-Dist: sbpy[all,test]; extra == "docs"
Requires-Dist: matplotlib>=3.1; extra == "docs"
Requires-Dist: sphinx-astropy>=1.3; extra == "docs"
Requires-Dist: astropy!=6.1.*; extra == "docs"
Requires-Dist: scipy>=1.6; extra == "docs"
Requires-Dist: numpy<2; extra == "docs"

.. image:: https://github.com/NASA-Planetary-Science/sbpy/raw/main/logo/sbpy_logo_short.png
    :width: 400px
    :align: center	    
    :alt: sbpy	     
	  
       
sbpy is an `Astropy <https://www.astropy.org/>`_ affiliated package for small-body
planetary astronomy.

.. image:: https://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
    :target: http://www.astropy.org
    :alt: Powered by Astropy Badge

.. image:: https://github.com/NASA-Planetary-Science/sbpy/actions/workflows/ci_cron_weekly.yml/badge.svg
    :target: https://github.com/NASA-Planetary-Science/sbpy/actions
    :alt: GitHub testing status

.. image:: https://readthedocs.org/projects/sbpy/badge/?version=latest
    :target: https://sbpy.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation status

.. image:: https://joss.theoj.org/papers/10.21105/joss.01426/status.svg
    :target: https://doi.org/10.21105/joss.01426
    :alt: JOSS documentation

.. image:: https://codecov.io/gh/NASA-Planetary-Science/sbpy/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/NASA-Planetary-Science/sbpy
    :alt: codecov status
	  

Overview
--------

For an overview of the sbpy project please visit the `project
overview page <https://sbpy.readthedocs.io/en/latest/about.html>`_ and
the `official sbpy website <https://sbpy.org>`_.


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

The current stable version of sbpy can be installed with pip:

.. code-block:: bash

    $ pip install sbpy

For details on the installation process, please refer to the `detailed installation guide <https://sbpy.readthedocs.io/en/latest/install.html>`_.
    

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

The official `documentation and API reference <https://sbpy.readthedocs.io/en/latest/>`_ is avilable.

Status
------

sbpy is still under development, with v1.0 scheduled for delivery in 2024. For an overview on the status of individual features see the `Status Page <https://sbpy.readthedocs.io/en/latest/status.html>`_.


Acknowledgements
----------------

`sbpy` support provided by NASA PDART Grant Nos. 80NSSC18K0987 and 80NSSC22K0143.

If you use `sbpy` in your work, please acknowledge it by citing

    `Mommert, Kelley, de-Val Borro, Li et al., (2019). sbpy: A Python module for small-body planetary astronomy. Journal of Open Source Software, 4(38), 1426 <https://joss.theoj.org/papers/8b8e7bb15fb4a14f80f2afd06b6ce060>`_
