A new music player built around Python and GTK
Go to file
Anna Schumaker 7b1fac0bfb curds: Create a playlist manager class
This replaces the code in playlist/__init__.py and turns it into a
class. This should make things easier to handle during testing, since we
can easily tear down the old instance and create a new one.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2019-03-11 11:01:49 -04:00
curds curds: Create a playlist manager class 2019-03-11 11:01:49 -04:00
trier curds: Add a test for parallel track scanning 2019-02-06 14:35:35 -05:00
.gitignore Add coverage file to .gitignore 2019-03-05 14:14:19 -05:00
LICENSE Initial commit 2019-01-24 09:35:41 -05:00
Makefile Add a toplevel script 2019-03-06 09:23:25 -05:00
README.md Initial commit 2019-01-24 09:35:41 -05:00
emmental.py Add a toplevel script 2019-03-06 09:23:25 -05:00
test_emmental.py curds: Clean up package imports 2019-03-11 10:09:24 -04:00

README.md

emmental

A new music player built around Python and GTK