Metadata-Version: 2.4
Name: OpenIRF
Version: 0.1.3
Summary: An Open-Source Package for Impulse Response Function Estimation of Mechanical Systems
Author-email: Oliver Maximilian Zobel <oliver.zobel@tum.de>
License-Expression: MIT
Project-URL: Homepage, https://gitlab.com/opentds/openirf
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: tdqm
Dynamic: license-file

![OpenIRF Logo](https://gitlab.com/opentds/gitlab-profile/-/raw/main/openirf/logo_small.png)

# OpenIRF: An Open-Source Package for Impulse Response Function Estimation of Mechanical Systems

![coverage](https://gitlab.com/opentds/openirf/badges/main/coverage.svg)
[![OpenIRF Build Status](https://app.readthedocs.org/projects/openirf/badge/)](https://openirf.readthedocs.io/)
![PyPI_Downloads](https://img.shields.io/pypi/dm/openirf.svg)

A collection of tools for the time domain analysis of mechanical systems.

## Installation

To install OpenIRF through pip, use the following command:

`pip install openirf`
