Metadata-Version: 2.1
Name: mutwo.ext-common-generators
Version: 0.4.0
Summary: Generators extension for event based framework for generative art
Home-page: https://github.com/mutwo-org/mutwo.ext-common-generators
Author: Levin Eric Zimmermann
Author-email: levin.eric.zimmermann@posteo.eu
License: GPL
Project-URL: Documentation, https://mutwo.readthedocs.io/en/latest/
Platform: UNKNOWN
Requires-Python: >=3.9, <4
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# mutwo.ext-common-generators

[![Build Status](https://circleci.com/gh/mutwo-org/mutwo.ext-common-generators.svg?style=shield)](https://circleci.com/gh/mutwo-org/mutwo)
[![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.ext-common-generators.svg)](https://badge.fury.io/py/mutwo.ext-common-generators)
[![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).

This extension implements:

- `mutwo.ext.generators.brown`: Algorithms which are related to Scottish botanist Robert Brown
- `mutwo.ext.generators.brun`: Algorithms which are related to Norwegian mathematician V. Brun
- `mutwo.ext.generators.edwards`: Algorithms which are related to British composer Michael Edwards
- `mutwo.ext.generators.gray`: Algorithms which are related to US-American researcher Frank Gray
- `mutwo.ext.generators.koenig`: Algorithms which are related to German-Dutch composer G. M. Koenig
- `mutwo.ext.generators.toussaint`: Algorithms which are related to Canadian computer scientist G. T. Toussaint

### Installation

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

```sh
pip3 install mutwo.ext-common-generators
```


