Metadata-Version: 2.4
Name: JWSToolKit
Version: 1.1.3
Summary: A python package for handling JWST observations
Author-email: Valentin Delabrosse <valentin.delabrosse@univ-grenoble-alpes.fr>
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: astropy
Requires-Dist: tqdm
Requires-Dist: scipy
Dynamic: license-file

![Logo GitHub](https://github.com/delabrov/JWSToolKit/blob/main/docs/_static/JWSToolKit_logo_dark_fullsize.png)

![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
![ReadTheDocs](https://img.shields.io/badge/Readthedocs-%23000000.svg?style=for-the-badge&logo=readthedocs&logoColor=white)
![PyPi](https://img.shields.io/badge/pypi-%23ececec.svg?style=for-the-badge&logo=pypi&logoColor=1f73b7)
![Anaconda](https://img.shields.io/badge/Anaconda-%2344A833.svg?style=for-the-badge&logo=anaconda&logoColor=white)
![Pytest](https://img.shields.io/badge/pytest-%23ffffff.svg?style=for-the-badge&logo=pytest&logoColor=2f9fe3)

[![Build Status](https://img.shields.io/github/actions/workflow/status/delabrov/jwstoolkit/ci.yml?branch=main)](https://github.com/delabrov/jwstoolkit/actions)
[![Documentation Status](https://readthedocs.org/projects/jwstoolkit/badge/?version=latest)](https://jwst-data-docs.readthedocs.io/en/latest/)
[![codecov](https://codecov.io/gh/delabrov/JWSToolKit/graph/badge.svg?token=FTE2RPJTJ3)](https://codecov.io/gh/delabrov/JWSToolKit)
![Static Badge](https://img.shields.io/badge/Pylint-7.64%2F10-green?style=flat)
[![PyPI version](https://img.shields.io/pypi/v/jwstoolkit)](https://pypi.org/project/jwstoolkit/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/jwstoolkit)](https://pypi.org/project/jwstoolkit/)



A python package for handling JWST observations 

## About
*JWSToolKit* is an open-source python package designed to simplify the manipulation of observational data from the James Webb Space Telescope. 
The package has been developed to manipulate spectra, images and data cubes from all JWST instruments.

## Useful links
- Package documentation: https://jwstoolkit.readthedocs.io/en/latest/
- Project on PyPi: https://pypi.org/project/JWSToolKit/
- Project on anaconda.org: https://anaconda.org/delabrov/jwstoolkit
