Metadata-Version: 2.4
Name: space-ska
Version: 2.1
Summary: Spectral-Kit for Asteroids
License: MIT
License-File: LICENSE
Author: Benoit Carry
Author-email: benoit.carry@oca.eu
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: docs
Requires-Dist: astropy (>=7.1,<8.0)
Requires-Dist: click (>=8.3,<9.0)
Requires-Dist: furo (>=2025.12.19,<2026.0.0) ; extra == "docs"
Requires-Dist: matplotlib (>=3.10,<4.0)
Requires-Dist: numpy (>=2.0,<3.0)
Requires-Dist: pandas (>=3.0,<4.0)
Requires-Dist: requests (>=2.32.0,<3.0.0)
Requires-Dist: rich (>=14,<15)
Requires-Dist: sphinx-copybutton (>=0.5.0,<0.6.0) ; extra == "docs"
Requires-Dist: sphinx-hoverxref (>=1.4,<2.0) ; extra == "docs"
Requires-Dist: sphinx_design (>=0.7.0,<0.8.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

