Metadata-Version: 2.1
Name: faim-huygens
Version: 0.3.0
Summary: Tools to interact with SVI Huygens from Python
Project-URL: Documentation, https://github.com/fmi-faim/faim-huygens#readme
Project-URL: Issues, https://github.com/fmi-faim/faim-huygens/issues
Project-URL: Source, https://github.com/fmi-faim/faim-huygens
Author-email: Jan Eglinger <jan.eglinger@fmi.ch>
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: pydantic
Requires-Dist: pyparsing
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: 2023 Friedrich Miescher Institute for Biomedical Research (FMI), Basel (Switzerland)

SPDX-License-Identifier: MIT
-->

# faim-huygens

[![](https://github.com/fmi-faim/faim-huygens/actions/workflows/test.yml/badge.svg)](https://github.com/fmi-faim/faim-huygens/actions/workflows/test.yml)
[![PyPI - Version](https://img.shields.io/pypi/v/faim-huygens.svg)](https://pypi.org/project/faim-huygens)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/faim-huygens.svg)](https://pypi.org/project/faim-huygens)
[![REUSE status](https://api.reuse.software/badge/github.com/fmi-faim/faim-huygens)](https://api.reuse.software/info/github.com/fmi-faim/faim-huygens)
[![DOI](https://zenodo.org/badge/595567176.svg)](https://zenodo.org/badge/latestdoi/595567176)

-----

**Table of Contents**

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

## Installation

```console
pip install faim-huygens
```

## License

`faim-huygens` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
