Metadata-Version: 2.4
Name: skyborn
Version: 0.3.6
Summary: Atmospheric science research utilities
Author-email: Qianye Su <suqianye2000@gmail.com>
Project-URL: Homepage, https://github.com/QianyeSu/Skyborn
Project-URL: Documentation, https://qianyesu.github.io/Skyborn/
Project-URL: Documentation (English), https://qianyesu.github.io/Skyborn/en/
Project-URL: Documentation (Chinese), https://qianyesu.github.io/Skyborn/zh_CN/
Project-URL: Repository, https://github.com/QianyeSu/Skyborn
Project-URL: Bug Tracker, https://github.com/QianyeSu/Skyborn/issues
Project-URL: Changelog, https://qianyesu.github.io/Skyborn/en/changelog.html
Keywords: atmospheric-science,meteorology,climate,data-analysis,grib,netcdf
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: matplotlib
Requires-Dist: cartopy
Requires-Dist: netCDF4
Requires-Dist: metpy
Requires-Dist: tqdm
Requires-Dist: statsmodels
Requires-Dist: scipy
Requires-Dist: cfgrib
Requires-Dist: eccodes
Requires-Dist: scikit-learn
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: flake8>=5.0.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Requires-Dist: jupyterlab>=3.0.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=5.0.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.0.0; extra == "docs"
Requires-Dist: myst-parser>=0.18.0; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints>=1.0.0; extra == "docs"
Requires-Dist: nbsphinx>=0.8.0; extra == "docs"
Requires-Dist: sphinx-autosummary-accessors>=2023.4.0; extra == "docs"
Dynamic: license-file

# Skyborn: A Collection of Tools for My Research

[![PyPI version](https://badge.fury.io/py/skyborn.svg)](https://badge.fury.io/py/skyborn)
[![License](https://img.shields.io/github/license/QianyeSu/Skyborn)](https://github.com/QianyeSu/Skyborn/blob/main/LICENSE)
[![Tests](https://github.com/QianyeSu/Skyborn/actions/workflows/stable-ci.yml/badge.svg)](https://github.com/QianyeSu/Skyborn/actions/workflows/stable-ci.yml)
[![Python versions](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)]
[![Platform](https://img.shields.io/badge/platform-Windows-blue)](https://github.com/QianyeSu/Skyborn)
[![Code style](https://img.shields.io/badge/code%20style-black-000000)](https://github.com/psf/black)
[![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-brightgreen)](https://qianyesu.github.io/Skyborn/)

Skyborn is a collection of functions I use in my general research, primarily for personal use.

## System Requirements

**Operating System:** 🖥️ **Windows Only**

Please note that this package is currently developed and tested exclusively for the Windows operating system. Compatibility and functionality on other systems like macOS or Linux are not guaranteed.

## Installation

To install the Skyborn package, you can use pip:

```bash
pip install skyborn
```
or

```bash
pip install -U --index-url https://pypi.org/simple/ skyborn
```
