Metadata-Version: 2.1
Name: space-analysis.py
Version: 2024.6.4
Summary: Python library for data analysis in space physics
Author-Email: Beforerr <zzj956959688@gmail.com>
Project-URL: Homepage, https://beforerr.github.io/space-analysis.py
Project-URL: Repository, https://github.com/beforerr/space-analysis.py
Requires-Python: <3.12,>=3.10
Requires-Dist: beforerr
Requires-Dist: pydantic
Requires-Dist: polars
Requires-Dist: plasmapy
Requires-Dist: astropy
Requires-Dist: sunpy
Requires-Dist: loguru
Requires-Dist: rich
Requires-Dist: humanize
Requires-Dist: pycdfpp
Requires-Dist: space_analysis[io]; extra == "complete"
Requires-Dist: pyspedas; extra == "io"
Requires-Dist: speasy; extra == "io"
Provides-Extra: complete
Provides-Extra: io
Description-Content-Type: text/markdown

# space-analysis.py


Python utils for data analysis in space physics. Still in active development, use with caution.

[![PyPI](https://img.shields.io/pypi/v/space-analysis.py)](https://pypi.org/project/space-analysis.py)
[![Pixi Badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json)](https://pixi.sh)
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet.png)](https://pdm-project.org)

Inspired from [SpaceAnalysis.jl](https://henry2004y.github.io/VisAnaJulia/dev/), created with [nbdev](https://nbdev.fast.ai/).

## References

- [speasy](https://speasy.readthedocs.io) : Python client for Space Physics web services such as CDAWEB or AMDA
- [pyspedas](https://pyspedas.readthedocs.io) : Python Space Physics Environment Data Analysis Software
- [fastcore](https://fastcore.fast.ai) : Python supercharged for the fastai library

## Install

``` sh
pip install space_analysis
```

## How to use
