Metadata-Version: 2.1
Name: solfege
Version: 0.1.0
Summary: Python library for dealing with musical scales and solfege
License: MIT
Author: mshafer1
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
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
Description-Content-Type: text/markdown

# py-solfege

A Python library for dealing with musical scales and there solfège.

## Why?

I wanted a library that I could ask for "in this key, what is the solfege name for this note?"

JS has the [VexFlow](https://www.npmjs.com/package/vexflow) library that could do the scale, but I needed this in Python.

I was unable to find a complete implementation in Python.
All other projects I found on Pypi.org, github.com, and using Google search did NOT handle non-diatonic notes (and many required numpy as a dependency -> which is a quite heavy handed dependency for such a task...).

Usage:

:construction: [see the docs](#) :construction:
