Metadata-Version: 2.4
Name: kaipy
Version: 1.1.5
Summary: Python software for CGS MAGE and other Kaiju models
Home-page: https://github.com/JHUAPL/kaipy
Author: Kaiju team
Author-email: Eric Winter <eric.winter@jhuapl.edu>
License: BSD 3-Clause
Keywords: CGS,MAGE,KAIJU
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9,<3.13
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: alive-progress==3.3.0
Requires-Dist: astropy==7.2.0
Requires-Dist: Cartopy==0.25.0
Requires-Dist: cdasws==1.8.12
Requires-Dist: cmasher==1.9.2
Requires-Dist: configparser==7.2.0
Requires-Dist: dash==3.3.0
Requires-Dist: dash-bootstrap-components==2.0.4
Requires-Dist: Flask-Caching==2.3.1
Requires-Dist: h5py==3.15.1
Requires-Dist: jupyterlab==4.5.0
Requires-Dist: matplotlib==3.10.7
Requires-Dist: pandas==2.3.3
Requires-Dist: progressbar==2.5
Requires-Dist: PyQt5==5.15.11
Requires-Dist: PyQtWebEngine==5.15.7
Requires-Dist: pyspedas==2.0.5
Requires-Dist: pytplot-mpl-temp==2.2.73
Requires-Dist: pytest==9.0.2
Requires-Dist: slack_sdk==3.39.0
Requires-Dist: spacepy==0.7.0
Requires-Dist: sphinx-rtd-theme==3.0.2
Requires-Dist: sphinxcontrib-autoprogram==0.1.9
Requires-Dist: sunpy==7.1.0
Requires-Dist: gfz_api_client==0.1.0
Requires-Dist: supermag_api==0.0.6
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# README #

Kaipy is a Python package for analysis and visualization of simulation
results from a scientific software package Kaiju. Kaiju includes the
[Multiscale Atmosphere-Geospace Environment (MAGE)
](https://cgs.jhuapl.edu/Models/) model developed by the NASA
DRIVE [Center for Geospace Storms](https://cgs.jhuapl.edu/) as well as
other scientific software for simulation of heliospheric environments such
as planetary magnetospheres and the solar wind. 

### Documentation ###

Current documentation for this package available via our [Read The Docs website](https://kaipy-docs.readthedocs.io/en/latest/).

### License ###

Kaipy is distributed under the [BSD 3-Clause license](LICENSE.md).

### What is this repository for? ###

This repository provides access to the source code used
to implement the kaipy python package. The package is mostly commonly installed via
pip from [https://pypi.org/project/kaipy/](PyPi).

### How do I get set up? ###

```pip install kaipy```.


### Contribution guidelines ###

All contributions should be made by forking this repository and submitting a pull request.


### Who do I talk to? ###

For more information about the Kaipy project contact [Michael Wiltberger](mailto:wiltbemj@ucar.edu?subject=Kaipy).
