Metadata-Version: 2.1
Name: space-ska
Version: 1.2
Summary: Spectral-Kit for Asteroids
License: MIT
Author: Benoit Carry
Author-email: benoit.carry@oca.eu
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT 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
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: docs
Requires-Dist: astropy (>=6.0.1,<7.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: furo (>=2022.9.15,<2023.0.0) ; extra == "docs"
Requires-Dist: matplotlib (>=3.5,<4.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: pandas (>=2.2.1,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: rich (>=13.7.1,<14.0.0)
Requires-Dist: sphinx-copybutton (>=0.5.0,<0.6.0) ; extra == "docs"
Requires-Dist: sphinx-hoverxref ; extra == "docs"
Requires-Dist: sphinx_design (>=0.3.0,<0.4.0)
Description-Content-Type: text/markdown

<p align="center">
  <img width="260" src="https://raw.githubusercontent.com/bcarry/ska/main/docs/_static/logo_ska_light.png">
</p>

## ska - Spectral-Kit for Asteroids

Suites of tools to compute colors from spectra or reflectance spectra using the
[SVO Filter Service](http://svo2.cab.inta-csic.es/theory/fps/index.php?mode=voservice)
in different photometric system: Vega, AB, ST.

## Installation

Install from PyPi using `pip`:

     $ pip install space-ska

The minimum required `python` version is 3.8.


## Documentation

Check out the documentation at [https://space-ska.readthedocs.io](https://space-ska.readthedocs.io/en/latest/) or run

     $ ska docs

