Metadata-Version: 2.1
Name: pymuco
Version: 1.1b4
Summary: A Python Music Computation Library
Home-page: https://www.pymuco.org/
Author: German Margon
Author-email: gmargon@pymuco.org
License: BSD-3-Clause
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Artistic Software
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE

<h1 align="center">
<img src="https://github.com/pymuco/pymuco/blob/main/docs/_static/pymucologo.png" width="150%">
</h1>

[![CI](https://github.com/pymuco/pymuco/actions/workflows/python-app.yml/badge.svg)](https://github.com/pymuco/pymuco/actions/workflows/python-app.yml)
![PyPI Downloads](https://img.shields.io/pypi/dm/pymuco?color=%2345aaf5&label=PyPi%20Downloads)
![Status](https://img.shields.io/pypi/status/pymuco?color=%2345aaf5)



Pymuco is an open source Python library designed for music programming.  

Purely Pythonic 🐍 Zero dependencies

- **Website:** https://www.pymuco.org
- **PyPi:** https://pypi.org/project/pymuco/
- **Source code:** https://github.com/pymuco/pymuco
- **Documentation:** https://pymuco.org/doc (WIP)
- **Bug reports:** https://github.com/pymuco/pymuco/issues 
- **Discussions** https://github.com/orgs/pymuco/discussions

Getting Started
---------------

```pip install pymuco```

Features
--------

Pymuco library offers a comprehensive toolkit that includes:

- Integration of theoretical musical concepts
- Development of an autonomous notation system for computer music
- Conversion of musical code to executable audio file
- Utilities related to MIDI

Testing
-------

To run tests for Pymuco, you can use Python's built-in `unittest` module. Simply execute the following command:

```python3 -m unittest discover test```

Contributions
---------------

Contributions to Pymuco are encouraged and can be made by forking the repository, making changes, testing, and submitting a pull request. Detailed instructions on how to contribute can be found in the [How to contribute](https://github.com/pymuco/pymuco/tree/main/docs/CONTRIBUTIONS.md) guide.


Code of Conduct
---------------

Pymuco follows the Contributor Covenant Code of Conduct, which sets the standards for behavior and aims to create a welcoming and inclusive community. For more information, please refer to the [Contributor Covenant Code of Conduct](https://github.com/pymuco/pymuco/blob/main/CODE_OF_CONDUCT.md) file.


Copyright and License Information
---------------------------------

Copyright © 2022-2023 German Margon. All rights reserved.

See the [LICENSE](LICENSE) for information, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.

All trademarks referenced herein are property of their respective holders.
