# AstroKit Documentation [![PyPI version](https://badge.fury.io/py/astrokit.svg?icon=si%3Apython)](https://badge.fury.io/py/astrokit) [![PyPI Downloads](https://static.pepy.tech/badge/astrokit)](https://pepy.tech/projects/astrokit) [![Documentation Status](https://readthedocs.org/projects/astrokit/badge/?version=latest)](https://astrokit.readthedocs.io/en/latest/?badge=latest) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](../../LICENSE) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15321579.svg)](https://doi.org/10.5281/zenodo.15321579) ![logo](../../logo/AstroKit.webp) Welcome to **AstroKit** documentation! **AstroKit** is a Python package for astronomical data analysis (hodgepodge 😁), developed by [Rui Zhu](https://github.com/astro-zhurui). It provides: 1. **Photometric data preprocessing** — including photometric redshift estimation, extinction correction, and more. 2. **Wrappers for classical astronomical software** — such as **GALFIT(M)**, **STILTS**, **EAZY**, and **SExtractor**. 3. **A collection of useful functions** developed for and inspired by my own research. 4. More features and documents are on the way! 🌟 Current Version (BETA): **0.1.0** ⚠️ **AstroKit is currently under development.**
Please use it with caution. Feedback and suggestions are very welcome — feel free to contact me at zhurui675@gmail.com. The first stable release (version 1.0.0) will be available soon (expected in late 2025). ```{toctree} :maxdepth: 3 :caption: User Guide 00_installation.md 01_toolbox.md 02_datasets.md 03_wrapper.md