Metadata-Version: 2.1
Name: libmidi-io
Version: 1.0.0
Summary: MIDI I/O utils
Home-page: https://github.com/python-midi/libmidi_io
License: LGPL-3.0-or-later
Author: Sebastiano Barezzi
Author-email: barezzisebastiano@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: libmidi (>=1.0.1,<2.0.0)
Project-URL: Repository, https://github.com/python-midi/libmidi_io
Description-Content-Type: text/markdown

# libmidi_io

[![PyPi version](https://img.shields.io/pypi/v/libmidi_io)](https://pypi.org/project/libmidi_io/)

MIDI I/O utils.

This additional libmidi package adds basic MIDI I/O support (like mido.ports does). It provides a base abstract MIDI port class with some utils (input and output support being consolidated into one class). It still lacks a lot of features (TCP/IP remote ports, backends, etc), which will be rewrote from scratch with time.

Requires Python 3.8 or greater

## Installation

```sh
pip3 install libmidi_io
```

## Instructions

TODO

## License

```
#
# Copyright (C) 2022 Sebastiano Barezzi
#
# SPDX-License-Identifier: LGPL-3.0-or-later
#
```

