Metadata-Version: 2.1
Name: verysimpletree
Version: 1.1
Summary: lightweight tree data structure for musicxml and musicscore
Home-page: https://github.com/alexgorji/verysimpletree.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
Project-URL: Repository, https://github.com/alexgorji/verysimpletree.git
Description-Content-Type: text/markdown

An abstract lightweight tree class for managing tree structures.

