Abjad / abjad

Abjad is a Python API for building LilyPond files. Use Abjad to make PDFs of music notation.
https://abjad.github.io
GNU General Public License v3.0
239 stars 39 forks source link

Removed six package dependency. #1426

Closed trevorbaca closed 2 years ago

trevorbaca commented 2 years ago

The six module smoothed over differences between Python 2 and Python 3.

No longer necessary because Abjad requires Python 3.

Closes #1425.