Metadata-Version: 2.1
Name: mutwo.core
Version: 1.2.1
Summary: core library for event based framework mutwo
Home-page: https://github.com/mutwo-org/mutwo
Author: Tim Pauli, Levin Eric Zimmermann
Author-email: tim.pauli@folkwang-uni.de, levin.eric.zimmermann@posteo.eu
License: GPL
Project-URL: Documentation, https://mutwo.readthedocs.io/en/latest/
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Artistic Software
Requires-Python: >=3.10, <4
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# mutwo.core

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

This is the `core` package of the [mutwo ecosystem](https://github.com/mutwo-org/.github/blob/main/profile/README.md).
It mainly implements general purpose event abstractions, parameter base classes and other shared utility functions.
Its independent from specific medias, aesthetics or interfaces and only provides a common base library.
Any mutwo package depends on this core package.

![Mutwo package structure](mutwo-structure.png)
