Metadata-Version: 2.1
Name: airnet
Version: 1.1.0
Project-URL: Documentation, https://github.com/building-physics/airnet-python#readme
Project-URL: Issues, https://github.com/building-physics/airnet-python/issues
Project-URL: Source, https://github.com/building-physics/airnet-python
Author-email: "Jason W. DeGraw" <jason.degraw@gmail.com>
License-Expression: BSD-3-Clause
License-File: LICENSE.txt
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: scipy
Description-Content-Type: text/markdown

# airnet

[![PyPI - Version](https://img.shields.io/pypi/v/airnet.svg)](https://pypi.org/project/airnet)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/airnet.svg)](https://pypi.org/project/airnet)
![Python package](https://github.com/building-physics/airnet-python/actions/workflows/python-package.yml/badge.svg)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install airnet
```

## License

`airnet` is distributed under the terms of the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) license.
