emmental/lib
Anna Schumaker a3ec223064 Emmental 2.2
No real user-facing changes in this release, but I do lay some
groundwork for switching over to sqlite for our data storage.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2021-08-24 15:01:26 -04:00
..
__init__.py lib: Remove old idle.py code 2021-07-26 10:26:29 -04:00
bus.py lib: Implement a bus 2021-07-17 12:33:18 -04:00
counter.py lib: Create a Counter object 2021-07-23 12:51:34 -04:00
data.py lib: Use the new version features for data files 2021-07-23 12:51:38 -04:00
fake.py lib: Give tags a track_selected() function 2021-07-23 12:56:17 -04:00
metadata.py lib: Add an artistsort() function to the Metadata class 2021-07-23 12:51:35 -04:00
publisher.py curds: Replace new-track notification with TrackAdded publisher 2020-11-15 17:43:07 -05:00
settings.py lib: Give settigs a initialize() function 2021-07-17 12:33:14 -04:00
tag.py lib: Give tags a track_selected() function 2021-07-23 12:56:17 -04:00
tagstore.py lib: Pass sorting information through the TagStore.add() function 2021-07-23 12:50:36 -04:00
test_bus.py lib: Implement a bus 2021-07-17 12:33:18 -04:00
test_counter.py lib: Create a Counter object 2021-07-23 12:51:34 -04:00
test_data.py lib: Enable reading and writing text DataFiles 2021-07-01 16:46:07 -04:00
test_metadata.py Move testing tracks into data/ 2021-07-26 10:57:01 -04:00
test_publisher.py lib: Add a class for doing the Publisher / Subscriber pattern 2020-10-04 10:30:52 -04:00
test_settings.py lib: Give settigs a initialize() function 2021-07-17 12:33:14 -04:00
test_tag.py lib: Give tags a track_selected() function 2021-07-23 12:56:17 -04:00
test_tagstore.py lib: Create a fake module for FakeTracks 2021-07-23 12:51:30 -04:00
test_thread.py lib: Implement a Thread class 2021-07-17 12:33:37 -04:00
test_version.py Emmental 2.2 2021-08-24 15:01:26 -04:00
thread.py lib: Implement a Thread class 2021-07-17 12:33:37 -04:00
version.py Emmental 2.2 2021-08-24 15:01:26 -04:00