Metadata-Version: 2.1
Name: mutwo.common
Version: 0.11.1
Summary: Common extension for event based framework for generative art
Home-page: https://github.com/mutwo-org/mutwo.common
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.0.0
Requires-Dist: numpy<2.00,>=1.18
Requires-Dist: scipy<2.0.0,>=1.4.1
Requires-Dist: python-ranges<2.0.0,>=1.2.0
Requires-Dist: treelib<2.0.0,>=1.6.1
Provides-Extra: testing
Requires-Dist: pytest>=7.1.1; extra == "testing"

# mutwo.common

[![Build Status](https://circleci.com/gh/mutwo-org/mutwo.common.svg?style=shield)](https://circleci.com/gh/mutwo-org/mutwo.common)
[![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.common.svg)](https://badge.fury.io/py/mutwo.common)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

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

This extension implements:

- `mutwo.common_generators`

### Installation

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

```sh
pip3 install mutwo.common
```
