Metadata-Version: 2.1
Name: mutwo.abjad
Version: 0.18.0
Summary: abjad extension for event based framework mutwo
Home-page: https://github.com/mutwo-org/mutwo.abjad
Author: Levin Eric Zimmermann
Author-email: levin.eric.zimmermann@posteo.eu
License: GPL
Project-URL: Documentation, https://mutwo-org.github.io
Requires-Python: >=3.10, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mutwo.core<2.0.0,>=1.4.0
Requires-Dist: mutwo.music<1.0.0,>=0.26.0
Requires-Dist: abjad<3.9.0,>=3.7.0
Requires-Dist: abjad-ext-nauert<3.8.0,>=3.7.0
Requires-Dist: python-ranges<2.0.0,>=1.2.0
Provides-Extra: testing
Requires-Dist: pytest>=7.1.1; extra == "testing"
Requires-Dist: mutwo.ekmelily<1.0.0,>=0.8.0; extra == "testing"

# mutwo.abjad

[![Build Status](https://circleci.com/gh/mutwo-org/mutwo.abjad.svg?style=shield)](https://circleci.com/gh/mutwo-org/mutwo.abjad)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![PyPI version](https://badge.fury.io/py/mutwo.abjad.svg)](https://badge.fury.io/py/mutwo.abjad)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Abjad extension for event based library [mutwo](https://github.com/mutwo-org/mutwo).

This extension implements:

- `mutwo.abjad_converters`
- `mutwo.abjad_parameters`

### Installation

mutwo.abjad is available on [pypi](https://pypi.org/project/mutwo.abjad/) and can be installed via pip:

```sh
pip3 install mutwo.abjad
```
