Metadata-Version: 2.2
Name: openae-core
Version: 0.2.0
Summary: Implementation of the OpenAE standards for real-time acoustic emission signal processing
Keywords: openae,acoustic emission,open standard,analysis,signal processing,feature extraction,machine learning
Author-Email: Lukas Berbuer <lukas.berbuer@vallen.de>
License: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
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: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Project-URL: Homepage, https://openae.io
Project-URL: Source, https://github.com/openae-io/openae-lib
Project-URL: Issues, https://github.com/openae-io/openae-lib/issues
Project-URL: Changelog, https://github.com/openae-io/openae-lib/blob/main/CHANGELOG.md
Requires-Python: >=3.9
Requires-Dist: numpy>=1.20
Description-Content-Type: text/markdown

# OpenAE Library

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![CI](https://github.com/openae-io/openae-lib/actions/workflows/ci.yml/badge.svg)](https://github.com/openae-io/openae-lib/actions/workflows/ci.yml)
[![Python](https://github.com/openae-io/openae-lib/actions/workflows/python.yml/badge.svg)](https://github.com/openae-io/openae-lib/actions/workflows/python.yml)
[![DOI](https://zenodo.org/badge/906944590.svg)](https://doi.org/10.5281/zenodo.15066089)

The OpenAE library is a high-performance implementation of the [OpenAE standards](https://openae.io/standards/) for acoustic emission signal processing.

The library is written in C++ and includes bindings for popular programming languages to enable seamless integration across different environments:

- [x] C++20
- [x] Python
- [x] Vamp plugin
- [ ] MATLAB 🚧
- [ ] C 🚧
- [ ] Web Assembly / Node.js 🚧

## 📖 Documentation

For more, see the [documentation](https://openae-lib.readthedocs.io).
