Metadata-Version: 2.1
Name: musurgia
Version: 3.0
Summary: Tools for algorithmic composition.
Home-page: https://github.com/alexgorji/musurgia.git
License: MIT
Author: Alex Gorji
Author-email: aligorji@hotmail.com
Requires-Python: >=3.9,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fpdf2 (>=2.8.2,<3.0.0)
Requires-Dist: matplotlib (>=3.9.0,<4.0.0)
Requires-Dist: musicscore (>=2.4.0,<3.0.0)
Requires-Dist: verysimpletree (>=1.2,<2.0)
Project-URL: Repository, https://github.com/alexgorji/musurgia.git
Description-Content-Type: text/x-rst

This library will contain all my important composition tools. At this moment there are some tools there for random data generation and permutation, a pdf generator and a fractal tree structure which is the base of one of my most important tools: fractal music. Work in progress! No documenation for now so you have to read the code :-]]

Prerequisites
=============

To run the tests locally, the following external tools are required:

1. **pdftocairo** (from Poppler-utils)
    - **Linux (Ubuntu/Debian)**: `sudo apt install poppler-utils`
    - **macOS**: `brew install poppler`
    - **Windows**: [Download Poppler for Windows](https://github.com/oschwartz10612/poppler-windows) and add it to your PATH.

2. **compare** (from ImageMagick)
    - **Linux (Ubuntu/Debian):** `sudo apt install imagemagick`
    - **macOS:** `brew install imagemagick`
    - **Windows:** [Download ImageMagick](https://imagemagick.org/script/download.php#windows)

