Metadata-Version: 2.4
Name: ioiocore
Version: 2.3.0
Summary: Real-time signal processing framework for Python
Home-page: https://www.gtec.at
Author: g.tec medical engineering GmbH
Author-email: support@gtec.at
License: g.tec Non-Commercial License (GNCL)
Classifier: Development Status :: 4 - Beta
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: summary

# ioiocore

[![Powered by g.tec](https://img.shields.io/badge/powered_by-g.tec-blue)](http://gtec.at)
[![pypi](https://img.shields.io/pypi/v/ioiocore.svg?label=PyPI%20version&color=brown)](https://pypi.org/project/ioiocore/)
[![python](https://img.shields.io/pypi/pyversions/ioiocore.svg)](https://pypi.org/project/ioiocore/)
[![CI/CD Deployment](https://github.com/gtec-medical-engineering/ioiocore-dev/actions/workflows/deploy.yml/badge.svg?branch=main)](https://github.com/gtec-medical-engineering/ioiocore-dev/actions/workflows/deploy.yml)
[![License](https://img.shields.io/badge/License-GNCL-red)](https://github.com/gtec-medical-engineering/ioiocore/blob/main/LICENSE)
[![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-green)](https://gtec-medical-engineering.github.io/ioiocore/)

**Real-time signal processing framework for Python**

`ioiocore` is a real-time signal processing framework for Python. It provides an abstract, node-based data propagation
architecture that can be used in various contexts, such as biosignal processing.

## Installation
`ioiocore` is available on PyPI:

```
pip install ioiocore
```

## Documentation
Full documentation is available at [GitHub Pages](https://gtec-medical-engineering.github.io/ioiocore/).

## License
`ioiocore` is licensed under the **g.tec Non-Commercial License (GNCL)**. See the [LICENSE](https://github.com/gtec-medical-engineering/ioiocore/blob/main/LICENSE) file for details.

## Changelog

Consult the [Changelog](https://gtec-medical-engineering.github.io/ioiocore/#changelog) section.
