Metadata-Version: 2.1
Name: xarray-quantity
Version: 0.1.0
Summary: xarray extension which supports astropy quantities.
Home-page: https://github.com/KaoruNishikawa/xarray-quantity
License: MIT
Author: KaoruNishikawa
Author-email: k.nishikawa@a.phys.nagoya-u.ac.jp
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: astropy (>=4.2.1,<5.0.0)
Requires-Dist: xarray (>=0.18.2,<0.19.0)
Project-URL: Repository, https://github.com/KaoruNishikawa/xarray-quantity
Description-Content-Type: text/markdown

# python-template

[![PyPI](https://img.shields.io/pypi/v/PACKAGENAME.svg?label=PyPI&style=flat-square)](https://pypi.org/pypi/PACKAGENAME/)
[![Python](https://img.shields.io/pypi/pyversions/PACKAGENAME.svg?label=Python&color=yellow&style=flat-square)](https://pypi.org/pypi/PACKAGENAME/)
[![Test](https://img.shields.io/github/workflow/status/USERNAME/PACKAGENAME/Test?logo=github&label=Test&style=flat-square)](https://github.com/USERNAME/PACKAGENAME/actions)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?label=License&style=flat-square)](LICENSE)

Python package template.

## Features

This library provides:

- something.

## Installation

```shell
pip install PACKAGENAME
```

## Usage

### 1st module

### 2nd module

---

This library is using [Semantic Versioning](https://semver.org).

